Updated logo bg, added modal for about icon

This commit is contained in:
Alison Loney
2014-09-11 13:38:02 -04:00
parent 809ef80e18
commit 7e50264d4e
3 changed files with 113 additions and 18 deletions

View File

@ -74,16 +74,16 @@ img {
#header .brand {
float: left;
width: 240px;
min-height: 80px;
padding: 0 0 0 10px;
height: 80px;
padding: 0;
position: relative;
background: #e84c3d url('../img/logo.png') no-repeat 25px 26px;
background: url('../img/logoBG.jpg') no-repeat 0px 0px;
}
#header .logo {
color: #fff;
font-size: 1.7em;
text-transform: uppercase;
padding: 23px 0 0 57px;
padding: 23px 0 0 75px;
display: inline-block;
}
#header .logo span {
@ -696,6 +696,16 @@ fieldset[disabled] .btn-warning.active {
color: #fff;
border: none;
}
/* ==========================================================================
Modal
========================================================================== */
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
.modal .modal-body.modal-scroll {
max-height: 350px;
overflow-y: auto;
}
/* ==========================================================================
Media Queries
========================================================================== */

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB