diff options
author | mkanat%bugzilla.org <> | 2009-02-12 07:29:08 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-12 07:29:08 +0100 |
commit | c09a9a46b4c20a99a046b8ad67dbae76910e1256 (patch) | |
tree | b6853c23f36ec2bc6a2442cbd19d13f0aada68d2 /skins/standard | |
parent | 47cf0ef790fc4848ea728ca4e7dc3748459436f8 (diff) | |
download | bugzilla-c09a9a46b4c20a99a046b8ad67dbae76910e1256.tar.gz bugzilla-c09a9a46b4c20a99a046b8ad67dbae76910e1256.tar.xz |
Bug 476090: Allow users to log-in from toolbar
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index cbdfdef1f..8bfa75f16 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -508,3 +508,19 @@ form#Create .comment { #down_button { background-image: url(global/down.png); } + +.mini_login, .mini_login input, .mini_login button { + font-size: small; +} + +form.mini_login input.bz_password, form.mini_login input.bz_login { + width: 10em; +} + +form .bz_remember, form .bz_restrict { + margin: 0.4em 0; +} + +.bz_mini_login_help { + color: #ccc; +} |