Files
i2p.itoopie/installer/resources/themes/console/classic/ieshim.css

152 lines
2.4 KiB
CSS
Raw Normal View History

/* Welcome to the wonderful world of kludgey IE fixes */
.wideload {
overflow: auto;
width: 100%;
}
.formaction {
text-align: left !important;
2009-08-03 14:45:44 +00:00
margin: -10px 0 10px 0;
}
2009-08-03 14:45:44 +00:00
div.configure {
text-align: center;
}
2009-08-03 19:09:21 +00:00
div.configure p, div.configure table {
2009-08-03 14:45:44 +00:00
text-align: justify;
}
div.main ul {
margin-right: 20px;
}
div.configure textarea {
width: 450px !important;
}
div.configure input {
margin-left: 5px;
}
2009-08-03 14:45:44 +00:00
div.configure table {
width: 550px !important;
2009-08-03 14:45:44 +00:00
text-align: center;
}
h1 {
2009-08-07 18:19:42 +00:00
padding: 15px 10px 16px -10px !important;
margin: 0 0px 0 175px !important;
2009-08-07 18:19:42 +00:00
background-color: #bbf !important;
color: #001;
}
2009-08-03 14:45:44 +00:00
h2 {
padding-top: 0;
text-align: left !important;
}
h3 {
margin-top: 10px;
text-align: left !important
}
div.confignav {
padding: 15px 0 15px 0;
border-left: 0px;
margin-left: -15px;
2009-08-03 15:48:17 +00:00
border-top: 5px solid #bbf;
2009-08-03 14:45:44 +00:00
margin-bottom: 10px !important;
}
div.messages {
border-left: 0;
border-right: 0;
margin: -10px -15px 0px -15px;
}
div.main, div.news {
2009-08-03 15:48:17 +00:00
margin: -5px 0px 10px 185px;
border: 5px solid #bbf;
}
div.main hr, div.news hr {
margin: 0;
}
div.main {
2009-08-03 15:48:17 +00:00
border-top: 5px solid #bbf;
}
div.news {
border-left: 5px solid #bbf;
2009-08-03 15:48:17 +00:00
margin: -5px 0px 0 185px;
2009-08-03 18:17:11 +00:00
padding-bottom: 8px;
}
2009-08-03 18:17:11 +00:00
div.news hr {
color: #bbf;
background: #bbf;
height: 3px;
border: 0px;
margin: 0 -10px 0 -13px !important;
2009-08-03 18:17:11 +00:00
}
div.routersummary {
color: #001;
padding-left: 0px;
border-left: 5px solid #bbf;
}
2009-08-07 18:19:42 +00:00
div.routersummary submit {
padding: 0;
margin-bottom: 5px;
}
2009-08-03 15:28:49 +00:00
div.news li {
2009-08-03 15:48:17 +00:00
padding-top: 0px 0px !important;
2009-08-03 15:28:49 +00:00
margin-bottom: -23px !important;
2009-08-03 18:17:11 +00:00
}
div.logo {
}
div.warning {
padding: 0px 20px 20px 80px;
margin-top: -20px;
margin-left: -10px !important;
2009-08-03 18:17:11 +00:00
}
.langbox {
margin: 22px -20px 0px 5px;
2009-08-03 19:09:21 +00:00
}
td {
text-align: left;
}
th {
text-align: left;
padding-left: 3px;
padding-right: 1px;
}
div.configure hr{
margin: 10px 0 15px 0;
2009-08-03 23:10:53 +00:00
}
input {
padding: 0;
2009-08-07 18:19:42 +00:00
}
div.graphspanel img {
border: 1px solid #99f;
margin: 6px 0 !important;
background: #ddf;
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
}
div.graphspanel hr {
margin: 20px 0;
2009-08-03 15:28:49 +00:00
}