~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_plugins/tinymce_plugin/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css

  • Committer: yabs
  • Author(s): EdB
  • Date: 2010-07-23 07:41:42 UTC
  • mfrom: (7507.5.4 upgrade_tinymce_core)
  • Revision ID: yabs@innervisions.org.uk-20100723074142-1xhibhdhaibhq33m
Upgrade TinyMCE

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
.o2k7SkinSilver .mceListBox .mceText {background:#FFF}
5
5
.o2k7SkinSilver .mceExternalToolbar, .o2k7SkinSilver .mceListBox .mceText, .o2k7SkinSilver div.mceMenu, .o2k7SkinSilver table.mceLayout, .o2k7SkinSilver .mceMenuItemTitle a, .o2k7SkinSilver table.mceLayout tr.mceFirst td, .o2k7SkinSilver table.mceLayout, .o2k7SkinSilver .mceMenuItemTitle a, .o2k7SkinSilver table.mceLayout tr.mceLast td, .o2k7SkinSilver .mceIframeContainer {border-color: #bbb}
6
6
 
7
 
/* HACK: b2evo override: (not sure this can be put into a cleaner place easily) */
8
 
/* This is for centering the editor and aligning it with the b2evolution toolbars. Otherwise it's fugly. */
 
7
/* HACK: QP override: (not sure this can be put into a cleaner place easily) */
 
8
/* This is for centering the editor and aligning it with the Quam Plures toolbars. Otherwise it's fugly. */
9
9
table.mceLayout {
10
10
        margin: 0 auto;
11
11
}
12
 
/* /b2evo */
 
12
/* /QP */