Changeset 5774

Show
Ignore:
Timestamp:
03/09/10 03:09:20 (3 years ago)
Author:
jow
Message:

luci-0.9: merge OpenWrt?.org from trunk, adds tab support CSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.9/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

    r4080 r5774  
    617617    clear: left; 
    618618    vertical-align: middle; 
    619     padding-left: 0.25em; 
     619    padding: 0.25em; 
    620620    border-bottom: 1px dotted #bbbbbb; 
    621621} 
     
    742742} 
    743743 
     744ul.cbi-tabmenu { 
     745    padding: 3px 0; 
     746    margin-left: 0 !important; 
     747    margin-bottom: -1px; 
     748    list-style-type: none; 
     749} 
     750 
     751ul.cbi-tabmenu li.cbi-tab, 
     752ul.cbi-tabmenu li.cbi-tab-disabled { 
     753    display: inline; 
     754    margin: 0; 
     755} 
     756 
     757ul.cbi-tabmenu li.cbi-tab a, 
     758ul.cbi-tabmenu li.cbi-tab-disabled a { 
     759    text-decoration: none; 
     760    padding: 3px 7px; 
     761    margin-right: 3px; 
     762    border: 1px outset #000000; 
     763    border-bottom: none; 
     764    background-color: #EEEEEE; 
     765    color: #BBBBBB; 
     766} 
     767 
     768ul.cbi-tabmenu li.cbi-tab-highlighted a { 
     769    color: #000000; 
     770    background-color: #FFEEAA; 
     771} 
     772 
     773ul.cbi-tabmenu li a:hover { 
     774    color: #000000; 
     775} 
     776 
     777ul.cbi-tabmenu li.cbi-tab a { 
     778    position: relative; 
     779    top: 1px; 
     780    padding-top: 4px; 
     781    color: #000000; 
     782    background-color: #FFFFFF; 
     783} 
     784 
     785div.cbi-tab-descr { 
     786    background-image: url(/luci-static/resources/cbi/help.gif); 
     787    background-position: 0.25em 50%; 
     788    background-repeat: no-repeat; 
     789    border-bottom: 1px solid #CCCCCC; 
     790    margin: 0.25em 0.25em 2em; 
     791    padding: 0.5em 0.5em 0.5em 2em; 
     792} 
     793 
    744794.right { 
    745795    text-align: right;