From b03d27e6070a2d47ec4d0b937fb09751642cd860 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 29 Nov 2013 10:13:05 +0000 Subject: 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 --- admin/themes/default/theme.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'admin/themes/default/theme.css') 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; -- cgit v1.2.3