//new custom stylesheet login, add new images logo module partenaires, admin css

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10559 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-11-23 16:45:13 +00:00
parent 1207b5bf40
commit 4804005df2
24 changed files with 31 additions and 24 deletions
+2 -3
View File
@@ -1197,6 +1197,7 @@ html[xmlns] .clearfix {
font-weight:bold;
margin-top: 35px;
margin-bottom: 0;
line-height: 14px;
}
.F_list a{
@@ -1445,7 +1446,6 @@ html[xmlns] .clearfix {
width: 590px;
cellpadding: 0;
cellspacing: 0;
border-collapse:collapse;
border-radius:3px;
}
@@ -1508,8 +1508,7 @@ html[xmlns] .clearfix {
}
#table_customer tbody tr td{
border: 1px solid #E0E0E0;
border-top: none;
border: none;
padding-left: 10px;
height: 35px;
}
+20 -16
View File
@@ -7,7 +7,8 @@ body {
font-size: 13px;
color: #333;
text-align: center;
background-image: url('../img/admin/bg_2.png');
background-image: url('../img/admin/bg-admin-gradient.png'),url('../img/admin/bg-admin.jpg');
background-position: center center;
}
h1 {
@@ -19,15 +20,15 @@ h1 {
}
h2 a {
color: #dedede;
font-size: 7pt;
text-decoration: underline;
color: #eee;
font-size: 11px;
margin: 0;
text-shadow: 0 -1px 0 #000;
text-decoration:none;
}
h2 a:hover {
color: #dedede;
font-size: 7pt;
color: #eee;
text-decoration: underline;
margin: 0;
}
@@ -59,7 +60,7 @@ input:focus, textarea:focus {
#container {
width: 464px;
margin: 5em auto 1em auto;
margin: 12% auto 1em;
padding: 0;
}
@@ -70,7 +71,7 @@ input:focus, textarea:focus {
font-weight: bold;
background-color:#F5F5F5;
border-radius:9px;
box-shadow: 0 1px 20px #333333;
box-shadow: 0 1px 30px #333333;
}
#login h1 {
@@ -118,6 +119,7 @@ input:focus, textarea:focus {
background-color: #FAE2E3;
text-align: left;
border-radius:9px;
box-shadow: 0 1px 30px #333333;
}
#error ol {
@@ -127,15 +129,17 @@ input:focus, textarea:focus {
#error li {
_margin-left: 45px;
font-family: Arial;
font-size: 11px;
font-family: Georgia;
font-size: 13px;
font-style: italic;
}
#error h3 {
margin: 0 0 .83em 0;
padding: 5px 0 0 30px;
background: url(../img/admin/error.png) no-repeat 0 0;
font-size: 1em;
margin: 0;
padding: 5px 0 12px 30px;
background: url(../img/admin/icon-cancel.png) no-repeat 0 0;
font-size: 16px;
text-indent:14px;
}
/* CLASS */
@@ -162,8 +166,8 @@ input:focus, textarea:focus {
}
.button:hover {
background-color: #F0EBD6;
cursor:default;
border:1px solid #939393;
cursor:pointer;
}
.center {