Better CSS unit

This commit is contained in:
Aris Feryanto 2011-06-13 08:28:21 +07:00
parent fcc2f82fa5
commit 039d56f975
3 changed files with 22 additions and 20 deletions

View File

@ -338,7 +338,7 @@
$(this.dHint)
.stop(true, true)
.css({
top: e.pageY - 10,
top: e.pageY,
left: e.pageX + 15
})
.show('fast');
@ -365,7 +365,7 @@
updateDraggableHint: function(e) {
if (this.hintShown) {
$(this.dHint).css({
top: e.pageY - 10,
top: e.pageY,
left: e.pageX + 15
});
}

View File

@ -1915,15 +1915,16 @@ span.mysql-number {
background: #333;
border:1px solid #000;
color: #FFF;
font-size: 8pt;
font-size: 0.8em;
font-weight: bold;
height: 14px;
height: 1.2em;
margin-top: -1em;
opacity: 0.8;
overflow: hidden;
padding: 5px 10px;
padding: 0.5em 1em;
position: absolute;
text-shadow: -1px -1px #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}

View File

@ -2237,12 +2237,12 @@ span.mysql-number {
position: absolute;
text-shadow: -1px -1px #000;
-moz-box-shadow: 0 0 8px #000;
-webkit-box-shadow: 0 0 8px #000;
box-shadow: 0 0 8px #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 0.7em #000;
-webkit-box-shadow: 0 0 0.7em #000;
box-shadow: 0 0 0.7em #000;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}
.cPointer {
@ -2267,15 +2267,16 @@ span.mysql-number {
background: #333;
border:1px solid #000;
color: #FFF;
font-size: 8pt;
font-size: 0.8em;
font-weight: bold;
height: 14px;
height: 1.2em;
margin-top: -1em;
opacity: 0.8;
overflow: hidden;
padding: 5px 10px;
padding: 0.5em 1em;
position: absolute;
text-shadow: -1px -1px #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}