Changeset 271


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

Legend:

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

    r270 r271  
    1515use strict;
    1616use warnings;
    17 use version; our $VERSION = version->declare('0.7.6');
     17use version; our $VERSION = version->declare('0.7.7');
    1818
    1919use CGI;
     
    283283$htmlpage .= <<"ENDH";
    284284<hr clear="all">
    285 <a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> version: $VERSION
     285<b><a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> version: $VERSION<b>
    286286<ul>
    287287 <li>Written by Gabriel Moreau</li>
  • trunk/nagios-velvice/velvice.css

    r270 r271  
    33   border-color:     black;
    44   border-left:      2px solid;
    5    border-radius:    0px 0px 0px 20ex;
     5   border-radius:    0px 0px 0px 3ex;
    66   }
    77
     
    1010   display:          flex;
    1111   justify-content:  space-between;
     12   margin:           0.5ex;
    1213   }
    1314
     
    2223hr {
    2324   border-style:     solid;
    24    border-width:     2px
     25   border-width:     1px;
    2526   color:            black;
    2627   margin-top:       4ex;
    27    width:            80%;
     28   width:            70%;
    2829   }
Note: See TracChangeset for help on using the changeset viewer.