diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 21:55:52 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 21:55:52 +0100 |
commit | 1383cb51e7672b422732a1d20379baaa4f3f7b62 (patch) | |
tree | 555a4c11f738b30dbacf20fc5866f34fc6eb1276 /apps/gallery/css | |
parent | 6a1a7fcd268e90a3b6c33f9568403a441ce983da (diff) | |
download | nextcloud-server-1383cb51e7672b422732a1d20379baaa4f3f7b62.tar.gz nextcloud-server-1383cb51e7672b422732a1d20379baaa4f3f7b62.zip |
removing and renaming albums
Diffstat (limited to 'apps/gallery/css')
-rw-r--r-- | apps/gallery/css/styles.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index 2178a4224d1..09f9daeb6b1 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -16,6 +16,7 @@ div#gallery_album_box { vertical-align: top; padding: 10px; border: solid 1px black; + position: relative; } .leftcontent div#gallery_album_box { margin: 5px; @@ -23,20 +24,28 @@ div#gallery_album_box { div#gallery_album_box h1 { font-size: 12pt; - font-family: Arial; + font-family: Verdana; } div#gallery_album_cover { width: 199px; height: 199px; - border: solid 1px #999; + border: solid 1pt #999; padding: 0; } div#gallery_control_overlay { - width:199px; - height:199px; - position:relative; + border: 0; + position:absolute; + right: 10pt; + background-color: #333; + opacity: 0.5; + visibility:hidden; + padding: 0 5pt; +} + +div#gallery_control_overlay a { + color:white; } #gallery_images { |