Adds styles for management IE

This commit is contained in:
Alberto Garcia Cabeza
2015-10-14 18:35:48 +02:00
parent 8d12f61a45
commit ba14126505
6 changed files with 47 additions and 18 deletions

View File

@@ -27,6 +27,12 @@ body.admin {
.button {
margin-top: 0;
}
input[type="text"] {
height: 36px\9;
line-height: 36px\9;
margin-bottom: 24px\9;
}
}
.dashboard {
@@ -58,6 +64,10 @@ body.admin {
.admin-content {
margin-top: rem-calc(24);
.filters h2 {
margin-top: 0;
}
}
.is-featured {
@@ -79,6 +89,10 @@ body.admin {
margin-left: rem-calc(-20);
}
a {
color: white\9 !important;
}
ul {
list-style-type: none;
margin-left: 0;
@@ -89,6 +103,8 @@ body.admin {
font-size: rem-calc(24);
padding-right: rem-calc(24);
padding-top: rem-calc(4);
padding-left: 12px\9 !important;
padding-right: 12px\9 !important;
}
li {

View File

@@ -450,7 +450,7 @@ header {
}
.top-bar {
background: none;
background: #112E51 !important;
color: white;
height: rem-calc(48);
max-width: 1170px !important;

View File

@@ -9,11 +9,15 @@ p.proposal-info span:nth-child(3) {
display: none !important;
}
.top-links {
display: none !important;
}
.select-order {
border: 0;
font-size: 24px;
font-weight: bold;
margin-left: -12px;
margin-left: -6px;
}
p.proposal-info {