diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-11 23:54:02 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-11 23:54:02 +0100 |
commit | 118cbf84003bce66309beb41c0b46860d20db686 (patch) | |
tree | aa1fadc9b29a7dce3a78f43a184697185aa9cca6 | |
parent | afa07beda01dbdc0530ad172cbb22067da522c38 (diff) | |
download | nextcloud-server-118cbf84003bce66309beb41c0b46860d20db686.tar.gz nextcloud-server-118cbf84003bce66309beb41c0b46860d20db686.zip |
user suggested style change
-rw-r--r-- | apps/gallery/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index b253eeef223..6bfd756e5f1 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -1,9 +1,9 @@ div#gallery_list { margin: 90pt 20pt; } div#gallery_list.leftcontent { padding-top: 15pt; margin: 0; height: 80%; text-align: center; overflow: scroll; } -div#gallery_album_box { width: 200px; text-align: center; border: 0; display: inline-block; margin: 5pt; vertical-align: top; padding: 10px; border: solid 1px black; position: relative; overflow: hidden; color: #999; } +div#gallery_album_box { width: 200px; text-align: center; border: 0; display: inline-block; margin: 5pt; vertical-align: top; padding: 10px; position: relative; overflow: hidden; color: #999; } div#gallery_album_box:hover { color: black; } .leftcontent div#gallery_album_box { margin: 5px; } -div#gallery_album_box h1 { font-size: 12pt; font-family: Verdana; } +div#gallery_album_box h1 { font-size: 9pt; font-family: Verdana; } div#gallery_album_cover { width: 199px; height: 199px; border: solid 1pt #999; padding: 0; } div#gallery_control_overlay { border: 0; position:absolute; right: 10pt; background-color: #333; opacity: 0.5; visibility:hidden; padding: 0 5pt; } div#gallery_control_overlay a { color:white; } |