Some updates to ieshim.css in classic theme to fix some IE console regressions

This commit is contained in:
str4d
2012-07-16 13:44:58 +00:00
parent 5e11e51f6a
commit a2a67d82ab
2 changed files with 8 additions and 11 deletions

View File

@ -596,7 +596,7 @@ h1 {
line-height: 93%;
text-transform: uppercase;
letter-spacing: 0.3em;
background: #fff;
background: #fff url(images/titlebg.png) center right no-repeat !important;
min-width: 500px;
-moz-border-radius: 0 3px 0 0;
-khtml-border-radius: 0 3px 0 0;

View File

@ -116,6 +116,11 @@ div.news hr {
margin: 0 -10px 0 -13px !important;
}
div.routersummaryouter {
left: 5px;
top: 5px;
}
div.routersummary {
color: #001;
padding-left: 0px;
@ -173,7 +178,7 @@ div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px 5px !important;
width: 192px !important;
width: 182px !important;
overflow: hidden;
font-size: 8pt;
padding: 0px -10px;
@ -235,10 +240,6 @@ div.warning {
margin: 7px -18px 0px 5px;
}
td {
text-align: left;
}
th {
text-align: left;
padding-left: 3px;
@ -265,7 +266,7 @@ div.graphspanel hr {
}
table {
width: 100% !important;
width: auto !important;
}
.links li {
@ -294,9 +295,5 @@ div.news {
font-size: 7pt;
}
h1, h2, h3 {
background: #fff url(images/titlebg.png) center right no-repeat !important;
}
.routersummary h2, .routersummary h3 {
background: #fff url(images/tinytitle.png) center right tile-x !important;