Fix a layout issue with select in tables
This commit is contained in:
parent
9d835d3ed2
commit
a0f4c9be28
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ input.maxlength { box-shadow: 1px 1px 1px red; }
|
|||
input.wayoff { left: -1000px; position: absolute; }
|
||||
input[type='submit'] { padding-left: 10px; padding-right: 10px; }
|
||||
select { border-radius: 5px; padding: 2px; vertical-align: middle; }
|
||||
table select { width: 100%; }
|
||||
fieldset label input[type='checkbox'] { margin-bottom: 6px; }
|
||||
fieldset a { line-height: 20px; }
|
||||
#fieldset-select .icon, #fieldset-search .icon, #fieldset-sort .icon { cursor: pointer; }
|
||||
|
|
Loading…
Add table
Reference in a new issue