Changeset 602 in tmcsimulator for branches/LCSv1/static


Ignore:
Timestamp:
03/26/2020 12:25:28 PM (6 years ago)
Author:
liquan
Message:

Styled status and request page for ticket #245.

File:
1 edited

Legend:

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

    r601 r602  
    283283} 
    284284 
     285label { 
     286        font-family: geneva, sans-serif;  
     287        font-size: 18px;  
     288        color: #003366;  
     289        font-weight: bold;  
     290    text-align: right;  
     291    margin: 0% 1% 0% 3%; 
     292} 
    285293.label90 { 
    286294    width: 90px; 
     
    509517    background: lightblue; 
    510518} 
     519th { 
     520    font-size: 14px; 
     521} 
    511522tr:nth-child(odd).statusHistory { 
    512523    background: lightgray; 
     
    17351746    margin: 4% 0% 4% 0%; 
    17361747    justify-content: center; 
    1737     width: 650px; 
    1738 } 
     1748    width: 800px; 
     1749} 
Note: See TracChangeset for help on using the changeset viewer.