1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-10 23:24:07 +02:00

UI Improvements - Admin - Navbar Updates #194

This commit is contained in:
Awilum
2014-01-07 01:23:02 +02:00
parent ce14f9b241
commit 79f0ef2701
2 changed files with 28 additions and 1 deletions

View File

@@ -27,8 +27,35 @@ body {
background: #252525;
}
ul.navbar-nav {
min-height: 60px;
}
.navbar-nav > li {
min-height: 60px;
}
.navbar-nav > li > a {
line-height: 30px;
}
.navbar-brand {
font-size: 24px;
padding: 13px 15px;
line-height: inherit;
}
a.navbar-brand {
font-weight: bold;
color: #FAFAFA!important;
}
.nav > li > a > img {
width: 16px;
height: 16px;
border: 1px solid #888;
margin: 0 0 0 4px;
}
h1,h2,h3,h4,h5 {