"Gestion complète des compositions de kits"
This commit is contained in:
@@ -332,6 +332,7 @@ span.page_num {
|
||||
}
|
||||
|
||||
div.row_block {
|
||||
display: inline-block;
|
||||
margin: 0 0 4px 0;
|
||||
height: 20px;
|
||||
width: 1000px;
|
||||
@@ -344,13 +345,14 @@ div.nav_page_block {
|
||||
}
|
||||
|
||||
div.action_bar_block {
|
||||
display: inline;
|
||||
overflow: hidden;
|
||||
float: center;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
div.row_block label {
|
||||
display: block;
|
||||
display: inline;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
@@ -369,7 +371,7 @@ div.row_block text.border_left {
|
||||
}
|
||||
|
||||
div.row_block text {
|
||||
display: block;
|
||||
display: inline;
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
@@ -383,13 +385,27 @@ div.row_block text.num {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.row_block text.red {
|
||||
color: #FF0000;
|
||||
font-weight: bold;
|
||||
border-color: #555555;
|
||||
}
|
||||
|
||||
div.nav_page_block text {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.action_bar_block input {
|
||||
display: inline;
|
||||
height: 17px;
|
||||
width: 16px;
|
||||
margin-left: 20px;
|
||||
margin-top: 1px;
|
||||
background-color: #F5D00;
|
||||
}
|
||||
|
||||
div.action_bar_block input:hover {
|
||||
cursor: pointer;
|
||||
background-color: #FF5D00;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user