diff --git a/widgetstyles/colorbox/css/widgetBoxStyle.css b/widgetstyles/colorbox/css/widgetBoxStyle.css index 9f6e29cfb..d21dd7d66 100644 --- a/widgetstyles/colorbox/css/widgetBoxStyle.css +++ b/widgetstyles/colorbox/css/widgetBoxStyle.css @@ -17,14 +17,14 @@ .widgetBox .rcBottom .bl{ top:0;} .widgetBox .rcBottom .br{ top:0;} -.widgetBoxFred .widgetBox{ background:#fff; border:1px solid #ffcccc; border-top-width:5px; border-bottom-width:5px;} +.widgetBoxFred .widgetBox{ border:1px solid #ffcccc; border-top-width:5px; border-bottom-width:5px;} .widgetBoxFred .widgetBoxHeader{ position:relative; padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #ffcccc; color:#ff3333;} .widgetBoxFred .widgetMore{ top:7px; right:15px; color:#888;} -.widgetBoxFgreen .widgetBox{ position:relative; background:#fff; border:1px solid #d9efb9; border-top-width:5px; border-bottom-width:5px;} +.widgetBoxFgreen .widgetBox{ border:1px solid #d9efb9; border-top-width:5px; border-bottom-width:5px;} .widgetBoxFgreen .widgetBoxHeader{ padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #d9efb9; color:#ff3333;} .widgetBoxFgreen .widgetMore{ top:7px; right:15px; color:#888;} -.widgetBoxFblue .widgetBox{ background:#fff; border:1px solid #d8e6e7; border-top-width:5px; border-bottom-width:5px;} +.widgetBoxFblue .widgetBox{ border:1px solid #d8e6e7; border-top-width:5px; border-bottom-width:5px;} .widgetBoxFblue .widgetBoxHeader{ position:relative; padding:4px 0; text-indent:15px; repeat-x 0 center; border-bottom:1px solid #d8e6e7; color:#55ccdd;} .widgetBoxFblue .widgetMore{ top:7px; right:15px; color:#888;} \ No newline at end of file diff --git a/widgetstyles/line/css/widgetBoxStyle.css b/widgetstyles/line/css/widgetBoxStyle.css index 5c9fbe485..cc6c95ea4 100644 --- a/widgetstyles/line/css/widgetBoxStyle.css +++ b/widgetstyles/line/css/widgetBoxStyle.css @@ -17,19 +17,17 @@ .widgetBox .rcBottom .bl{ top:0;} .widgetBox .rcBottom .br{ top:0;} -.widgetBoxA .widgetBox{ background:#fff;} .widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;} .widgetBoxA .widgetMore{ top:10px; right:0; color:#888;} .widgetBoxA .rcContainer{ display:none;} -.widgetBoxB .widgetBox{ background:#fff;} .widgetBoxB .widgetBox{ border:1px solid #ccc;} .widgetBoxB .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; text-indent:15px; border-bottom:1px solid #ddd; background:url(../img/headerBgB.gif) repeat-x;} .widgetBoxB .widgetMore{ top:7px; right:15px;} .widgetBoxB .rcContainer{ display:none;} -.widgetBoxC{ padding:3px 0; background:#fff;} -.widgetBoxC .widgetBox{ border-left:1px solid #ccc; border-right:1px solid #ccc;} +.widgetBoxC{ padding:3px 0;} +.widgetBoxC .widgetBox{ border-left:1px solid #ccc; border-right:1px solid #ccc; background-color:#fff;} .widgetBoxC .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; text-indent:15px; border-bottom:1px solid #ddd; background:url(../img/headerBgC.gif) repeat-x;} .widgetBoxC .widgetMore{ top:5px; right:15px;} .widgetBoxC .rcTop, @@ -42,7 +40,6 @@ .widgetBoxC .rcBottom .bl{ background-position:0 bottom; left:0px;} .widgetBoxC .rcBottom .br{ background-position:right bottom; left:50%;} -.widgetBoxG .widgetBox{ background:#fff;} .widgetBoxG .widgetBoxHeader{ position:relative; border:1px solid #ccc; padding:4px 0; text-indent:15px; background:url(../img/headerBgG.gif) repeat-x 0 center;} .widgetBoxG .widgetMore{ top:7px; right:15px;}