Index: colibri.css =================================================================== --- colibri.css (revision 33894) +++ colibri.css (working copy) @@ -1261,7 +1261,7 @@ text-transform: none; } -.xform .xHint { +.xform .xHint, .xform .xAdditional { color: $theme.textSecondaryColor; display: block; font-size: .8em; @@ -1270,6 +1270,12 @@ margin-bottom: .3em; } +.xform .xAdditional { + display: inline-block; + float: right; + margin-top: -1.6em; +} + .xform .xErrorMsg { color: $theme.notificationErrorColor; display: block; @@ -1567,13 +1573,13 @@ fieldset.xwikimessage legend { background-color: $theme.backgroundSecondaryColor; /* Opera */ + border-bottom: 1px dotted $theme.borderColor; color: $theme.titleColor; display: inline; float: left; font: 700 1.4em sans-serif; - letter-spacing: .4em; - margin: 0; - padding: 0; + margin: 0 0 0.5em; + padding: 0 0 5px; text-align: left; white-space: normal; width: 100%; Index: ie-6.css =================================================================== --- ie-6.css (revision 33894) +++ ie-6.css (working copy) @@ -32,7 +32,7 @@ fieldset.xwikimessage { display: block; - width: 27em; + width: 32em; } .xwikiintracontent fieldset label { Index: ie-all.css =================================================================== --- ie-all.css (revision 33894) +++ ie-all.css (working copy) @@ -48,8 +48,8 @@ display: inline; } -table.xwikilogintable input#j_password , table.xwikilogintable input#j_username{ - width: 160px; +#loginForm fieldset{ + width: 32em; } /* xwiki/2.0 create links.