Changeset 7532

Show
Ignore:
Timestamp:
09/22/11 18:51:42 (20 months ago)
Author:
jow
Message:

themes/openwrt: polish layout

Files:
1 modified

Legend:

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

    r7484 r7532  
    393393} 
    394394 
     395input.cbi-button { 
     396    background-color: #EEEEEE; 
     397    background-repeat: no-repeat; 
     398    background-position: 1px center; 
     399    border: 1px solid #CCCCCC; 
     400    border-radius: 3px; 
     401} 
     402 
     403input.cbi-button:hover { 
     404    border-color: #4A6B7C; 
     405    background-color: #FFFFFF; 
     406} 
     407 
    395408input.cbi-input-user { 
    396     background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; 
    397     background-color: inherit; 
     409    background-image: url('../resources/cbi/user.gif'); 
     410    background-repeat: no-repeat; 
     411    background-position: 1px center; 
    398412    color: #000000; 
    399413    text-indent: 17px; 
     
    401415 
    402416input.cbi-input-password { 
    403     background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; 
    404     background-color: inherit; 
     417    background-image: url('../resources/cbi/key.gif'); 
     418    background-repeat: no-repeat; 
     419    background-position: 1px center; 
    405420    color: #000000; 
    406421    text-indent: 17px; 
     
    408423 
    409424input.cbi-input-find { 
    410     background: url('../resources/cbi/find.gif') no-repeat scroll 1px center; 
    411     background-color: inherit; 
     425    background-image: url('../resources/cbi/find.gif'); 
    412426    color: #000000; 
    413427    padding-left: 17px; 
     
    415429 
    416430input.cbi-input-reload { 
    417     background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center; 
    418     background-color: inherit; 
     431    background-image: url('../resources/cbi/reload.gif'); 
    419432    color: #000000; 
    420433    padding-left: 17px; 
     
    423436input.cbi-input-add, 
    424437input.cbi-button-add { 
    425     background: url('../resources/cbi/add.gif') no-repeat scroll 1px center; 
    426     background-color: inherit; 
     438    background-image: url('../resources/cbi/add.gif'); 
    427439    color: #000000; 
    428440    padding-left: 17px; 
     
    432444input.cbi-input-fieldadd, 
    433445input.cbi-button-fieldadd { 
    434     background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center; 
    435     background-color: inherit; 
     446    background-image: url(../resources/cbi/fieldadd.gif); 
    436447    color: #000000; 
    437448    padding-left: 17px; 
     
    441452input.cbi-input-reset, 
    442453input.cbi-button-reset { 
    443     background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center; 
    444     background-color: inherit; 
     454    background-image: url('../resources/cbi/reset.gif'); 
    445455    color: #000000; 
    446456    padding-left: 17px; 
     
    450460input.cbi-input-save, 
    451461input.cbi-button-save { 
    452     background: url('../resources/cbi/save.gif') no-repeat scroll 1px center; 
    453     background-color: inherit; 
     462    background-image: url('../resources/cbi/save.gif'); 
    454463    color: #000000; 
    455464    padding-left: 17px; 
     
    459468input.cbi-input-apply, 
    460469input.cbi-button-apply { 
    461     background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; 
    462     background-color: inherit; 
     470    background-image: url('../resources/cbi/apply.gif'); 
    463471    color: #000000; 
    464472    padding-left: 17px; 
     
    468476input.cbi-input-link, 
    469477input.cbi-button-link { 
    470     background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; 
    471     background-color: inherit; 
     478    background-image: url('../resources/cbi/link.gif'); 
    472479    color: #000000; 
    473480    padding-left: 17px; 
     
    477484input.cbi-input-remove, 
    478485div.cbi-section-remove input { 
    479     background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center; 
    480     background-color: inherit; 
     486    background-image: url('../resources/cbi/remove.gif'); 
    481487    color: #000000; 
    482488    padding-left: 17px; 
     
    565571    clear: left; 
    566572    vertical-align: middle; 
    567     padding: 0.25em; 
     573    padding: 0.25em 0.6em; 
    568574    border-bottom: 1px dotted #bbbbbb; 
    569575} 
     
    597603} 
    598604 
    599 div.cbi-tblsection-create { 
    600     border-bottom: 1px dotted #bbbbbb; 
    601 } 
    602  
    603605div.cbi-section-create .cbi-button { 
    604606    margin: 0.25em; 
     
    624626.cbi-section-node { 
    625627    clear: both; 
    626     border-top: 1px dotted #bbbbbb; 
    627     border-left: 1px dotted #bbbbbb; 
    628     border-right: 1px dotted #bbbbbb; 
     628    border: 1px solid #BBBBBB; 
     629    border-radius: 3px; 
     630    padding-bottom: 0; 
     631    position: relative; 
     632} 
     633 
     634.cbi-section-node .cbi-value-last { 
    629635    border-bottom: none; 
    630     padding-bottom: 0; 
    631636} 
    632637 
     
    693698    padding: 3px 0; 
    694699    margin-left: 0 !important; 
    695     margin-bottom: -1px; 
    696700    list-style-type: none; 
     701    position: relative; 
     702    z-index: 10; 
     703    top: 1px; 
    697704} 
    698705 
     
    708715    padding: 3px 7px; 
    709716    margin-right: 3px; 
    710     border: 1px outset #000000; 
     717    border: 1px solid #BBBBBB; 
    711718    border-bottom: none; 
     719    border-radius: 3px 3px 0 0; 
    712720    background-color: #EEEEEE; 
    713721    color: #BBBBBB; 
     
    724732 
    725733ul.cbi-tabmenu li.cbi-tab a { 
    726     position: relative; 
    727     top: 1px; 
    728734    padding-top: 4px; 
    729735    color: #000000;