diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-24 18:35:16 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-24 18:35:42 +0100 |
commit | cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258 (patch) | |
tree | 3e324ea6a3f122d9a1c32087c072d68a2d00cc2c /apps/gallery/css/styles.css | |
parent | e0cbefc7275fa622f15dc1e57be67fd283f28056 (diff) | |
download | nextcloud-server-cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258.tar.gz nextcloud-server-cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258.zip |
gallery sharing, experimental version
Diffstat (limited to 'apps/gallery/css/styles.css')
-rw-r--r-- | apps/gallery/css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index 013cd1b262d..fbf54e43db2 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -16,3 +16,5 @@ div.gallery_control_overlay a { color:white; } #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 } +.ui-dialog tr {background-color: #eee;} +.ui-dialog input {width: 90%;} |