aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gallery/css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-12-08 20:04:56 +0100
committerBart Visscher <bartv@thisnet.nl>2011-12-08 20:05:12 +0100
commiteeaf539a4414e3081b6f6652167363a3221a1973 (patch)
tree0616110c205df731c542ea600db369d842a99f9c /apps/gallery/css
parentd4546cdf37bced97d447b5170202cbd61c39d3be (diff)
downloadnextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.tar.gz
nextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.zip
Gallery: splitout model code
Diffstat (limited to 'apps/gallery/css')
-rw-r--r--apps/gallery/css/styles.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css
index 03b179138e6..070effe3a92 100644
--- a/apps/gallery/css/styles.css
+++ b/apps/gallery/css/styles.css
@@ -1,14 +1,22 @@
div#gallery_list {
margin: 90pt 20pt;
}
+div#gallery_list.leftcontent {
+ padding-top: 15px;
+ margin: 0;
+ text-align: center;
+}
div#gallery_album_box {
width: 200px;
text-align: center;
border: 0;
- float: left;
+ display: inline-block;
margin: 5pt;
}
+.leftcontent div#gallery_album_box {
+ margin: 5px;
+}
div#gallery_album_box h1 {
font-size: 12pt;
@@ -21,3 +29,6 @@ div#gallery_album_cover {
border: solid 1px black;
}
+#gallery_images {
+padding:10px 5px;
+}