From dea7a42659d44c80c06abbc2dced1ddcf382cf09 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 12:05:31 +0800 Subject: [PATCH] css/combo.css --- css/combo.css | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/css/combo.css b/css/combo.css index 001f34d279..1910cd7454 100644 --- a/css/combo.css +++ b/css/combo.css @@ -101,4 +101,50 @@ { text-align: left; font: 12px arial,tahoma,verdana,helvetica; -} \ No newline at end of file +} + + +/** ------ Roo.formComboBoxArray ---- */ +.x-cbarray-item { + display: inline-block; + background: #e0ecff none no-repeat scroll 0 0; + float: left; + height: 18px; + -moz-border-radius: 2px; + margin: 2px; + float: left + + font-family:arial,tahoma,helvetica,sans-serif; + font-size:11px; + font-size-adjust:none; + font-style:normal; + font-variant:normal; + font-weight:normal; + +} +.x-cbarray-item div +{ + display: inline-block; + float: left; + margin: 2px; + margin-left: 5px; +} +.x-cbarray-item img +{ + margin-left: 5px; + background:transparent url(../templates/images/mailAddClose.gif) no-repeat scroll 0 0; + cursor: pointer; +} +.x-cbarray-cb +{ + float:left; +} + +.x-cbarray-grp +{ + padding: 2px; + border: 1px solid #e0ecff; + display: inline-block; +} + + -- 2.39.2