@@ -34,9 +34,9 @@ dl.bitem2 { | |||||
clear:both | clear:both | ||||
} | } | ||||
dl.bitem dt,dl.bitem2 dt { | dl.bitem dt,dl.bitem2 dt { | ||||
padding-left:36px; | |||||
height:26px; | height:26px; | ||||
line-height:26px; | line-height:26px; | ||||
padding-left:36px; | |||||
cursor:pointer | cursor:pointer | ||||
} | } | ||||
dl.bitem dt b,dl.bitem2 dt b { | dl.bitem dt b,dl.bitem2 dt b { | ||||
@@ -56,41 +56,41 @@ div.items { | |||||
width:80px | width:80px | ||||
} | } | ||||
.flrct { | .flrct { | ||||
padding-top:2px; | |||||
float:left | |||||
float:left; | |||||
padding-top:5px | |||||
} | } | ||||
.sitemu li { | .sitemu li { | ||||
padding:0 0 0 18px; | padding:0 0 0 18px; | ||||
height:24px; | |||||
line-height:24px; | |||||
background:url(images/arr4.gif) no-repeat 5px 9px | |||||
height:28px; | |||||
line-height:28px; | |||||
background:url(images/arr4.gif) no-repeat 6px 11px | |||||
} | } | ||||
a.mmac div { | a.mmac div { | ||||
background:url(images/leftbg2.gif) no-repeat; | |||||
height:38px!important; | |||||
padding:8px 4px 4px 10px; | padding:8px 4px 4px 10px; | ||||
word-wrap:break-word; | |||||
word-break:break-all; | |||||
height:38px!important; | |||||
font-weight:600; | font-weight:600; | ||||
color:#325304 | |||||
color:#325304; | |||||
background:url(images/leftbg2.gif) no-repeat; | |||||
word-wrap:break-word; | |||||
word-break:break-all | |||||
} | } | ||||
a.mm div { | a.mm div { | ||||
background:url(images/leftmbg1.gif) no-repeat; | |||||
height:38px!important; | |||||
padding:8px 4px 4px 10px; | padding:8px 4px 4px 10px; | ||||
word-wrap:break-word; | |||||
word-break:break-all; | |||||
height:38px!important; | |||||
font-weight:600; | font-weight:600; | ||||
color:#475645; | color:#475645; | ||||
cursor:pointer | |||||
cursor:pointer; | |||||
background:url(images/leftmbg1.gif) no-repeat; | |||||
word-wrap:break-word; | |||||
word-break:break-all | |||||
} | } | ||||
a.mm:hover div { | a.mm:hover div { | ||||
background:url(images/leftbg2.gif) no-repeat; | |||||
color:#4F7632 | |||||
color:#4f7632; | |||||
background:url(images/leftbg2.gif) no-repeat | |||||
} | } | ||||
.mmf { | .mmf { | ||||
height:1px; | |||||
padding:6px | |||||
padding:6px; | |||||
height:1px | |||||
} | } | ||||
#mainct { | #mainct { | ||||
padding-top:12px; | padding-top:12px; | ||||
@@ -9,9 +9,9 @@ CKEDITOR.editorConfig = function (config) { | |||||
{ name: 'clipboard', groups: ['clipboard', 'undo'] }, | { name: 'clipboard', groups: ['clipboard', 'undo'] }, | ||||
{ name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] }, | { name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] }, | ||||
{ name: 'forms', groups: ['forms'] }, | { name: 'forms', groups: ['forms'] }, | ||||
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup', 'list', 'indent', 'blocks'] }, | |||||
'/', | '/', | ||||
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup'] }, | |||||
{ name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph','textindent'] }, | |||||
{ name: 'paragraph', groups: ['align', 'bidi', 'paragraph','textindent'] }, | |||||
{ name: 'links', groups: ['links'] }, | { name: 'links', groups: ['links'] }, | ||||
{ name: 'insert', groups: ['insert'] }, | { name: 'insert', groups: ['insert'] }, | ||||
'/', | '/', | ||||