summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-23 13:29:49 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-23 13:29:49 -0800
commitabdeb21ccbb25aee564335dbbfca4a8afaf49384 (patch)
tree0e17fdf96cc6a2f7ccde3afe8757e431e9479f53 /themes/admin_wind/css
parent06ef3885b30be843a7c86a93f5642680ab881b1c (diff)
Add a user_menu method to the Admin_View and then use this method to get the
user menu. Since the information displayed is identical in both admin and theme views, it makes sense to combine the generation to it is done in a common location.
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r--themes/admin_wind/css/screen.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 73ec8ac5..ac47a3db 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -229,6 +229,7 @@ th {
#g-header #g-login-menu {
margin-top: 1em;
+ float: right;
}
/* View container ~~~~~~~~~~~~~~~~~~~~~~~~ */
@@ -473,6 +474,10 @@ th {
right: 150px;
}
+.rtl #g-header #g-login-menu {
+ float: left;
+}
+
.rtl #g-header #g-login-menu li {
margin-left: 0;
padding-left: 0;