summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
commit72672bda39b76dae698805c3e0e6efdbdcf21105 (patch)
tree39cc17e31d08f3807a01ad6edc6a5dee717d9728 /themes/wind/css
parent1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff)
Replaced gButtonLink with g-button.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css15
1 files changed, 4 insertions, 11 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 9f3a53e6..6d955481 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -68,9 +68,9 @@ h3 {
a,
.gMenu a,
#gDialog a,
-.gButtonLink,
-.gButtonLink:hover,
-.gButtonLink:active,
+.g-button,
+.g-button:hover,
+.g-button:active,
a.ui-state-hover,
input.ui-state-hover,
button.ui-state-hover {
@@ -884,13 +884,6 @@ form .gError,
/* jQuery UI ThemeRoller buttons */
-.gButtonLink {
- display: inline-block;
- margin: 0 4px 0 0;
- padding: .2em .4em;
- outline: 0;
-}
-
.gButtonSet {
padding-left: 1px;
}
@@ -899,7 +892,7 @@ form .gError,
float: left;
}
-.gButtonSet .gButtonLink {
+.gButtonSet .g-button {
margin: 0;
}