Changeset 8708
- Timestamp:
- 05/24/08 16:31:32 (8 months ago)
- Files:
-
- art/themes/jaws/style.css (modified) (6 diffs)
- art/themes/jaws/style.rtl.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/jaws/style.css
r8665 r8708 1 * {margin:0; padding:0;}2 1 body { 3 2 margin: 0; … … 19 18 padding: 0; 20 19 text-align: left; 21 font-size: smaller;22 20 } 23 21 … … 36 34 37 35 #top_header p { 38 font-size: smaller;39 36 color: #fff; 40 37 margin: 0px; … … 619 616 .gadget .content ul {list-style: none;} 620 617 .gadget .content ul li {padding-bottom: 2px;} 621 .gadget .actions { font-size: 10pt; text-align: right; border-top: 1px dotted #f0ddaa;}618 .gadget .actions {margin:0px 5px; font-size: 10pt; text-align: right; border-top: 1px dotted #f0ddaa;} 622 619 .gadget .actions div {text-align: left;} 623 620 .gadget .actions button{ … … 795 792 .preferences p {padding-bottom: 4px;} 796 793 .preferences label {display: block; font-weight: bold;} 797 .preferences input, .preferences select {padding: 2px; width: 160px; font-size: 10pt;} 798 .wide .preferences input, .wide .preferences select {width: 320px;} 799 .wide .preferences .actions {text-align:left; margin-left: 150px;} 794 .preferences input, .preferences select {padding: 2px; width: 170px; font-size: 10pt;} 795 .wide .preferences p {clear: left; padding-left: 145px;} 796 .wide .preferences p label {float:left; display: inline; width: 140px; margin-left: -145px;} 797 .wide .preferences input, .wide .preferences select {width: 255px;} 798 .wide .preferences .actions {text-align:left; margin-left: 148px;} 800 799 801 800 /* Menu */ … … 839 838 } 840 839 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 841 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */840 * html .wide .menu a:hover {float: left;} 842 841 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 843 842 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} art/themes/jaws/style.rtl.css
r8675 r8708 1 * {margin:0; padding:0;}2 1 body { 3 2 margin: 0; … … 19 18 padding: 0; 20 19 text-align: right; 21 font-size: smaller;22 20 } 23 21 … … 36 34 37 35 #top_header p { 38 font-size: smaller;39 36 color: #fff; 40 37 margin: 0px; … … 620 617 .gadget .content ul {list-style: none;} 621 618 .gadget .content ul li {padding-bottom: 2px;} 622 .gadget .actions { font-size: 10pt; text-align: left; border-top: 1px dotted #f0ddaa;}619 .gadget .actions {margin:0px 5px; font-size: 10pt; text-align: left; border-top: 1px dotted #f0ddaa;} 623 620 .gadget .actions div {text-align: right;} 624 621 .gadget .actions button{ … … 796 793 .preferences p {padding-bottom: 4px;} 797 794 .preferences label {display: block; font-weight: bold;} 798 .preferences input, .preferences select {padding: 2px; width: 160px; font-size: 10pt;} 799 .wide .preferences input, .wide .preferences select {width: 320px;} 800 .wide .preferences .actions {text-align:right; margin-right: 150px;} 795 .preferences input, .preferences select {padding: 2px; width: 170px; font-size: 10pt;} 796 .wide .preferences p {clear: right; padding-right: 145px;} 797 .wide .preferences p label {float:right; display: inline; width: 140px; margin-right: -145px;} 798 .wide .preferences input, .wide .preferences select {width: 255px;} 799 .wide .preferences .actions {text-align:right; margin-right: 148px;} 801 800 802 801 /* Menu */
