Better CSS unit
This commit is contained in:
parent
fcc2f82fa5
commit
039d56f975
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user