cclean : fixed some styles in the admin section

git-svn-id: http://piwigo.org/svn/trunk@829 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2005-08-18 20:25:08 +00:00
parent 8f01d75299
commit 4b9bc10cde
4 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
<h1>{lang:title_default}</h1>
<!-- $Id$ -->
<h2>{lang:title_default}</h2>
<dl>
<dt>{lang:PhpWebGallery version}</dt>
+8
View File
@@ -56,6 +56,14 @@
text-align: left;
}
/* content defaults */
#content dl, dd { margin: 10px; }
#content dt {
margin-bottom: 5px;
font-style: italic;
font-size: 110%;
}
/* actions */
div.titrePage ul.categoryActions {
float: right;
+6 -6
View File
@@ -62,28 +62,28 @@ A.navThumb, A.navThumb:hover {
}
#categoryContent {
#content {
border: 1px solid #d3d3d3;
background:#eeeeee;
}
#categoryContent H2 {
#content H2 {
text-align: left;
}
#categoryContent H3 {
#content H3 {
text-align: center;
}
#categoryContent UL.thumbnail IMG {
#content UL.thumbnail IMG {
border: 1px solid #a0a0a0;
}
/* So that non-links are slightly greyed out */
#categoryContent .navigationBar {
#content .navigationBar {
color: #696969;
}
#categoryContent .pageNumberSelected {
#content .pageNumberSelected {
color: #000000;
}
+1 -1
View File
@@ -55,7 +55,7 @@ IMG {
}
/** General defaults **/
ul { text-align: left;}
ul, dl { text-align: left;}
/** forms **/
div.formbox {