upgrading to TinyMCE 3
This commit is contained in:
parent
d245e8ef48
commit
cc75819ca9
2274 changed files with 25785 additions and 107069 deletions
|
|
@ -0,0 +1,63 @@
|
|||
.panel_wrapper div.current {
|
||||
height: 475px;
|
||||
}
|
||||
.panel_wrapper div.current input, .panel_wrapper div.current select {
|
||||
width: 100%;
|
||||
}
|
||||
fieldset.image-manager {
|
||||
height: 316px;
|
||||
}
|
||||
iframe#image-manager {
|
||||
border-style: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
iframe#image-preview {
|
||||
width: 145px;
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
color: #888;
|
||||
}
|
||||
.nav {
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
.nav a {
|
||||
color: #0f3ccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
.nav a:hover {
|
||||
color: #000080;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.nav ul, .nav li {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.nav .selectLink {
|
||||
color: #cc7700;
|
||||
}
|
||||
.nav .crumb {
|
||||
color: orange;
|
||||
}
|
||||
.nav .crumbTrail {
|
||||
padding: 3px;
|
||||
background-color: #eeeeee;
|
||||
-moz-border-radius: 10px;
|
||||
}
|
||||
.nav .traverse {
|
||||
font-size: 15px;
|
||||
}
|
||||
div.preview {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.preview img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue