Moved library css to css/lib folder

This commit is contained in:
Sahat Yalkabov
2013-12-11 21:55:32 -05:00
parent a26833f667
commit 13d0b1b28e
6 changed files with 15 additions and 9 deletions

File diff suppressed because one or more lines are too long

7
public/css/lib/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4
public/css/lib/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
// iOS 7 Bootstrap Theme // iOS 7 Bootstrap Theme
// Sahat Yalkabov
// ----------------------------------------------------- // -----------------------------------------------------
// Variables ================================================================= // Variables =================================================================
@ -33,12 +32,12 @@ a {
} }
.login-body { .login-body {
background: url(../img/01.jpg) no-repeat; background: url(../../img/01.jpg) no-repeat;
background-size: cover; background-size: cover;
} }
.signup-body { .signup-body {
background: url(../img/06.jpg) no-repeat; background: url(../../img/06.jpg) no-repeat;
background-size: cover; background-size: cover;
} }
@ -792,13 +791,13 @@ input[type="radio"] + span:before {
} }
input[type="checkbox"]:checked + span:before { input[type="checkbox"]:checked + span:before {
background: #007aff url("../img/checkmark.png") no-repeat center center; background: #007aff url("../../img/checkmark.png") no-repeat center center;
border-color: #007aff; border-color: #007aff;
} }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
input[type="checkbox"]:checked + span:before { input[type="checkbox"]:checked + span:before {
background-image: url("../img/checkmark@2x.png"); background-image: url("../../img/checkmark@2x.png");
background-size: 14px 14px; background-size: 14px 14px;
} }
} }