categories are looking better

git-svn-id: http://piwigo.org/svn/trunk@843 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2005-08-20 09:17:54 +00:00
parent 52b8888241
commit df74f2d204
3 changed files with 49 additions and 22 deletions
+18
View File
@@ -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;