diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system-rtl.css | 3 | ||||
-rw-r--r-- | modules/system/system.css | 16 |
2 files changed, 17 insertions, 2 deletions
diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index cbd7df44f..d1b6ddbc6 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -74,6 +74,9 @@ div.teaser-button-wrapper { .ahah-progress { float: right; } +.ahah-progress .throbber { + float: right; +} input.password-field { margin-left: 10px; margin-right: inherit; diff --git a/modules/system/system.css b/modules/system/system.css index ed90a3562..567ae751f 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -366,9 +366,8 @@ html.js .no-js { .progress .bar { background: #fff url(../../misc/progress.gif); border: 1px solid #00375a; - width: 5em; height: 1.5em; - margin: 0.2em 0 0 0.2em; + margin: 0 0.2em; } .progress .filled { background: #0072b9; @@ -385,6 +384,19 @@ html.js .no-js { .ahah-progress { float: left; /* LTR */ } +.ahah-progress .throbber { + width: 15px; + height: 15px; + margin: 2px; + background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px; + float: left; /* LTR */ +} +tr .ahah-progress .throbber { + margin: 0 2px; +} +.ahah-progress-bar { + width: 16em; +} /* ** Formatting for welcome page |