Changeset 607 in tmcsimulator for branches/LCSv1/static/css


Ignore:
Timestamp:
03/30/2020 10:20:20 AM (6 years ago)
Author:
liquan
Message:

Styled navigation tab similar to LCSTRAIN template for ticket #245

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/static/css/lcstrain.css

    r603 r607  
    7272    margin: -2px; 
    7373    font-family: Arial, Helvetica, sans-serif; 
    74     font-size: 10px; 
    75     font-weight: bold; 
     74    font-size: 16px; 
     75    /* font-weight: bold; */ 
    7676    min-width: 52px; 
    7777    border: 2px outset rgb(221,221,221); 
     78    padding: 0.5% 2% 0.5% 2%; 
    7879} 
    7980.tabBtn:hover { 
     
    8990    background-color: #003366; 
    9091    height: 20px; 
    91     width: 760px; 
     92    /* width: 760px; */ 
     93    width: 90%; 
    9294    display: block; 
    9395    margin-top: 3px; 
     
    12351237 
    12361238.navtabs { 
    1237     width: 760px; 
     1239    /* width: 760px; */ 
     1240    width: 90%; 
    12381241    margin: 0px auto; 
    12391242    text-align: center; 
Note: See TracChangeset for help on using the changeset viewer.