mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
textarea, url, readonly fields layout changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44407 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e6a45c414b
commit
8661799b27
@ -23,6 +23,8 @@
|
|||||||
}
|
}
|
||||||
.right form .text,
|
.right form .text,
|
||||||
.right form .field span.readonly,
|
.right form .field span.readonly,
|
||||||
|
.right form .field span.readonly i,
|
||||||
|
.right form div.TableListField table i,
|
||||||
.right form .calendardate input,
|
.right form .calendardate input,
|
||||||
.right form .dropdowntime input {
|
.right form .dropdowntime input {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -74,14 +76,17 @@
|
|||||||
.right form .optionset input {
|
.right form .optionset input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right form .field label {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
.right form .field label.left {
|
.right form .field label.left {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
font-size: 11px;
|
/*font-size: 11px;*/
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
#Form_EditorToolbarImageForm fieldset label.left,
|
#Form_EditorToolbarImageForm fieldset label.left,
|
||||||
@ -116,6 +121,9 @@
|
|||||||
border: 1px solid #a7a7a7;
|
border: 1px solid #a7a7a7;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
}
|
||||||
|
.right form textarea {
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.right form textarea.htmleditor {
|
.right form textarea.htmleditor {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user