modified: view/theme/smoothly/login.tpl
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
cc59cb2755
commit
6d1614e8fa
2 changed files with 40 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
<img style="float:left; margin-right:20px" src="/images/friendica-128.png" title="friendica">
|
<img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
|
||||||
|
|
||||||
<div class="login-form">
|
<div class="login-form">
|
||||||
<form action="$dest_url" method="post" >
|
<form action="$dest_url" method="post" >
|
||||||
|
|
|
@ -215,12 +215,18 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
#login_standard {
|
#login_standard {
|
||||||
width: 210px;
|
width: 250px;
|
||||||
float: left;
|
float: left;
|
||||||
|
border: 1px solid #7C7D7B;
|
||||||
|
border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
padding: 10px;
|
||||||
|
margin: 10px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login_openid {
|
#login_openid {
|
||||||
width: 210px;
|
width: 300px;
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -249,6 +255,10 @@ section {
|
||||||
margin-left: 75px;
|
margin-left: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-submit-button {
|
||||||
|
width: 271px;
|
||||||
|
}
|
||||||
|
|
||||||
.login-form,
|
.login-form,
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
@ -351,7 +361,7 @@ nav #banner {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-top: 3px;
|
/*margin-top: 2px;*/
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -385,6 +395,22 @@ nav #user-menu {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav #user-menu:hover {
|
||||||
|
border: 1px solid #7C7D7B;
|
||||||
|
box-shadow: 0 0 8px #BDBDBD;
|
||||||
|
-moz-box-shadow: 3px 3px 4px #959494;
|
||||||
|
-webkit-box-shadow: 3px 3px 4px #959494;
|
||||||
|
border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
|
||||||
|
background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
|
||||||
|
background-color: #1873a2;
|
||||||
|
color: #efefef;
|
||||||
|
}
|
||||||
|
|
||||||
nav #user-menu-label::after {
|
nav #user-menu-label::after {
|
||||||
content: url("menu-user-pin.png") no-repeat;
|
content: url("menu-user-pin.png") no-repeat;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
@ -461,7 +487,7 @@ ul#user-menu-popup li a:hover {
|
||||||
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
|
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
|
||||||
background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
|
background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
|
||||||
background-color: #6da6c4;
|
background-color: #1873a2;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#user-menu-popup li a.nav-sep {
|
ul#user-menu-popup li a.nav-sep {
|
||||||
|
@ -964,6 +990,7 @@ ul .sidebar-group-li .icon {
|
||||||
|
|
||||||
.contact-block-h4,
|
.contact-block-h4,
|
||||||
.contact-block-content {
|
.contact-block-content {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-block,
|
#contact-block,
|
||||||
|
@ -2913,7 +2940,7 @@ margin-left: 0px;
|
||||||
background: url(login-bg.gif) no-repeat;
|
background: url(login-bg.gif) no-repeat;
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
width: 220px!important;
|
width: 250px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openid:hover {
|
.openid:hover {
|
||||||
|
@ -4349,3 +4376,10 @@ div #datebrowse-sidebar.widget {
|
||||||
#collapsed-comments-page-widget {}
|
#collapsed-comments-page-widget {}
|
||||||
|
|
||||||
.tool {}
|
.tool {}
|
||||||
|
|
||||||
|
#logo-text {
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo-img {
|
||||||
|
margin: 3px 0 0 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue