Tooltips for media buttons. Hat tip: azaozz.

git-svn-id: https://develop.svn.wordpress.org/trunk@7311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-03-15 16:53:36 +00:00
parent 1168abf8f3
commit 388c8fa9db
6 changed files with 66 additions and 2 deletions

View File

@@ -1364,3 +1364,24 @@ ul.view-switch li.current {
.tablenav .delete {
margin-right: 20px;
}
#tTips {
display: none;
position: absolute;
margin: 0;
padding: 0 0 8px 0;
background-image: url(images/tail.gif);
background-repeat: no-repeat;
background-position: 15px bottom;
background-color: thansparent;
}
#tTips p#tTips_inside {
margin: 0;
padding: 8px 12px;
text-align: center;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}