Plugin Directory

Changeset 170536


Ignore:
Timestamp:
11/04/2009 10:39:34 PM (16 years ago)
Author:
dalemugford
Message:

updated styling for admin

Location:
wptouch/trunk/admin-css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wptouch/trunk/admin-css/bnc-global.css

    r170532 r170536  
    6464    color: #d54e21;
    6565    font-size: 11px;
     66    line-height: 13px;
    6667}
    6768
  • wptouch/trunk/admin-css/wptouch-admin.css

    r170532 r170536  
    382382/* @group plugin-compat-area.php */
    383383
     384* {
     385   
     386}
     387
    384388#bnc-global .all-good {
    385389    border: 1px solid #8aceff;
     
    424428}
    425429
    426 #bnc-global .wptouch-left-content p.wpv {
     430#bnc-global .left-content p.wpv {
    427431    margin: 2px 0 5px;
    428432    padding: 0;
     
    430434}
    431435
    432 #bnc-global .wptouch-left-content p.wptv {
     436#bnc-global .left-content p.wptv {
    433437    padding: 0 0 10px;
    434438    border-bottom: 1px solid #dcdcdc;
     
    436440}
    437441
    438 #bnc-global .wptouch-left-content span.go {
     442#bnc-global .left-content span.go {
    439443    font-weight: bold;
    440444    color: green;
    441445}
    442446
    443 #bnc-global .wptouch-left-content span.caution {
     447#bnc-global .left-content span.caution {
    444448    color: #f8b615;
    445449    font-weight: bold;
    446450}
    447451
    448 #bnc-global .wptouch-left-content span.red {
     452#bnc-global .left-content span.red {
    449453    color: red;
    450454    font-weight: bold;
Note: See TracChangeset for help on using the changeset viewer.