Readonly CSS modification for HTMLEditorField to coordinate the style of the fields

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44378 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Romain Louis 2007-11-06 21:02:04 +00:00
parent 28d8dfdfaf
commit 6ea4d623ec

View File

@ -43,7 +43,7 @@
font-size: 10px;
font-weight: bold;
}
.right form .dropdown {
font-size: 12px;
}
@ -54,6 +54,13 @@
width: 97%;
}
.right form .htmleditorfield span.readonly *,
#right form .htmleditorfield span.readonly * {
margin: 0;
border: 0;
padding: 0;
}
.right form .checkbox input,
.right form .optionset input {
border: none;