Fixed spinner image location.
This commit is contained in:
parent
b8c554f0e7
commit
eced61d632
1 changed files with 41 additions and 1 deletions
|
@ -46,7 +46,7 @@ input[type="color"],
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
float: left;
|
float: left;
|
||||||
background:url("/assets/spinner.gif") no-repeat;
|
background:url("/assets/images/spinner.gif") no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
padding: 44px 10px 0 10px;
|
padding: 44px 10px 0 10px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
@ -108,6 +108,41 @@ table th, table td {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-fix {
|
||||||
|
top: 80px;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: -5000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-fix .sidebar {
|
||||||
|
padding: 8px 10px 42px;
|
||||||
|
width: 260px;
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
border-right: 1px solid #eeeeee;
|
||||||
|
}
|
||||||
|
.content-fix .sidebar.nav-manage {
|
||||||
|
padding-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-fix .main {
|
||||||
|
z-index: -5000;
|
||||||
|
width: auto;
|
||||||
|
min-width: 760px;
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
margin-left: 264px;
|
||||||
|
padding-right: 16px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
padding-left: 14px;
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.content-two {
|
.content-two {
|
||||||
top: 80px;
|
top: 80px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -170,6 +205,11 @@ table th, table td {
|
||||||
.content-two .meta {
|
.content-two .meta {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-title {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
.content-two .sidebar {
|
.content-two .sidebar {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
|
Loading…
Reference in a new issue