modified: view/theme/smoothly/login.tpl
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
5c91ca9687
commit
a888b59c42
|
@ -3,7 +3,7 @@
|
||||||
<input type="hidden" name="auth-params" value="login" />
|
<input type="hidden" name="auth-params" value="login" />
|
||||||
|
|
||||||
<div id="login_standard">
|
<div id="login_standard">
|
||||||
<img style="float:left" src="/images/friendica-128.png" title="friendica">
|
<img style="float:left; margin-right:20px" src="/images/friendica-128.png" title="friendica">
|
||||||
{{ inc field_input.tpl with $field=$lname }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$lname }}{{ endinc }}
|
||||||
{{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
|
{{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -284,7 +284,7 @@ nav {
|
||||||
width: 960px;
|
width: 960px;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
position: fixed; /*fixed*/
|
position: fixed;
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
background: url("nav-bg.png") no-repeat scroll 0px 7px transparent;
|
background: url("nav-bg.png") no-repeat scroll 0px 7px transparent;
|
||||||
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );*/
|
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );*/
|
||||||
|
@ -595,7 +595,7 @@ h3#search:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-group-list {
|
#sidebar-group-list {
|
||||||
margin-left: 30px;
|
margin-left: 0px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1098,7 +1098,7 @@ profile-jot-banner-wrapper {
|
||||||
color: #898989;
|
color: #898989;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-location .smalltext { margin-left: 25px; font-size: 0.9em; display: block;}
|
.wall-item-location .smalltext { margin-left: 2px; font-size: 0.9em; display: block;}
|
||||||
.wall-item-location > br { display: none; }
|
.wall-item-location > br { display: none; }
|
||||||
.wall-item-conv a{
|
.wall-item-conv a{
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
@ -1871,7 +1871,7 @@ margin-left: 0px;
|
||||||
/* = Notifications = */
|
/* = Notifications = */
|
||||||
/* ================= */
|
/* ================= */
|
||||||
|
|
||||||
/*#notification-show-hide-wrapper {
|
#notification-show-hide-wrapper {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
|
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
|
||||||
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
|
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
|
||||||
|
@ -1907,7 +1907,7 @@ margin-left: 0px;
|
||||||
|
|
||||||
#notification-show-hide-wrapper a {
|
#notification-show-hide-wrapper a {
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
/* ============ */
|
/* ============ */
|
||||||
/* = Contacts = */
|
/* = Contacts = */
|
||||||
|
|
Loading…
Reference in a new issue