mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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 {
|
.right form .dropdown {
|
||||||
font-size: 12px;
|
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 {
|
.right form .field span.middleColumn {
|
||||||
display: block;
|
display: block;
|
||||||
background: #e9e9e9;
|
background: #e9e9e9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user