Ticket #1498 - CSS tweaks again - widgets and greybox

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44359 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-06 05:02:12 +00:00
parent e49d31a322
commit 87e4c4c51d
2 changed files with 11 additions and 14 deletions

View File

@ -24,14 +24,16 @@ div.availableWidgets div.Widget {
} }
div.widgetDescription p, div.widgetDescription p,
div.widgetFields { div.widgetFields {
margin-left: 8px; padding: 0 8px;
color: #666;
font-size: 11px;
} }
p.deleteWidget { p.deleteWidget {
margin: 0; margin: 0;
height: 2.2em; height: 22px;
line-height: 2.2em; line-height: 2.2;
font-size: 1.2em; font-size: 12px;
} }
span.widgetDelete { span.widgetDelete {
padding-left: 20px; padding-left: 20px;
@ -42,11 +44,10 @@ span.widgetDelete {
} }
div.usedWidgets div.Widget h3, div.usedWidgets div.Widget h3,
div.availableWidgets div.Widget h3 { div.availableWidgets div.Widget h3 {
font-size: 1.3em; font-size: 12px;
height: 1.5em;
color: #fff; color: #fff;
line-height: 1.5em; line-height: 1.8;
text-indent: 5px; text-indent: 5px;
background: #7ab7ec url(../images/widget-title-bg.gif); background: #000 url(../images/textures/obar-18.gif);
margin: 0; margin: 0;
} }

View File

@ -130,15 +130,11 @@
} }
.right form h1 { .right form h1 {
color: #000; font-size: 20px;
font-size:18px;
font-weight:bold;
} }
.right form h2 { .right form h2 {
color: #000; font-size: 18px;
font-size:12px;
font-weight:bold;
clear: both; clear: both;
} }