summaryrefslogtreecommitdiff
path: root/themes/admin_default/css
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-09-01 01:30:45 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-09-01 01:30:45 -0700
commit295fc0c14ce938e02bf17c350a50d36b73802ad0 (patch)
treebca710729b7d1cdefebf02dd4be38fb2643846f7 /themes/admin_default/css
parentfe37483aca648b6f7de65f1eb53b8cfd49401f71 (diff)
parentdfb2e3dd0260a2cb073c5e0e808b47f1a5ca6c42 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r--themes/admin_default/css/admin_screen.css7
-rw-r--r--themes/admin_default/css/screen.css9
2 files changed, 8 insertions, 8 deletions
diff --git a/themes/admin_default/css/admin_screen.css b/themes/admin_default/css/admin_screen.css
index fd1ed02e..a8c16ae5 100644
--- a/themes/admin_default/css/admin_screen.css
+++ b/themes/admin_default/css/admin_screen.css
@@ -391,13 +391,6 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
.rtl #gRenameTagForm a, #gRenameTagForm span {
float: right;
}
-#gProgress button {
- float: right;
- margin-top: 1em;
-}
-.rtl #gProgress button {
- float: left;
-}
#gTaskLogDialog h1 {
font-size: 1.1em;
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 21b2b31c..eb8f9224 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -71,7 +71,10 @@ a,
#gDialog a,
.gButtonLink,
.gButtonLink:hover,
-.gButtonLink:active {
+.gButtonLink:active,
+a.ui-state-hover,
+input.ui-state-hover,
+button.ui-state-hover {
color: #5382BF !important;
text-decoration: none;
-moz-outline-style: none;
@@ -1055,6 +1058,10 @@ table .gSuccess {
text-align: right;
}
+.rtl .txtright {
+ text-align: left;
+}
+
.rtl #gHeader #gQuickSearchForm,
.rtl #gForgotPasswordLink,
.rtl #gHeader #gLoginMenu,