CC-3174 : showbuidler
fixing width of search input so it will work on smaller screens.
This commit is contained in:
parent
62c07107c1
commit
b8ca0ef740
3 changed files with 16 additions and 8 deletions
|
@ -62,7 +62,7 @@ tr.cursor-selected-row .marker {
|
|||
}
|
||||
|
||||
.ui-dialog .padded {
|
||||
padding: 8px 10px 8px 8px;
|
||||
padding: 5px 10px 5px 8px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-buttonset {
|
||||
|
|
|
@ -623,7 +623,7 @@ dl.inline-list dd {
|
|||
width: 55%;
|
||||
border: 1px solid #5B5B5B;
|
||||
margin-left: -8px;
|
||||
padding: 4px 3px 4px 25px;
|
||||
padding: 5px 3px 4px 25px;
|
||||
}
|
||||
.dataTables_length select {
|
||||
background-color: #DDDDDD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue