//add stylesheet page commande, fix table extensible

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11808 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent 8f88afd9bc
commit 508651ba5a
10 changed files with 125 additions and 67 deletions
+26
View File
@@ -2124,6 +2124,32 @@ div#scrollTop a:hover{
#conditions #condition_list select { float:left; margin-right:10px; width: 200px;}
#conditions #condition_list a { float:left;}
/*commandes*/
.container-command {width:100%}
.bloc-command {background-color:#F8F8F8; margin-bottom:10px;}
.button-command {float:right; padding:10px;}
/*history status*/
.history-status { border-radius:0;}
.history-status tr th {
background: #eee none;
}
.metadata-command {}
.metadata-command dl {
float:left;
margin-left:10px;
}
.metadata-command dl dt, .metadata-command dl dd {
color:#color: #585A69;
float:left;
margin:0;
padding-right:10px;
}
.metadata-command dl dd {
font-weight:bold;
}
#content #customers .warn {margin:10px 0 0 0;}
#customers li {background-color:#ABDFF7;border:1px solid #ccc;float:left;margin:5px;padding:5px;}
#customers li .button {display:block;margin-top:5px;}