aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-11-29 10:13:05 +0000
committerplegall <plg@piwigo.org>2013-11-29 10:13:05 +0000
commitb03d27e6070a2d47ec4d0b937fb09751642cd860 (patch)
tree3e6214982e148c3933cd57199bf2dee394af7f65 /admin/themes/default/theme.css
parentf0434fe2ca3779b54fc6696dc11688cf6e0229ad (diff)
feature 2916: add icons for cat_modify, picture_modify and admin top bar
git-svn-id: http://piwigo.org/svn/trunk@25748 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 77a263266..f8f010e91 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1026,6 +1026,22 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
padding-left:10px;
}
+#albumLinks ul, .photoLinks ul {
+ padding-left:0;
+}
+
+#albumLinks li, .photoLinks li {
+ list-style:none;
+}
+
+.photoLinks {
+ vertical-align:top;
+}
+
+.photoLinks ul {
+ margin:0;
+}
+
/* Album Manager */
#addAlbumForm input[name="category_name"], #formCreateAlbum input[name="virtual_name"] {
width:300px;