added prevent default to anbu events and linted/formatted profiler.js code

Signed-off-by: Guillaume Lambert <falzhobel@gmail.com>
This commit is contained in:
Guillaume Lambert
2012-05-22 23:03:29 -04:00
parent 63b1636d13
commit 7cc4df852b
3 changed files with 100 additions and 71 deletions

View File

@@ -2,7 +2,7 @@
{
font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;
font-size:14px !important;
background-color:#222 !important;
background-color:#222 !important;
position:fixed !important;
bottom:0 !important;
right:0 !important;
@@ -214,3 +214,9 @@ span.anbu-count
white-space: -o-pre-wrap;
word-wrap: break-word;
}
/* hide panel-open elements, will become visible through anbu.start() */
#anbu-close, #anbu-zoom, .anbu-tab-pane {
visibility: hidden;
}