diff options
author | Friendika <info@friendika.com> | 2011-10-14 00:20:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-14 00:20:37 -0700 |
commit | af6ab381000346f487d1b5b07623510640dd7ee5 (patch) | |
tree | 4cbe000aa2f095a01a7439bb07d793b2fc04b364 /view | |
parent | 05e26e489580c82d0db237771d159aed287c5f9b (diff) | |
download | volse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.tar.gz volse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.tar.bz2 volse-hubzilla-af6ab381000346f487d1b5b07623510640dd7ee5.zip |
diaspora birthday notifications
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 74f0dfb41..4a3edc163 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -2105,10 +2105,17 @@ margin-left: 0px; .openid { background: url(login-bg.gif) no-repeat; background-position: 0 50%; - padding-left: 18px; + padding-left: 18px !important; width: 385px; } +.openid { + width: 150px !important; +} +#login-password { + width: 168px !important; +} + #profile-tabs-wrapper { padding-top: 10px; } |