aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-12-03 16:10:50 +0100
committerplegall <plg@piwigo.org>2015-12-03 16:10:50 +0100
commit5be28962a16ac6a2694d0c0e1c6bff3ef7ec1100 (patch)
tree33decf311572211a7d535eb751692f3d21d77c26 /admin/themes/default/theme.css
parent27389102d1275cdefcaee9c5a4a93297fc797b8c (diff)
parent2080897f3b87ac1c1653232491c8bba56ede60f7 (diff)
Merge branch 'feature/377-album-thumbnail'
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 4a151b9a4..509aff377 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -213,7 +213,7 @@ LI.menuLi {
}
/* */
-FORM#catModify TABLE { width: auto; }
+#catModify TABLE { width: auto; }
#catModify p {
line-height: 20px;
@@ -221,6 +221,11 @@ FORM#catModify TABLE { width: auto; }
text-align: left;
}
+#catModify p.albumThumbnailActions {
+ text-align:center;
+ white-space:nowrap;
+}
+
FIELDSET.elementEdit .thumb {
display: block;
float: right;