//add stylesheet page commande, fix table extensible

This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent 2ae614621f
commit 28a145d190
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;}