diff options
author | friendica <info@friendica.com> | 2012-06-20 21:11:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-20 21:11:00 -0700 |
commit | 788a6626ef4bd9607f33bbffd0eea0c05a4578c0 (patch) | |
tree | d9070d30e1dd9d06ded8e69d9cf8841ae8bdbffb /view | |
parent | 0a302e100d6b7f4be56af46a352f5bb4778fb96e (diff) | |
parent | a64d0ac90542bfbd95e0391066f9722f6162b97c (diff) | |
download | volse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.tar.gz volse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.tar.bz2 volse-hubzilla-788a6626ef4bd9607f33bbffd0eea0c05a4578c0.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view')
-rw-r--r-- | view/photo_edit.tpl | 8 | ||||
-rw-r--r-- | view/theme/darkzero-NS/style.css | 8 | ||||
-rw-r--r-- | view/theme/darkzero/style.css | 4 |
3 files changed, 16 insertions, 4 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index f6059a7ec..85d5fb8e2 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -18,8 +18,12 @@ <div id="photo-edit-tags-end"></div> <div id="photo-edit-rotate-wrapper"> - <div id="photo-edit-rotate-label">$rotate</div> - <input type="checkbox" name="rotate" value="1" /> + <div id="photo-edit-rotate-label"> + $rotatecw<br> + $rotateccw + </div> + <input type="radio" name="rotate" value="1" /><br> + <input type="radio" name="rotate" value="2" /> </div> <div id="photo-edit-rotate-end"></div> diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 6dc788f35..9c15329da 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -151,6 +151,10 @@ blockquote { overflow: none; } -.editicon:hover { - background-color: #ccc; +.editicon { + background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; }
\ No newline at end of file diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 77650a91a..8a6099ee8 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -149,4 +149,8 @@ blockquote { /* This seems okay to me...we might not need a new iconset, lets see how people react */ .editicon { background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; }
\ No newline at end of file |