MINOR Tweaked font size to be consistent with the other text in the CMS for TableField items and the URL field

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@77239 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-19 09:16:20 +00:00 committed by Sam Minnee
parent 3760e6b8c4
commit 30c95b1a65

View File

@ -32,14 +32,14 @@
.right form div.TableListField table 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: 12px;
} }
.right form .field span.readonly { .right form .field span.readonly {
margin: 0; margin: 0;
width: auto; width: auto;
} }
.right form #URL .fieldgroup * { .right form #URL .fieldgroup * {
font-size: 14px; font-size: 12px;
font-weight: bold; font-weight: bold;
} }
.right form .fieldgroupField { .right form .fieldgroupField {