Add error border around datatable field.

Also, make search field a bit smaller.
agranig/1_0_subfix
Andreas Granig 12 years ago
parent 47a7b3bf24
commit c4c6f80b28

@ -75,12 +75,25 @@ table .headerSortUp:after {
opacity: 0.6;
}
/*
div.modal .dataTables_wrapper {
padding: 5px;
}
div.modal .control-group.error .dataTables_wrapper {
border: 1px solid #B94A48;
border-radius: 3px;
-webkit-border-radius: 3px;
-mozilla-border-radius: 3px;
}
div.modal .dataTables_wrapper input[type="text"] {
line-height: 10px;
height: 10px;
}
*/
div.modal .control-group.error .dataTables_wrapper input[type="text"] {
border: 1px solid #cccccc;
}
</style>
<script type="text/javascript">

Loading…
Cancel
Save