Install styling from azaozz. fixes #7266

git-svn-id: https://develop.svn.wordpress.org/trunk@8297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-07-09 04:33:31 +00:00
parent b210295d0b
commit 435710f599
3 changed files with 16 additions and 12 deletions
+12 -8
View File
@@ -37,7 +37,11 @@ ul, ol { padding: 5px 5px 5px 22px; }
#logo { margin: 6px 0 14px 0px; border-bottom: none;}
.step a, .step input { font-size: 2em; }
.step {
font-size: 2.2em;
}
.step input { font-size: 2em; }
td input { font-size: 1.5em; }
@@ -45,14 +49,13 @@ td input { font-size: 1.5em; }
.submit input, .button, .button-secondary {
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: 6px;
border: none;
padding: 5px 7px 7px;
border: 1px solid #a3a3a3;
margin-left: 0;
font-size: 13px !important;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #246;
background: #e5e5e5;
}
@@ -63,6 +66,7 @@ td input { font-size: 1.5em; }
.submit input:hover, .button:hover, .button-secondary:hover {
color: #d54e21;
border-color: #535353;
}
.form-table {