summaryrefslogtreecommitdiffstats
path: root/apps/gallery/css
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-02-03 21:38:44 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-02-03 21:38:44 +0100
commit8df065065892ecfb1a3e6d31294d332fa8e4daf6 (patch)
tree83e824eb08d6e20f6bdbc117dcf67097332c4d30 /apps/gallery/css
parentee01d1a81d561fb41916bb3d231452956317b7bc (diff)
downloadnextcloud-server-8df065065892ecfb1a3e6d31294d332fa8e4daf6.tar.gz
nextcloud-server-8df065065892ecfb1a3e6d31294d332fa8e4daf6.zip
gallery settings, defining scan root and shor order
Diffstat (limited to 'apps/gallery/css')
-rw-r--r--apps/gallery/css/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css
index 7872b6445ca..c039cd5ec02 100644
--- a/apps/gallery/css/styles.css
+++ b/apps/gallery/css/styles.css
@@ -12,3 +12,6 @@ div.gallery_control_overlay a { color:white; }
#gallery_images.rightcontent { padding:10px 5px; bottom: 0px; overflow: auto; right:0px}
#scan { position:absolute; right:13.5em; top:0em; }
#scan #scanprogressbar { position:relative; display:inline-block; width:10em; height:1.5em; top:.4em; }
+#g-settings {position: absolute; left 13.5em; top: 0;}
+input[type=button] { -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; opacity: 1}
+input[type=button]:disabled { opacity: 0.5 }