- Change logo on non-landing to be just the box and to have a slight border on the right

- Change the letter spacing on the landing page to make the header more readable
- Change the logo on the 500 page
This commit is contained in:
Joseph Schorr 2014-07-07 16:12:53 -04:00
parent c338b7d621
commit bcc45448ed
9 changed files with 22 additions and 5 deletions

View file

@ -15,10 +15,17 @@ nav.navbar {
background-image: linear-gradient(to top, #535C66 0%,#6E8194 100%);
}
nav.navbar-default .navbar-brand {
padding-left: 14px;
border-right: 1px solid rgb(134, 140, 163);
padding-right: 14px;
padding-top: 5px;
height: 50px;
}
nav.navbar-default .navbar-nav>li>a {
color: white;
letter-spacing: 0.5px;
font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
@ -654,12 +661,12 @@ i.toggle-icon:hover {
.user-tools .user-tool {
font-size: 24px;
margin-top: 14px;
color: #aaa;
color: white;
}
.user-tools i.user-tool:hover {
cursor: pointer;
color: #428bca;
color: #BEE1FF;
}
.status-box a {
@ -1351,10 +1358,20 @@ i.toggle-icon:hover {
background: transparent !important;
}
.landing .header-bar .user-tools i {
padding: 4px;
border-radius: 4px;
}
.landing .header-bar .user-tools i:hover {
background: rgba(255, 255, 255, 0.4) !important;
}
.landing .navbar-links a {
font-weight: bold;
font-weight: 600;
color: white;
border-radius: 6px;
letter-spacing: 0.5px;
}
.landing .navbar-links li a:hover {