Improved css for ie9.
This commit is contained in:
parent
d1c7a0f29f
commit
3e2f50cf5c
1 changed files with 7 additions and 6 deletions
|
@ -124,6 +124,7 @@ table th, table td {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
border-right: 1px solid #eeeeee;
|
||||||
}
|
}
|
||||||
.content-two .sidebar.nav-manage {
|
.content-two .sidebar.nav-manage {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
@ -148,13 +149,14 @@ table th, table td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-two .main {
|
.content-two .main {
|
||||||
width: 600px;
|
width: auto;
|
||||||
|
min-width: 760px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 204px;
|
margin-left: 204px;
|
||||||
|
margin-right: 16px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
border-left: 1px solid #eeeeee;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -170,7 +172,6 @@ table th, table td {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
.content-two .main {
|
.content-two .main {
|
||||||
width: 660px;
|
|
||||||
margin-left: 244px;
|
margin-left: 244px;
|
||||||
}
|
}
|
||||||
.content-two .meta {
|
.content-two .meta {
|
||||||
|
@ -182,7 +183,6 @@ table th, table td {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
.content-two .main {
|
.content-two .main {
|
||||||
width: 760px;
|
|
||||||
margin-left: 264px;
|
margin-left: 264px;
|
||||||
}
|
}
|
||||||
.content-two .meta {
|
.content-two .meta {
|
||||||
|
@ -194,12 +194,11 @@ table th, table td {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
}
|
}
|
||||||
.content-two .main {
|
.content-two .main {
|
||||||
width: 900px;
|
|
||||||
margin-left: 284px;
|
margin-left: 284px;
|
||||||
}
|
}
|
||||||
.content-two .meta {
|
.content-two .meta {
|
||||||
/*
|
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
/*
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
*/
|
*/
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -292,6 +291,7 @@ table th, table td {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 1000px;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -795,6 +795,7 @@ footer {
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
min-height: 46px;
|
min-height: 46px;
|
||||||
|
min-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-form {
|
.navbar-form {
|
||||||
|
|
Loading…
Reference in a new issue