From f6d198ce5dcd9fe416975ff760439dfacbb83812 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 29 Aug 2012 23:03:03 -0700 Subject: trim a bit of fat --- view/theme/duepuntozero/css/style.css | 50 ++++++++++++++++++++--------------- view/tpl/field_input.tpl | 5 ++-- view/tpl/login.tpl | 6 +++-- 3 files changed, 36 insertions(+), 25 deletions(-) (limited to 'view') diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index bbb4cb54f..34360aacf 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -60,18 +60,8 @@ input { img { border :0px; } -#id_openid_url, .openid input { - background: url(../img/login-bg.gif) no-repeat; - background-position: 0 50%; - padding-left: 18px; -} -.openid:hover { -} -#id_openid_url { - width: 384px; -} code { font-family: Courier, monospace; @@ -409,16 +399,32 @@ div.wall-item-content-wrapper.shiny { margin-top: 10px; } +#main-login { + margin-left: 100px; + margin-top: 50px; +} -#login_standard { - width: 210px; +#main-login #id_username, #main-login #id_password { + width: 200px; + padding: 10px; + float: left; +} + +#main-login .field_end { + clear: both; +} + +#main-login .field.input label, #main-login .field.password label { float: left; + width: 100px; } -#login_openid { - width: 210px; - margin-left: 250px; + +#login_standard { + width: 350px; + float: left; } + #login_standard input, #login_openid input { width: 180px; @@ -430,17 +436,19 @@ div.wall-item-content-wrapper.shiny { #register-link, #lost-password-link { float: left; - font-size: 80%; - margin-right: 15px; + font-size: 90%; + margin-left: 100px; } -#login-name-end, #login-password-end, #login-extra-end, #login-submit-end { - height: 50px; +#login-standard-end { + clear: both; } #login-submit-button { -/* margin-top: 10px; */ - margin-left: 200px; + + margin-left: 100px; + margin-top: 10px; +/* margin-left: 200px; */ } diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index 748d93f3e..09417deca 100644 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,6 +1,7 @@
- + - $field.3 + $field.3 +
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 94dd85eeb..9cecef5c7 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,5 +1,5 @@ -
+
@@ -8,10 +8,12 @@
+
+
-- cgit v1.2.3