Reformatted code for easy reading.

This commit is contained in:
Raynaldo Rivera
2014-10-26 16:47:21 -07:00
parent 6e99823252
commit 19e19d89e4
97 changed files with 22820 additions and 10377 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -19,16 +19,18 @@ body {
background-color: #fff;
}
@media(min-width:768px) {
@media (min-width: 768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
overflow: hidden;}
overflow: hidden;
}
}
}
.navbar-top-links li {
display: inline-block;
}
@@ -108,13 +110,13 @@ body {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
.sidebar .active > a > .fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
@@ -125,7 +127,7 @@ body {
padding-left: 52px;
}
@media(min-width:768px) {
@media (min-width: 768px) {
.sidebar {
z-index: 1;
position: absolute;
@@ -246,7 +248,7 @@ table.dataTable thead .sorting:after {
content: "\f0dc";
float: right;
font-family: fontawesome;
color: rgba(50,50,50,.5);
color: rgba(50, 50, 50, .5);
}
.btn-circle {
@@ -281,7 +283,7 @@ table.dataTable thead .sorting:after {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
background-color: #eee!important;
background-color: #eee !important;
}
.show-grid {