Files
Piwigo/plugins/admin_advices/default-layout.css
vdigital 073ab4a9e3 Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page.
Quick solved list:
1 - Wording on EXIF/IPTC Advices
2 - Default language is English
3 - Some Transparency issues under IE
4 - Some Border issues
5 - PWG Menu moved from Advices Box to Intro.
6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL()
7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)).

git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-15 22:44:48 +00:00

21 lines
324 B
CSS

/* $Id$ */
.content {
list-style-type:none;
margin: 0 1em 0 14.5em;
padding: 0 0 15px 0;
}
.content h2 {
font-weight: bold;
padding-left: 2em;
}
.content h3 {
text-align: left;
padding-left: 3em;
font-size: 120%;
}
.content table tr td {
text-align: left;
padding-left: 2em;
}