fixed login redirection from login block and improved design of this block
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -275,18 +275,27 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
@include fs10;
|
||||
}
|
||||
// label{width:30%;}
|
||||
input.form-text{width:150px;}
|
||||
input.form-text{
|
||||
width:150px; height:2em;
|
||||
}
|
||||
|
||||
#edit-actions{
|
||||
.form-actions{
|
||||
margin: 5px 0; padding: 0; background-color:transparent; text-align: right;
|
||||
input.form-submit{
|
||||
@include fs12;
|
||||
padding: 10px;
|
||||
// @include fs12;
|
||||
@include fs16; padding: 0.1em 0.6em 0.2em; @include rounded(0.3em);
|
||||
font-weight:bold;
|
||||
margin-bottom:4px;
|
||||
border: 2px solid #E6DE1C; background-color:#E6DE1C; color:#fff; // noire/jaune
|
||||
@include shadowTextBtnBlack();
|
||||
}
|
||||
}
|
||||
div.newpass a{
|
||||
@include fs12;
|
||||
color:#686868;
|
||||
div.newpass{
|
||||
text-align: right;
|
||||
a{
|
||||
@include fs12;
|
||||
color:#686868;
|
||||
}
|
||||
}
|
||||
|
||||
// div.register a{
|
||||
|
Reference in New Issue
Block a user