mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Popup title line-height changing
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44435 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
8b7d117a92
commit
52e60904cb
@ -71,6 +71,16 @@ form fieldset {
|
|||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right.ComplexTableField_Popup form textarea,
|
||||||
|
.right.ComplexTableField_Popup form input.text,
|
||||||
|
.right.ComplexTableField_Popup form textarea.htmleditor {
|
||||||
|
width: 98.3%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right.ComplexTableField_Popup form h2 {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
#ComplexTableField_Pagination,
|
#ComplexTableField_Pagination,
|
||||||
#ComplexTableField_Pagination * {
|
#ComplexTableField_Pagination * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user