Strengthened CSS rule that sets width of inputs and selects inside of columnCenter
This commit is contained in:
parent
687dda50dd
commit
e57d322046
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ margin-top: 2px;
|
|||
}
|
||||
#columnLeft select, #columnLeft input, #columnRight select, #columnRight input
|
||||
{
|
||||
width: 120px;
|
||||
width: 120px !important;
|
||||
}
|
||||
#columnCenter p
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue