modified: view/theme/smoothly/style.css

This commit is contained in:
pixelroot 2013-02-21 08:46:30 +01:00
parent c2add79ac0
commit 5c6562a996
1 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,7 @@
style.css style.css
Smoothly Smoothly
Created by alex@friendica.pixelbits.de on 2013-02-20 Created by alex@friendica.pixelbits.de on 2013-02-21
** Colors ** ** Colors **
Blue links - #1873a2 Blue links - #1873a2
@ -202,6 +202,12 @@ section {
clear: both; clear: both;
} }
.login-extra-links {
width: 100%;
margin-left: 145px;
clear: both;
}
#login-extra-links a { #login-extra-links a {
display: block; display: block;
margin: 10px; margin: 10px;
@ -215,7 +221,7 @@ section {
} }
#login_standard { #login_standard {
width: 250px; width: 260px;
float: left; float: left;
border: 1px solid #7C7D7B; border: 1px solid #7C7D7B;
border-radius: 5px; border-radius: 5px;
@ -256,7 +262,7 @@ section {
} }
#login-submit-button { #login-submit-button {
width: 271px; width: 280px;
} }
.login-form, .login-form,
@ -4475,3 +4481,4 @@ div #datebrowse-sidebar.widget {
#id_max_daily_registrations { #id_max_daily_registrations {
width: 75px; width: 75px;
} }