mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
dropdown field size change
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44414 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
8661799b27
commit
3fd4aa9eba
@ -58,6 +58,13 @@
|
||||
.right form .dropdown {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .dropdown select {
|
||||
font-size: 12px;
|
||||
height: 19px;
|
||||
}
|
||||
.right form .dropdown select option {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .field span.middleColumn {
|
||||
display: block;
|
||||
background: #e9e9e9;
|
||||
|
Loading…
Reference in New Issue
Block a user