(Automatically created by system setup)
|
(Automatically updated by system upgrade)
|
Line 120: | |||
} | } | ||
fieldset { | fieldset { | ||
- | padding: 5px; | + | padding: 0 7px 7px; |
border: 1px solid #D8D8E7; | border: 1px solid #D8D8E7; | ||
+ | margin-top: 10px; | ||
} | } | ||
legend { | legend { | ||
Line 241: | |||
border: 1px solid #D8D8E7; | border: 1px solid #D8D8E7; | ||
} | } | ||
+ | #nav-search input[type="text"] { | ||
+ | width: 150px; | ||
+ | } | ||
/* diff page */ | /* diff page */ | ||
Line 326: | |||
/* tab menu */ | /* tab menu */ | ||
- | #tab-menu { | + | ul#tab-menu { |
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 332: | |||
+ | display: inline-block; | ||
+ | list-style: inherit; | ||
+ | list-style-type: none; | ||
} | } | ||
- | #tab-menu .tab-item { | + | ul#tab-menu li { |
float: left; | float: left; | ||
background: white; | background: white; | ||
Line 337: | |||
border: 1px solid #D8D8E7; | border: 1px solid #D8D8E7; | ||
border-bottom: none; | border-bottom: none; | ||
- | padding: 0.2em 0.5em 0.2em 0.5em; | + | padding: 0 0.5em; |
margin: 0; | margin: 0; | ||
- | margin-right: 6px; | + | margin-right: 4px; |
+ | min-width: 40px; | ||
font-size: 85%; | font-size: 85%; | ||
text-align: center; | text-align: center; | ||
Line 345: | |||
+ | ul#tab-menu li.active { | ||
+ | margin-bottom: -1px; | ||
+ | border-bottom: 1px solid #fff; | ||
+ | font-size: 90%; | ||
+ | font-weight: bold; | ||
+ | } | ||
/* user menu */ | /* user menu */ | ||
Line 419: | |||
border: 0; | border: 0; | ||
} | } | ||
- | div.imgcaption { | + | img.thumbborder { |
- | padding: 0.3em 0em 0.2em 0em; | + | border: 1px solid #ddd; |
} | } | ||
- | div.imgleft { | + | div.thumbcaption { |
- | float: left; | + | text-align:left; |
- | margin: 0.3em 0.3em 0.3em 0em; | + | border: none; |
+ | font-size:94%; | ||
+ | line-height:1.4em; | ||
+ | padding:3px !important; | ||
} | } | ||
- | div.imgright { | + | div.floatleft { |
- | float: right; | + | border: none; |
- | margin: 0.3em 0em 0.3em 0.3em; | + | clear:left; |
+ | float:left; | ||
+ | margin: 0 0.5em 0.5em 0; | ||
+ | position:relative; | ||
} | } | ||
- | div.imgcenter { | + | div.floatright { |
- | text-align: center; | + | border: none; |
- | margin: 0.3em 0em 0.3em 0em; | + | clear:right; |
+ | float:right; | ||
+ | margin: 0 0 0.5em 0.5em; | ||
+ | position:relative; | ||
} | } | ||
- | div.imgthumb { | + | div.center { |
- | border: 1px solid #bbbbbb; | + | text-align:center; |
- | padding: 0.3em; | + | width:100%; |
- | position: relative; | ||
} | } | ||
+ | div.center * { | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | div.tright { | ||
+ | border: none; | ||
+ | margin: 0.5em 0 0.8em 1.4em; | ||
+ | clear:right; | ||
+ | float:right; | ||
+ | } | ||
+ | div.thumb { | ||
+ | border: none; | ||
+ | margin-bottom:0.5em; | ||
+ | width:auto; | ||
+ | } | ||
+ | div.thumbinner { | ||
+ | background-color:#F9F9F9; | ||
+ | border: 1px solid #ccc; | ||
+ | font-size:94%; | ||
+ | overflow:hidden; | ||
+ | padding: 3px !important; | ||
+ | text-align:center; | ||
+ | min-width:100px; | ||
+ | } | ||
table.gallery { | table.gallery { | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
Line 495: | |||
/* form styles */ | /* form styles */ | ||
- | .formentry { | ||
- | width: 99%; | ||
- | padding: 3px 5px; | ||
- | clear: both; | ||
- | } | ||
- | .formcaption { | ||
- | float: left; | ||
- | width: 250px; | ||
- | font-weight: bold; | ||
- | padding-right: 10px; | ||
- | } | ||
- | .formcaption-medium { | ||
- | float: left; | ||
- | width: 170px; | ||
- | font-weight: bold; | ||
- | padding-right: 10px; | ||
- | } | ||
- | .formcaption-small { | ||
- | float: left; | ||
- | width: 90px; | ||
- | font-weight: bold; | ||
- | padding-right: 10px; | ||
- | } | ||
- | .formelement { | ||
- | } | ||
.formhelp { | .formhelp { | ||
font-size: 85%; | font-size: 85%; | ||
Line 549: | |||
width: 400px; | width: 400px; | ||
height: 60px; | height: 60px; | ||
+ | } | ||
+ | div.row { | ||
+ | clear: right; | ||
+ | padding: 5px 7px; | ||
+ | } | ||
+ | .admin div.row { | ||
+ | background-color: #e9e9e9; | ||
+ | border-top: 1px solid #fff; | ||
+ | } | ||
+ | div.row span { | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | text-align: left; | ||
+ | padding-left: 5px; | ||
+ | } | ||
+ | div.row label { | ||
+ | display: inline-block; | ||
+ | text-align: left; | ||
+ | width: 240px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | div.row span.form-button { | ||
+ | margin-left: 240px; | ||
+ | } | ||
+ | div.row .formhelp { | ||
+ | padding-top: 3px; | ||
+ | } | ||
+ | div.rowhelp { | ||
+ | border: 1px solid #e9e9e9; | ||
+ | margin: 10px; | ||
+ | padding: 5px 10px; | ||
+ | } | ||
+ | .translationElement label { | ||
+ | vertical-align: top; | ||
+ | padding: 3px; | ||
+ | width: auto; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | div.row label.nonblock { | ||
+ | display: inherit; | ||
+ | text-align: inherit; | ||
+ | width: auto; | ||
+ | font-weight: inherit; | ||
+ | } | ||
+ | #manage div.row label, #move div.row label, #register div.row label { | ||
+ | width: 180px; | ||
+ | } | ||
+ | #manage div.row span.form-button, #move div.row span.form-button, #register div.row span.form-button { | ||
+ | margin-left: 180px; | ||
+ | } | ||
+ | #translation div.row label { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | #login div.row label { | ||
+ | width: 100px; | ||
+ | } | ||
+ | #login div.row span.form-button { | ||
+ | margin-left: 100px; | ||
} | } |