Changeset 8711

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

orange-grey theme updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/orange-grey/style.css

    r8675 r8711  
    178178.gadget .content ul {list-style: none;} 
    179179.gadget .content ul li {padding-bottom: 2px;} 
    180 .gadget .actions {font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;} 
     180.gadget .actions {margin:0px 5px; font-size: 9pt; text-align: right; border-top: 1px dotted #f0ddaa;} 
    181181.gadget .actions div {text-align: left;} 
    182182.gadget .actions button{ 
     
    454454.wide .preferences p label {float:left; display: inline; width: 140px; margin-left: -145px;} 
    455455.wide .preferences input, .wide .preferences select {width: 320px;} 
    456 .wide .preferences .actions {text-align:left; margin-left: 150px;} 
     456.wide .preferences .actions {text-align:left; margin-left: 148px;} 
    457457 
    458458/* Menu */ 
     
    497497} 
    498498* html .menu a:hover {color:#fff; background:#f6960b; position:relative;} 
    499 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 
     499* html .wide .menu a:hover {float: left;} 
    500500* html .narrow .menu li a, * html .narrow .menu li a:visited {width:190px;} 
    501501* html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 
  • art/themes/orange-grey/style.rtl.css

    r8675 r8711  
    112112color:rgb(75,75,75); 
    113113text-align: right; 
    114 background: rgb(105,173,249) url(images/top.png) repeat-x; 
     114background: rgb(105,173,249) url(images/top.rtl.png) repeat-x; 
    115115} 
    116116#top_header h1 {font-size:1.8em; padding-top:0px;} 
     
    179179.gadget .content ul {list-style: none;} 
    180180.gadget .content ul li {padding-bottom: 2px;} 
    181 .gadget .actions {font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;} 
     181.gadget .actions {margin:0px 5px; font-size: 9pt; text-align: left; border-top: 1px dotted #f0ddaa;} 
    182182.gadget .actions div {text-align: right;} 
    183183.gadget .actions button{ 
     
    455455.wide .preferences p label {float:right; display: inline; width: 140px; margin-right: -145px;} 
    456456.wide .preferences input, .wide .preferences select {width: 320px;} 
    457 .wide .preferences .actions {text-align:right; margin-right: 150px;} 
     457.wide .preferences .actions {text-align:right; margin-right: 148px;} 
    458458 
    459459/* Menu */