diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-20 09:17:54 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-20 09:17:54 +0000 |
commit | df74f2d2040ab1c44566335aac9767a5fe716e14 (patch) | |
tree | 1ec30daaa19f25905a5f6a7d9a8cfcd5adfbaf9d /template/cclear/default-layout.css | |
parent | 52b88882416af59e1ecf9cbcf26856941615a0dd (diff) |
categories are looking better
git-svn-id: http://piwigo.org/svn/trunk@843 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/default-layout.css')
-rw-r--r-- | template/cclear/default-layout.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css index cd86b3d47..4ae91b86c 100644 --- a/template/cclear/default-layout.css +++ b/template/cclear/default-layout.css @@ -56,6 +56,8 @@ IMG { /** General defaults **/ ul, dl, li { text-align: left;} +/* for debugging purpose */ +pre { text-align:left; } /** forms **/ div.formbox { @@ -126,6 +128,22 @@ select.categoryList { } /** go to an admin.css ? **/ +/** + * Informations box in administration + */ +#infos { + text-align: left; + background-color: #eee; + background-image: url(admin/images/infos.png); + background-repeat: no-repeat; + background-position: top right; + color: black; + font-weight: bold; + margin: 5px; + border:1px solid gray; + padding: 10px 50px 10px 10px; +} + .table2 { border: 1px solid #000000; margin: auto 10px auto 10px; |