20 lines
486 B
CSS
20 lines
486 B
CSS
.adm-sublist .adm-list-table-footer .adm-select-wrap
|
|
{
|
|
display: inline-block;
|
|
}
|
|
|
|
.adm-sublist .adm-list-table-cell span.row-alert
|
|
{
|
|
display: inline-block;
|
|
width: 26px;
|
|
height: 17px;
|
|
background: transparent url("images/row-alert.png") no-repeat scroll left top;
|
|
margin: auto 0 auto 0; vertical-align: middle;
|
|
padding: 0; border: 0 none transparent;
|
|
}
|
|
|
|
.adm-sublist .adm-list-table-footer .adm-input-text-wrap
|
|
{
|
|
display: inline-block; vertical-align: middle;
|
|
margin:0 0 0 11px;
|
|
} |