modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
a65ae04bcc
commit
bb3e8ad785
|
@ -2,7 +2,7 @@
|
|||
style.css
|
||||
Smoothly
|
||||
|
||||
Created by alex@friendica.pixelbits.de on 2013-03-11
|
||||
Created by alex@friendica.pixelbits.de on 2013-03-12
|
||||
|
||||
** Colors **
|
||||
Blue links - #1873a2
|
||||
|
@ -208,13 +208,6 @@ section {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
#login-extra-links a {
|
||||
display: block;
|
||||
margin: 0px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#login-extra-filler {
|
||||
display: none;
|
||||
}
|
||||
|
@ -230,9 +223,11 @@ section {
|
|||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
#login_openid {
|
||||
width: 300px;
|
||||
margin-left: 150px;
|
||||
#login_openid,
|
||||
#div_id_remember,
|
||||
#login-extra-links a {
|
||||
width: 460px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#login_standard input,
|
||||
|
@ -242,9 +237,8 @@ section {
|
|||
|
||||
#register-link,
|
||||
#lost-password-link {
|
||||
font-size: 80%;
|
||||
width: 210px;
|
||||
margin-left: 5px;
|
||||
width: 260px;
|
||||
|
||||
}
|
||||
|
||||
#login-name-end,
|
||||
|
@ -4484,4 +4478,4 @@ div #datebrowse-sidebar.widget {
|
|||
}
|
||||
|
||||
.field.input.openid {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*
|
||||
* Name: Smoothly
|
||||
* 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>
|
||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||
|
|
Loading…
Reference in a new issue