summaryrefslogtreecommitdiffstats
path: root/wp-admin/css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-09 10:00:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-09 10:00:15 +0000
commit6211685ea85940b5cd34a850f3f1de9d483dd4df (patch)
tree9867583f435190c01e8116614c9f93935fb7ceb6 /wp-admin/css
parentbfed4d22293ce81b07d262eb89ae1883a5e3b5ab (diff)
WP Merge with revision 8300
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1360 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/css')
-rw-r--r--wp-admin/css/install.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css
index 5f4164c..bc44b1c 100644
--- a/wp-admin/css/install.css
+++ b/wp-admin/css/install.css
@@ -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 {
@@ -121,4 +125,4 @@ h1 {
#error-page code {
font-size: 1em;
-} \ No newline at end of file
+}