aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-02-02 20:47:12 +0000
committerplegall <plg@piwigo.org>2012-02-02 20:47:12 +0000
commita68826cbb3ad9b09edc6c13a63923b4e827f918f (patch)
tree9658fcf0d5f4fc09c38adb6139949f0340e7df1b /admin/themes/default/theme.css
parent36dd98bfab10104cca9f5a6d3052598731c1369b (diff)
feature 2561: move some CSS rules from cat_modify.tpl to theme.css
git-svn-id: http://piwigo.org/svn/trunk@13020 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index c1d34dcd1..87c28c531 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1036,3 +1036,20 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
.warningDeletion {display:none;font-style:italic;}
#debug { margin-left: 227px; font-size:12px; }
+
+/* Album Properties */
+#albumThumbnail {
+ width:1%;
+ padding-right:10px;
+ text-align:center;
+}
+
+#albumThumbnail img {
+ border:2px solid #ddd;
+}
+
+#albumLinks {
+ vertical-align:top;
+ border-left:2px solid #ddd;
+ padding-left:10px;
+} \ No newline at end of file