Changeset 8705
- Timestamp:
- 05/24/08 16:30:54 (8 months ago)
- Files:
-
- art/themes/factory/style.css (modified) (3 diffs)
- art/themes/factory/style.rtl.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/factory/style.css
r8665 r8705 321 321 .gadget .content ul {list-style: none;} 322 322 .gadget .content ul li {padding-bottom: 2px;} 323 .gadget .actions { font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;}323 .gadget .actions {margin:0px 5px; font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;} 324 324 .gadget .actions div {text-align: left;} 325 325 .gadget .actions button{ … … 586 586 .preferences p {padding-bottom: 4px;} 587 587 .preferences label {display: block; font-weight: bold;} 588 .preferences input, .preferences select {padding: 2px; width: 1 90px; font-size: 10pt;}588 .preferences input, .preferences select {padding: 2px; width: 180px; font-size: 10pt;} 589 589 .wide .preferences p {clear: left; padding-left: 145px;} 590 590 .wide .preferences p label {float:left; display: inline; width: 140px; margin-left: -145px;} 591 591 .wide .preferences input, .wide .preferences select {width: 320px;} 592 .wide .preferences .actions {text-align:left; margin-left: 1 50px;}592 .wide .preferences .actions {text-align:left; margin-left: 145px;} 593 593 594 594 /* Menu */ … … 632 632 } 633 633 * html .menu a:hover {background:#ddd; color:#37a; text-decoration:none; position:relative;} 634 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */634 * html .wide .menu a:hover {float: left;} 635 635 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:170px;} 636 636 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:170px;} art/themes/factory/style.rtl.css
r8675 r8705 322 322 .gadget .content ul {list-style: none;} 323 323 .gadget .content ul li {padding-bottom: 2px;} 324 .gadget .actions { font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;}324 .gadget .actions {margin:0px 5px; font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;} 325 325 .gadget .actions div {text-align: right;} 326 326 .gadget .actions button{ … … 587 587 .preferences p {padding-bottom: 4px;} 588 588 .preferences label {display: block; font-weight: bold;} 589 .preferences input, .preferences select {padding: 2px; width: 1 90px; font-size: 10pt;}589 .preferences input, .preferences select {padding: 2px; width: 180px; font-size: 10pt;} 590 590 .wide .preferences p {clear: right; padding-right: 145px;} 591 591 .wide .preferences p label {float:right; display: inline; width: 140px; margin-right: -145px;} 592 592 .wide .preferences input, .wide .preferences select {width: 320px;} 593 .wide .preferences .actions {text-align:right; margin-right: 1 50px;}593 .wide .preferences .actions {text-align:right; margin-right: 145px;} 594 594 595 595 /* Menu */
