Merge pull request #256 from simonlnu/master

fix tinymce theming
This commit is contained in:
Simon 2012-04-21 22:23:13 -07:00
commit 54817f058a
2 changed files with 30 additions and 22 deletions

View file

@ -910,22 +910,20 @@ width: 100%;
padding: 2px 20px 5px 0; padding: 2px 20px 5px 0;
} }
#profile-jot-text_parent { #profile-jot-text_parent {
/*border-radius: 10px;*/
box-shadow: 5px 0 10px 0 #111; box-shadow: 5px 0 10px 0 #111;
} }
#profile-jot-text_tbl { #profile-jot-text_tbl {
margin-bottom: 10px; margin-bottom: 10px;
/*border-radius: 10px;*/ background: #777;
background: #888;
} }
#profile-jot-text_ifr { #profile-jot-text_ifr {
width:99.900002% !important; width:99.900002% !important;
} }
#profile-jot-text_toolbargroup { #profile-jot-text_toolbargroup {
background: #888; background: #777;
} }
.mceCenter table tr { .mceCenter table tr {
background: #888; background: #777;
} }
[id$="jot-text_ifr"] { [id$="jot-text_ifr"] {
width: 99.900002% !important; width: 99.900002% !important;
@ -936,14 +934,20 @@ width: 100%;
color: #2e2f2e; color: #2e2f2e;
background: #eec; background: #eec;
} }
.mceFirst tr { .defaultSkin tr.mceFirst {
background: #888; background: #777;
} }
.mceFirst td { .defaultSkin td.mceFirst {
/*border-radius: 10px 10px 0px 0px;*/ background-color: #eec;
} }
.mceLast td { .defaultSkin td.mceLast {
/*border-radius: 0 0 10px 10px;*/ background-color: #eec;
}
.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {
background-color: #eec;
}
.defaultSkin .mceButtonDisabled .mceIcon {
background-color: #eec;
} }
#profile-attach-wrapper, #profile-attach-wrapper,
#profile-audio-wrapper, #profile-audio-wrapper,

View file

@ -911,22 +911,20 @@ width: 100%;
padding: 2px 20px 5px 0; padding: 2px 20px 5px 0;
} }
#profile-jot-text_parent { #profile-jot-text_parent {
/*border-radius: 10px;*/
box-shadow: 5px 0 10px 0 #111; box-shadow: 5px 0 10px 0 #111;
} }
#profile-jot-text_tbl { #profile-jot-text_tbl {
margin-bottom: 10px; margin-bottom: 10px;
/*border-radius: 10px;*/ background: #777;
background: #888;
} }
#profile-jot-text_ifr { #profile-jot-text_ifr {
width:99.900002% !important; width:99.900002% !important;
} }
#profile-jot-text_toolbargroup { #profile-jot-text_toolbargroup {
background: #888; background: #777;
} }
.mceCenter table tr { .mceCenter table tr {
background: #888; background: #777;
} }
[id$="jot-text_ifr"] { [id$="jot-text_ifr"] {
width: 99.900002% !important; width: 99.900002% !important;
@ -937,14 +935,20 @@ width: 100%;
color: #2e2f2e; color: #2e2f2e;
background: #eec; background: #eec;
} }
.mceFirst tr { .defaultSkin tr.mceFirst {
background: #888; background: #777;
} }
.mceFirst td { .defaultSkin td.mceFirst {
/*border-radius: 10px 10px 0px 0px;*/ background-color: #eec;
} }
.mceLast td { .defaultSkin td.mceLast {
/*border-radius: 0 0 10px 10px;*/ background-color: #eec;
}
.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {
background-color: #eec;
}
.defaultSkin .mceButtonDisabled .mceIcon {
background-color: #eec;
} }
#profile-attach-wrapper, #profile-attach-wrapper,
#profile-audio-wrapper, #profile-audio-wrapper,