Changeset 621 in tmcsimulator for branches/LCSv2/static/css


Ignore:
Timestamp:
08/19/2020 08:18:24 AM (6 years ago)
Author:
jdalbey
Message:

LCS implement exiting incident UI and javascript

Location:
branches/LCSv2/static/css
Files:
2 edited

Legend:

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

    r619 r621  
    298298    height: 20px; 
    299299} 
    300  
     300/* spike */ 
     301.labelgray { 
     302    color: lightgray; 
     303} 
    301304.contactGroup { 
    302305    margin-top: 10px; 
  • branches/LCSv2/static/css/lcstrain.css.bak

    r619 r621  
    1818 
    1919A:link { 
    20         text-decoration:underline; 
     20        /* text-decoration:underline; */ 
    2121        color: #0000CC; 
    2222        font-weight: bold; 
     
    3232} 
    3333A:hover {  
    34         text-decoration:none;  
     34        text-decoration:underline;  
    3535        color: #990000 
    3636}  
    3737td { 
    3838        font-family: geneva, sans-serif;  
    39         font-size: 7.8pt;  
     39        font-size: 12px;  
    4040} 
    4141h1 {  
    42         font-family: Arial, Helvetica, sans-serif;  
     42        font-family: Helvetica, Arial, serif;  
    4343        font-size: 14px;  
    4444        font-weight: bold;  
     
    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; 
    93     margin-top: 3px; 
     95    margin-top: 6px; 
    9496    margin-bottom: 0.5em; 
    9597    margin-left: auto; 
     
    276278.label {  
    277279        font-family: geneva, sans-serif;  
    278         font-size: 16px;  
     280        font-size: 18px;  
    279281        color: #003366;  
    280282        font-weight: bold;  
    281         text-align: right;  
    282 } 
    283  
     283    text-align: right;  
     284    margin: 0% 1% 0% 3%; 
     285} 
     286 
     287label { 
     288        font-family: geneva, sans-serif;  
     289        font-size: 18px;  
     290        color: #003366;  
     291        font-weight: bold;  
     292    text-align: right;  
     293    margin: 0% 1% 0% 3%; 
     294} 
    284295.label90 { 
    285296    width: 90px; 
     
    287298    height: 20px; 
    288299} 
    289  
     300/* spike */ 
     301.labelgray { 
     302    color: lightgray; 
     303} 
    290304.contactGroup { 
    291305    margin-top: 10px; 
     
    508522    background: lightblue; 
    509523} 
     524th { 
     525    font-size: 14px; 
     526} 
    510527tr:nth-child(odd).statusHistory { 
    511528    background: lightgray; 
     
    620637        font-size: 32px; 
    621638        font-weight: bold; 
    622         text-align: center; 
     639    text-align: center; 
     640    color: #08298A; 
    623641} 
    624642div.header h1 { 
     
    887905select { 
    888906        font-family: Arial, Helvetica, sans-serif; 
    889         font-size: 11px; 
     907        font-size: 18px; 
    890908} 
    891909textarea { 
     
    899917input { 
    900918        font-family: Arial, Helvetica, sans-serif; 
    901         font-size: 11px; 
     919        font-size: 18px; 
    902920} 
    903921.dtm_msg { 
     
    12031221    color: mediumslateblue; /* lightsteelblue has insufficient contrast */; 
    12041222    vertical-align: top; 
    1205     float:left; 
     1223    /* float:left; */ 
    12061224} 
    12071225 
     
    12221240 
    12231241.navtabs { 
    1224     width: 760px; 
     1242    /* width: 760px; */ 
     1243    width: 90%; 
    12251244    margin: 0px auto; 
    12261245    text-align: center; 
     
    12511270 
    12521271.heading2 { 
    1253     font-size: 16px; 
     1272    font-size: 20px; 
    12541273    font-weight: bold; 
    12551274    margin-top: 1em; 
     
    12591278} 
    12601279 
     1280.heading3 { 
     1281    font-size: 22px; 
     1282    font-weight: bold; 
     1283    margin-top: 1em; 
     1284    margin-bottom: 1em; 
     1285    margin-left: 0px; 
     1286    margin-right: 0px; 
     1287} 
     1288 
    12611289.headingH2 { 
    1262     font-family: Arial, Helvetica, sans-serif; 
     1290    font-family: Helvetica, Arial, serif; 
    12631291    font-weight: bold; 
    12641292    font-size: 14px; 
     
    16571685 
    16581686 .submit-button { 
    1659     font-size: 20px; 
     1687    font-size: 14px; 
    16601688    border-radius: 8px; 
    16611689    border: 1px solid; 
     1690    text-align: right;  
    16621691/*    padding: 1% 2% 1% 2%; */ 
    16631692 } 
     
    16751704 
    16761705 div.title { 
    1677     color: #f4d451; 
     1706    color: blue; /* #f4d451; */ 
    16781707    font-size: 70px; 
    16791708 } 
     
    16841713 
    16851714 .block-content { 
    1686      padding: 0% 25% 0% 40%; 
     1715     /* padding: 0% 25% 0% 40%; */ 
     1716     justify-content: center; 
    16871717 } 
    16881718 
     
    17101740    margin-left: 20%; 
    17111741} 
     1742 
     1743label.username-label { 
     1744    font-size: 20px; 
     1745    margin-right: 1%; 
     1746    font-family: geneva, sans-serif;  
     1747        color: #003366;  
     1748        font-weight: bold;  
     1749        text-align: right;  
     1750} 
     1751 
     1752.searchform { 
     1753    margin: 4% 0% 4% 0%; 
     1754    justify-content: center; 
     1755    width: 900px; 
     1756} 
Note: See TracChangeset for help on using the changeset viewer.