diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:37:17 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:37:17 +0100 |
commit | 25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08 (patch) | |
tree | d140678c0cccc3d70494769ead4a2a58d1d381f0 /apps/gallery/css/styles.css | |
parent | 3c428671090e2bd3d46d76567a45c2a9e1639127 (diff) | |
download | nextcloud-server-25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08.tar.gz nextcloud-server-25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08.zip |
merged with stash
Diffstat (limited to 'apps/gallery/css/styles.css')
-rw-r--r-- | apps/gallery/css/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index e23d822fec7..2178a4224d1 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -14,6 +14,8 @@ div#gallery_album_box { display: inline-block; margin: 5pt; vertical-align: top; + padding: 10px; + border: solid 1px black; } .leftcontent div#gallery_album_box { margin: 5px; @@ -27,7 +29,14 @@ div#gallery_album_box h1 { div#gallery_album_cover { width: 199px; height: 199px; - border: solid 1px black; + border: solid 1px #999; + padding: 0; +} + +div#gallery_control_overlay { + width:199px; + height:199px; + position:relative; } #gallery_images { |