From 605d8f908adb944c028f7cf138dbff9fbf943e2b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 13:35:34 +0200 Subject: [PATCH] CSS: Add nav.less refs #5543 --- public/css/icinga/nav.less | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/css/icinga/nav.less diff --git a/public/css/icinga/nav.less b/public/css/icinga/nav.less new file mode 100644 index 0000000000..a5ce7e204e --- /dev/null +++ b/public/css/icinga/nav.less @@ -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(); + } +}