Updated default notes, fixed alert z-index, added time correction options for histogram

This commit is contained in:
Rashid Khan
2013-02-16 21:48:38 -07:00
parent 1545e32b60
commit 1796323cb9
5 changed files with 1006 additions and 20 deletions
+1 -15
View File
@@ -17,7 +17,7 @@
.panel-error {
opacity: 0.9;
position:absolute;
z-index: 2000;
z-index: 1000;
}
.panel i.editlink {
@@ -44,20 +44,6 @@
max-width: 500px;
}
/*
.row-header i.editlink {
opacity: 0;
}
.row-header:hover i.editlink {
opacity: 0.3;
}
.row-header i.editlink:hover {
opacity: 1;
}
*/
.pointer {
cursor: pointer;
}