diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 0d5653779..d7bcced0b 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -87,6 +87,8 @@ FORM#quickconnect UL.actions { float: right; padding: 0; text-align: right; /* Opera 7.5 */ +} +FORM#quickconnect FIELDSET>UL.actions { width: 40%; /* Opera 7.5 cannot find why width:auto fails :-( */ } @@ -96,6 +98,16 @@ FORM#quickconnect LABEL { margin: 0 0.5em 0 0.5em; } +FORM#quickconnect INPUT[type=text], +FORM#quickconnect INPUT[type=password] { + width: 16.5em; +} + +FORM#quickconnect INPUT.text, +FORM#quickconnect INPUT.password { + width: 16.5em; /* <= same as above for IE with inputfix.htc */ +} + #menubar #menuTagCloud { text-align: center; margin: 5px 0; |