1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Reformatted code, minimize css and optimize css

This commit is contained in:
Cristian Deluxe 2016-12-07 06:09:09 +01:00
parent 293b5cb410
commit e23d6f9ab0
2 changed files with 36 additions and 31 deletions

View file

@ -1,5 +1,7 @@
@media (min-width: 992px) { @media (min-width: 992px) {
.modal-lg {width:940px !important;} .modal-lg {
width: 940px !important;
}
} }
body { body {
@ -27,13 +29,16 @@ img#zoom_image{
font-size: 1.4em; font-size: 1.4em;
color: #660066; color: #660066;
} }
.link-host { .link-host {
font-size: 1.1em; font-size: 1.1em;
color: #800080; color: #800080;
} }
ul.groupview, ul.groupview ul { ul.groupview, ul.groupview ul {
list-style-type: none; list-style-type: none;
} }
.munin-icon { .munin-icon {
background: url(../img/logo-munin.png) left top; background: url(../img/logo-munin.png) left top;
margin-top: -6px; margin-top: -6px;
@ -67,9 +72,8 @@ ul.groupview, ul.groupview ul {
float: right; float: right;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent; border: 5px solid transparent;
border-style: solid; border-right-width: 0;
border-width: 5px 0 5px 5px;
border-left-color: #ccc; border-left-color: #ccc;
margin-top: 5px; margin-top: 5px;
margin-right: -10px; margin-right: -10px;

View file

@ -0,0 +1 @@
@media(min-width:992px){.modal-lg{width:940px !important}}body{padding-top:70px}img.i{display:block;margin:10px auto}img.img-zoom{cursor:pointer}div.service-alert{margin-top:10px}img#zoom_image{margin-bottom:15px}.link-domain{font-size:1.4em;color:#606}.link-host{font-size:1.1em;color:purple}ul.groupview,ul.groupview ul{list-style-type:none}.munin-icon{background:url(../img/logo-munin.png) left top;margin-top:-6px;width:35px;height:35px;display:block;float:left}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border:5px solid transparent;border-right-width:0;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}