X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/504f2f7835103b2fb20d0b60daa5f913c79e1bb5..a37e1b8f7035bfac0e38f5b95ea643c601e1c9b1:/public/stylesheets/small.css diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index a00434d59..76fea4fcc 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -43,10 +43,14 @@ h1 { #small-title { font-size: 12px; line-height: 14px; + height: 16px; display: block; position: absolute; top: 0; - margin: 2px; + padding: 2px; + width: 110px; /* TODO: find better fix for overlap */ + background-color: #fff; + z-index: 100; } #small-title img { @@ -122,12 +126,21 @@ h1 { /* Rules for the login form */ -#loginForm input#user_email { +.loginBox { + width: 90%; +} + +.loginBox input#user_email { + width: 100%; + max-width: 18em; +} + +.loginBox input#user_password { width: 100%; max-width: 18em; } -#loginForm input#user_password { +.loginBox input#user_openid_url { width: 100%; max-width: 18em; } @@ -139,6 +152,20 @@ h1 { height: 300px !important; } +/* Rules for the user settings page */ + +#user_new_email { + width: 60% !important; +} + +#user_description, #user_preferred_editor { + width: 90% !important; +} + +.minorNote { + display: block; +} + /* Rules for the browse pages */ #browse_navigation { @@ -150,6 +177,27 @@ h1 { width: 100% !important; } +#changeset_list tr { + display: block; + clear: left; + width: 100%; +} + +#changeset_list th { + display: none; +} + +#changeset_list td { + display: block; + float: left; + padding-right: 10px; +} + +#changeset_list td.comment, #changeset_list td.area { + width: 96%; + clear: left; +} + /* Rules for the diary entries pages */ #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {