aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-29 23:03:03 -0700
committerfriendica <info@friendica.com>2012-08-29 23:03:03 -0700
commitf6d198ce5dcd9fe416975ff760439dfacbb83812 (patch)
tree77be24f7ab74dfcd62c2e621eb6f7568a78d8de6 /view/theme
parentda49a27aa24b6a85b2623134884d933dc04e201b (diff)
downloadvolse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.gz
volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.bz2
volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.zip
trim a bit of fat
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/css/style.css50
1 files changed, 29 insertions, 21 deletions
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; */
}