modified: view/theme/smoothly/style.css

modified:   view/theme/smoothly/theme.php
This commit is contained in:
pixelroot 2013-03-12 10:06:19 +01:00
parent a65ae04bcc
commit bb3e8ad785
2 changed files with 10 additions and 16 deletions

View File

@ -2,7 +2,7 @@
style.css style.css
Smoothly Smoothly
Created by alex@friendica.pixelbits.de on 2013-03-11 Created by alex@friendica.pixelbits.de on 2013-03-12
** Colors ** ** Colors **
Blue links - #1873a2 Blue links - #1873a2
@ -208,13 +208,6 @@ section {
clear: both; clear: both;
} }
#login-extra-links a {
display: block;
margin: 0px;
padding: 5px 0px 5px 0px;
text-align: left;
}
#login-extra-filler { #login-extra-filler {
display: none; display: none;
} }
@ -230,9 +223,11 @@ section {
margin: 10px 0 0 0; margin: 10px 0 0 0;
} }
#login_openid { #login_openid,
width: 300px; #div_id_remember,
margin-left: 150px; #login-extra-links a {
width: 460px;
float: left;
} }
#login_standard input, #login_standard input,
@ -242,9 +237,8 @@ section {
#register-link, #register-link,
#lost-password-link { #lost-password-link {
font-size: 80%; width: 260px;
width: 210px;
margin-left: 5px;
} }
#login-name-end, #login-name-end,
@ -4484,4 +4478,4 @@ div #datebrowse-sidebar.widget {
} }
.field.input.openid { .field.input.openid {
} }

View File

@ -3,7 +3,7 @@
/* /*
* Name: Smoothly * Name: Smoothly
* Description: Like coffee with milk. Theme optimized for iPad[2]. * Description: Like coffee with milk. Theme optimized for iPad[2].
* Version: Version 2013-03-11.1 * Version: Version 2013-03-12.1
* Author: Alex <https://friendica.pixelbits.de/profile/alex> * Author: Alex <https://friendica.pixelbits.de/profile/alex>
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex> * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
* Screenshot: <a href="screenshot.png">Screenshot</a> * Screenshot: <a href="screenshot.png">Screenshot</a>