aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-17 16:53:59 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-17 16:53:59 +0200
commitde44072172b7f56345041358a0be275b482e474c (patch)
tree1298dbe93bae97687932e9ffe346350f42572ade /view/theme/loozah
parent2116943964e0c10984976f6d38eba044e35f983a (diff)
downloadvolse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.gz
volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.bz2
volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.zip
works on login form
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/style.css39
1 files changed, 16 insertions, 23 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index c6250c51c..447072390 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -41,18 +41,21 @@ input:hover {
cursor: pointer;
}
-#id_openid_url,
-.openid {
+.openid input{
background-color: #ECECEC !important;
background: url(login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
+ width: 385px !important;
}
-#id_openid_url:hover,
-.openid:hover {
+
+.openid input:hover {
background-color: #0CBEFE !important;
}
+
+
+
option {
background-color: #ECD6D2;
}
@@ -451,27 +454,20 @@ nav {
margin-top: 10px;
}
-#label-login-name, #label-login-password, #login-extra-filler {
- float: left;
- width: 200px;
- margin-bottom: 20px;
-}
-
-
-#login-password {
+#login_standard {
+ width: 480px;
float: left;
- width: 170px;
}
-
-#login-name {
- float: left;
- width: 153px;
+#login_openid {
+ width: 480px;
+ margin-left: 490px;
}
-#login-name.no-openid {
- float: left;
- width: 170px;
+#login_standard input,
+#login_openid input {
+ width: 180px!important;
}
+#login-extra-links { clear: both; }
#register-link, #lost-password-link {
float: left;
@@ -479,9 +475,6 @@ nav {
margin-right: 15px;
}
-#login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
- clear: both;
-}
#login-submit-button {
/* margin-top: 10px; */