# HG changeset patch # User Dan # Date 1253902700 14400 # Node ID 2e045975fc6507121c3c58d0328ffef02ed4cf71 # Parent e26e74d80c157345be536a170e211e8bf76aaf02 HTML login: fixed bad submit under IE diff -r e26e74d80c15 -r 2e045975fc65 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Sun Sep 20 04:00:07 2009 -0400 +++ b/includes/clientside/css/enano-shared.css Fri Sep 25 14:18:20 2009 -0400 @@ -484,6 +484,8 @@ display: block; text-decoration: none; padding: 3px; + border-radius: 5px 0 0 5px; + -moz-border-radius: 5px 0 0 5px; } span.pm_link_selected { @@ -500,11 +502,17 @@ height: 10px; } +span#pm_btn_compose { + margin-top: 5px; +} + div.pm_main { background-color: #c3d9ff; padding: 5px 5px 3px 5px; margin-left: 12em; min-height: 16em; + border-radius: 5px; + -moz-border-radius: 5px; } div.pm_main_trash { diff -r e26e74d80c15 -r 2e045975fc65 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Sun Sep 20 04:00:07 2009 -0400 +++ b/plugins/SpecialUserFuncs.php Fri Sep 25 14:18:20 2009 -0400 @@ -373,7 +373,10 @@ ?> - + + + +