This commit is contained in:
Michael Ballard 2013-06-03 18:28:18 -04:00
Родитель 21e063ac8e
Коммит 8ffc028bfa
1 изменённых файлов: 11 добавлений и 9 удалений

Просмотреть файл

@ -241,7 +241,7 @@ nav.pagination ul li a {
overflow: hidden; overflow: hidden;
} }
/*mobile*/ /*mobile*/
@media only screen and (min-width: 320px) and (max-width: 599px) { @media only screen and (max-width: 599px) {
.container p, .container p,
.container h1, .container h1,
.container h2, .container h2,
@ -272,6 +272,14 @@ nav.pagination ul li a {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.navbar .brand {
background-image: url('../img/csol_logo_sm.png');
height: 150px;
background-position: top center;
}
.navbar-inner > .container {
width: 100%;
}
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: left; text-align: left;
float: none; float: none;
@ -604,19 +612,13 @@ input[type="password"].metered:focus:invalid:focus + .password-meter {
/* Mobile : width > iphone ------ */ /* Mobile : width > iphone ------ */
/* ------------------------------ */ /* ------------------------------ */
@media only screen and (min-width: 321px) and (max-width: 940px) { @media only screen and (min-width: 321px) and (max-width: 940px) {
.navbar .brand {
background-image: url('../img/csol_logo_480.png');
height: 166px;
}
} }
/* ------------------------------ */ /* ------------------------------ */
/* Mobile : width <= iphone ----- */ /* Mobile : width <= iphone ----- */
/* ------------------------------ */ /* ------------------------------ */
@media only screen and (max-width: 320px) { @media only screen and (max-width: 320px) {
.navbar .brand {
background-image: url('../img/csol_logo_320.png');
height: 116px;
}
} }
/* ------------------------------ */ /* ------------------------------ */
/* CSOL-site SPECIFIC ----------- */ /* CSOL-site SPECIFIC ----------- */