summaryrefslogtreecommitdiffstats
path: root/apps/gallery/css/styles.css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2011-12-09 15:25:26 +0100
committerThomas Tanghus <thomas@tanghus.net>2011-12-09 15:25:26 +0100
commit7aa8eb3427679366905840b80a69e36344a5632d (patch)
tree347a2100ad445620ed21b17f9faa90fe0edb3874 /apps/gallery/css/styles.css
parentb3661adf028570f6158dfd5092ecb1398d5be0df (diff)
parenteeaf539a4414e3081b6f6652167363a3221a1973 (diff)
downloadnextcloud-server-7aa8eb3427679366905840b80a69e36344a5632d.tar.gz
nextcloud-server-7aa8eb3427679366905840b80a69e36344a5632d.zip
Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup
Conflicts: apps/contacts/ajax/deletebook.php apps/contacts/index.php
Diffstat (limited to 'apps/gallery/css/styles.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;
+}