TinyMCE accesskeys from skeltoac. fixes #1854

git-svn-id: https://develop.svn.wordpress.org/trunk@3020 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-11-09 08:44:48 +00:00
parent aae1332f2d
commit c6a3cc3249
3 changed files with 64 additions and 3 deletions
+14 -1
View File
@@ -643,6 +643,19 @@ table .vers, table .name {
background: #8B8;
}
/* A handy div class for hiding controls.
Some browsers will disable them when you
set display:none; */
.zerosize {
height: 0px;
width: 0px;
margin: 0px;
border: 0px;
padding: 0px;
overflow: hidden;
position: absolute;
}
/* Box stuff */
.dbx-clone {
position:absolute;
@@ -807,4 +820,4 @@ a.dbx-toggle-open, a.dbx-toggle-open:visited {
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=80);
}
}