mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user