mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
d0e196c6cf
commit
9bb2961a77
@ -103,10 +103,14 @@ td {
|
|||||||
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
padding: @vertical-padding / 2 @horizontal-padding / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Smooth icons; ifont claims to have it, but it does not work in :before
|
|
||||||
[class^="icon-"], [class*=" icon-"] {
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
|
// Smooth icons; ifont claims to have it, but it does not work in :before
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
@icon-width: 1.4em; // 1em width + 0.2em left margin + 0.2em right margin
|
@icon-width: 1.2em; // 1em width + 0.2em right margin
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user