mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
1122ffafad
commit
605d8f908a
23
public/css/icinga/nav.less
Normal file
23
public/css/icinga/nav.less
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
ul.nav {
|
||||||
|
// Reset defaults
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
list-style-type: none;
|
||||||
|
|
||||||
|
// TODO(el): li.nav-item {
|
||||||
|
a {
|
||||||
|
// Rollover
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO(el): Rename to ul.tabs-nav
|
||||||
|
ul.nav-tabs {
|
||||||
|
.clearfix();
|
||||||
|
|
||||||
|
li {
|
||||||
|
.pull-left();
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user