From 25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Wed, 21 Dec 2011 18:37:17 +0100 Subject: merged with stash --- apps/gallery/css/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'apps/gallery/css/styles.css') 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 { -- cgit v1.2.3