summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-26 23:36:46 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-27 07:37:07 -0700
commit0c6840dea28f9bd5d3bc15704708e51ed60aded9 (patch)
tree47b91ff10865ce1ba1edd4707d7b05b7e679a65a /themes/wind/css
parent02b6366dd2be9d9834eb1a4358960bb6ac6c662b (diff)
Put margin between g-inline items. Update login menu in the admin theme. Set h1 size in all g-dialogs, rather than a few specific ones.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css33
1 files changed, 1 insertions, 32 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 6e370a7f..15ce4173 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -40,7 +40,7 @@ h1 {
font-size: 1.7em;
}
-#g-progress h1 {
+#g-dialog h1 {
font-size: 1.1em;
}
@@ -412,37 +412,6 @@ td {
background-color: #dfe9ff;
}
-/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */
-
-.ui-widget-overlay {
- background: #000;
- opacity: .7;
-}
-
-/* jQuery UI ThemeRoller buttons */
-
-.g-buttonset {
- padding-left: 1px;
-}
-
-.g-buttonset li {
- float: left;
-}
-
-.g-buttonset .g-button {
- margin: 0;
-}
-
-.ui-icon-left .ui-icon {
- float: left;
- margin-right: .2em;
-}
-
-.ui-icon-right .ui-icon {
- float: right;
- margin-left: .2em;
-}
-
/** *******************************************************************
* 6) Right to left styles
*********************************************************************/