// add new stylesheet view customer and fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11846 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-28 14:32:35 +00:00
parent 38086c5dc6
commit 2e4b4ed7cb
7 changed files with 129 additions and 54 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ fieldset{background-color:#EBEDF4; border:1px solid #CCCED7; color:#585A69; font
.Bloc {background-color:#EBEDF4; border:1px solid #CCCED7;font-size:1.1em;margin:0;padding:1em}
legend{background:#EBEDF4;border:1px solid #CCCED7;font-weight:700;margin:0;padding:.2em .5em;text-align:left}
input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc;}
select { border:1px solid #ccc; color: #666666; font-size: 12px;}
select { border:1px solid #ccc; font-size: 12px;}
select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disabled"] {border: 1px solid #CCCCCC;color: #AAAAAA}
.header_module{background:url(header_module.png);padding-left: 0.5em;padding-top: 0.8em;height:20px;color: #812143;border:solid 1px #CCC;}
.double_select select{width:300px;height:160px;}