bebeboutik/modules/privatesales_logistique/css/privatesales_logistique.css
Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

70 lines
1.3 KiB
CSS
Executable File

/*
Document : inventorytracking
Created on : 28 sept. 2012, 13:05:19
Author : Pierre
Description:
Purpose of the stylesheet follows.
*/
.ChildHead{
width:auto;
padding:5px 30px;
border: 1px solid #DFD5C3;
}
.ChildInfo{
border: 1px solid #DFD5C3;
padding:10px;
width:auto;
}
.show{
display:block;
}
.hide{
display: none;
}
.InfoLeft{
float: right;
text-align: right;
width: 30%;
margin-bottom : 5px;
}
.InfoRight{
float:left;
width:70%;
}
.table{
width: 100%;
}
.number{
text-align: right;
}
tfoot{
font-weight: bold;
}
.plus{
background : #FFF6D3 url("../../img/admin/more.png") no-repeat 10px center;
}
.moins{
background : #FFF6D3 url("../../img/admin/less.png") no-repeat 10px center;
}
.open{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #FFF6D3;
border-color: #FFF6D3 #DFD5AF #DFD5AF #FFF6D3;
border-image: none;
border-right: 1px solid #DFD5AF;
border-style: solid;
border-width: 1px;
color: #268CCD;
padding: 3px;
}
input:focus, textarea:focus {
background-color: #FFF6D3;
}
.right{
float : right;
}