make the fieldset labels easier to read (no italic, increased letter spacing,

bold)

make the fiedset border softer

photos_add 2 screens comply with the fieldset system instead of specific
formField divs.

git-svn-id: http://piwigo.org/svn/trunk@5174 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-03-18 11:08:53 +00:00
parent cd00dffa72
commit b398e3f33a
6 changed files with 33 additions and 30 deletions
+4 -11
View File
@@ -517,23 +517,16 @@ ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutt
margin:0;
}
.formField {
#photosAddContent FIELDSET {
width:650px;
margin:0 auto 20px auto;
padding:10px;
border: 2px solid #292929;
}
.formFieldTitle {
font-weight:bold;
margin-bottom:10px;
}
.formField P {
#photosAddContent P {
margin:0;
}
.formField TH {
#photosAddContent TH {
text-align:right;
padding-right: 5px;
}
@@ -547,7 +540,7 @@ ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutt
}
#pwgHead {
background-color:#464646;
background-color:#222;
height:46px;
}