Ensure border-radius and variants are universally applied.

This commit is contained in:
z3d
2009-07-16 14:07:34 +00:00
parent ca7593cdf2
commit cfe33a8bbd
2 changed files with 23 additions and 11 deletions

View File

@ -147,14 +147,16 @@ div.news li {
}
div.confignav {
padding: 0 15px;
margin: 0 0px 25px 0;
padding: 15px 10px !important;
margin: 0 0 25px 0;
background: #004 url('images/darkbluebg.png');
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
font-size: 8pt !important;
line-spacing: 150% !important;
font-size: 10pt !important;
font-weight: bold !important;
line-height: 160% !important;
}
div.configure {
@ -162,6 +164,8 @@ div.configure {
margin: 10px 0px;
background: #005;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
}
@ -170,6 +174,7 @@ div.messages {
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}
@ -368,7 +373,6 @@ button:active {
border-bottom: 1px solid #eeeeff;
padding: 5px 0px 5px 0px;
margin: 0px 0px 10px 0px;
-moz-border-radius: 4px;
}
.langbox {

View File

@ -55,13 +55,11 @@ div.toolbar a:link {
}
div.toolbar a:visited {
line-height: 250%;
background: #ddf;
}
div.toolbar a:hover{
border: 1px solid #eeeeff;
line-height: 250%;
background: #003;
color: #f60;
}
@ -93,6 +91,7 @@ div.routersummary {
clear: left;/* fixes a bug in Opera */
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
float: left;
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
}
@ -153,19 +152,25 @@ div.news li {
}
div.confignav {
padding: 0 15px;
margin: 0 0px 25px 0;
background: #ddddff url('images/tabletile.png');
padding: 15px 10px !important;
margin: 0 0 25px 0;
background: #ddf url('images/tabletile.png');
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000022;
font-size: 10pt !important;
font-weight: bold !important;
line-height: 160% !important;
}
div.configure {
padding: 1em;
padding: 15px 10px !important;
margin: 10px 0px 25px 0;
background: #ddf;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000022;
}
@ -174,6 +179,8 @@ div.messages {
margin: 10px 0 20px 0;
background: #ddf;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000033;
background: #008 url('images/lightbluetile.png');
}
@ -183,6 +190,7 @@ div.messages {
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}