Unify TinyMCE image popup and insert image popup. Props azaozz. see #6811

git-svn-id: http://svn.automattic.com/wordpress/trunk@8066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-06-10 04:40:21 +00:00
parent 0679f8501d
commit 2cc03f7d06
12 changed files with 1073 additions and 7 deletions

View File

@@ -1587,3 +1587,26 @@ fieldset {
margin: 0;
padding: 0 7px;
}
#wp_editbtns {
padding: 2px;
position: absolute;
display: none;
z-index: 999998;
}
#wp_editimgbtn, #wp_delimgbtn {
margin: 2px;
padding: 2px;
border: 1px solid #999;
background-color: #eee;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#wp_editimgbtn:hover, #wp_delimgbtn:hover {
border-color: #555;
background-color: #ccc;
}