[-] BO : fixed bug #PSCFV-2180 - Not auto height with long name shop
// Clean HTML, JS, CSS code
This commit is contained in:
+31
-38
@@ -1,5 +1,3 @@
|
||||
/* CSS Document */
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -11,9 +9,6 @@ body {
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
body #main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #902F52;
|
||||
font-size: 20pt;
|
||||
@@ -60,7 +55,6 @@ input:focus, textarea:focus {
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
|
||||
#container {
|
||||
width: 464px;
|
||||
margin: 12% auto 1em;
|
||||
@@ -68,7 +62,6 @@ input:focus, textarea:focus {
|
||||
}
|
||||
|
||||
#login {
|
||||
height: 313px;
|
||||
color: #383838;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
@@ -83,38 +76,26 @@ input:focus, textarea:focus {
|
||||
text-shadow:0 1px 0 #fff;
|
||||
}
|
||||
|
||||
#login a {
|
||||
color:#3A6EA7;
|
||||
}
|
||||
#login label {
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
#login a { color:#3A6EA7; }
|
||||
#login label { text-shadow: 0 1px 0 #fff; }
|
||||
#login form {
|
||||
border-top:1px solid #fff;
|
||||
margin: 0;
|
||||
padding: 40px 30px 25px 30px;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#login #submit {
|
||||
#login .submit {
|
||||
margin: 1em 1px;
|
||||
padding: 0;
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#login #submit input {
|
||||
#login .submit input {
|
||||
padding: 4px 10px;
|
||||
_padding: 0;
|
||||
}
|
||||
|
||||
#login #lost {
|
||||
margin:20px;
|
||||
font-size: 0.95em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
/* ERROR */
|
||||
|
||||
.error, #error {
|
||||
margin: 0;
|
||||
padding: 10px 15px;
|
||||
@@ -154,18 +135,22 @@ input:focus, textarea:focus {
|
||||
padding: 6px 4px 6px 35px;
|
||||
}
|
||||
|
||||
.input#email {
|
||||
background: #fff url(../img/admin/bg_form_email.png) no-repeat scroll 10px 8px;
|
||||
}
|
||||
.input, .input#passwd {
|
||||
background: #fff url(../img/admin/bg_form_password.png) no-repeat scroll 10px 8px;
|
||||
}
|
||||
.email_field { background: #fff url(../img/admin/bg_form_email.png) no-repeat scroll 10px 8px; }
|
||||
.password_field { background: #fff url(../img/admin/bg_form_password.png) no-repeat scroll 10px 8px; }
|
||||
|
||||
.button {
|
||||
background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
|
||||
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
|
||||
border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;margin: 0; outline: medium none;padding: 3px 8px;
|
||||
|
||||
border-color: #CCCCCC #BBBBBB #A0A0A0;
|
||||
border-left: 1px solid #BBBBBB;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border-right: 1px solid #BBBBBB;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
outline: medium none;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
@@ -173,10 +158,18 @@ input:focus, textarea:focus {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.center {
|
||||
font-size:20px;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
.clear { clear: both; }
|
||||
.hide { display: none; }
|
||||
.bold { font-weight: bold; }
|
||||
|
||||
#login form span { font-weight:normal;}
|
||||
.field { margin-bottom: 20px; }
|
||||
|
||||
.fl { float: left; }
|
||||
.fr { float: right; }
|
||||
|
||||
.no-margin { margin: 0; }
|
||||
.margin-right-5 { margin-right: 5px; }
|
||||
|
||||
.padding-30 { padding: 30px; }
|
||||
|
||||
.center { text-align: center; }
|
||||
|
||||
Reference in New Issue
Block a user