Changeset 270


Ignore:
Timestamp:
Jun 26, 2018, 7:55:02 PM (6 years ago)
Author:
g7moreau
Message:
  • Update CSS style
Location:
trunk/nagios-velvice
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/velvice.cgi

    r269 r270  
    1515use strict;
    1616use warnings;
    17 use version; our $VERSION = version->declare('0.7.5');
     17use version; our $VERSION = version->declare('0.7.6');
    1818
    1919use CGI;
  • trunk/nagios-velvice/velvice.css

    r263 r270  
     1h1 {
     2   border-bottom:    2px solid;
     3   border-color:     black;
     4   border-left:      2px solid;
     5   border-radius:    0px 0px 0px 20ex;
     6   }
    17
    28/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
    39h1 ul {
    4    display: flex;
    5    justify-content: space-between;
     10   display:          flex;
     11   justify-content:  space-between;
    612   }
    713
    814h1 li {
    9    display: inline;
     15   display:          inline;
    1016   }
    1117
    1218td.bold {
    13    font-weight: bold;
     19   font-weight:      bold;
    1420   }
     21
     22hr {
     23   border-style:     solid;
     24   border-width:     2px
     25   color:            black;
     26   margin-top:       4ex;
     27   width:            80%;
     28   }
Note: See TracChangeset for help on using the changeset viewer.