Changeset 8708

Show
Ignore:
Timestamp:
05/24/08 16:31:32 (8 months ago)
Author:
afz
Message:

jaws theme updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/jaws/style.css

    r8665 r8708  
    1 * {margin:0; padding:0;} 
    21body { 
    32margin: 0; 
     
    1918padding: 0; 
    2019text-align: left; 
    21 font-size: smaller; 
    2220} 
    2321 
     
    3634 
    3735#top_header p { 
    38 font-size: smaller; 
    3936color: #fff; 
    4037margin: 0px; 
     
    619616.gadget .content ul {list-style: none;} 
    620617.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;} 
    622619.gadget .actions div {text-align: left;} 
    623620.gadget .actions button{ 
     
    795792.preferences p {padding-bottom: 4px;} 
    796793.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;} 
    800799 
    801800/* Menu */ 
     
    839838} 
    840839* 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;} 
    842841* html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 
    843842* 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;} 
    21body { 
    32margin: 0; 
     
    1918padding: 0; 
    2019text-align: right; 
    21 font-size: smaller; 
    2220} 
    2321 
     
    3634 
    3735#top_header p { 
    38 font-size: smaller; 
    3936color: #fff; 
    4037margin: 0px; 
     
    620617.gadget .content ul {list-style: none;} 
    621618.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;} 
    623620.gadget .actions div {text-align: right;} 
    624621.gadget .actions button{ 
     
    796793.preferences p {padding-bottom: 4px;} 
    797794.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;} 
    801800 
    802801/* Menu */