Added dashboard editor, row adding/moving/removing

This commit is contained in:
Rashid Khan
2013-02-13 14:24:32 -07:00
parent b162bd64ce
commit 42b415cf26
7 changed files with 108 additions and 22 deletions
+7 -2
View File
@@ -27,6 +27,10 @@
display: none;
}
.pointer:hover {
color: #0088CC;
}
.panel:hover i.editlink {
display: block;
opacity: 0.3;
@@ -36,18 +40,19 @@
opacity: 1;
}
/*
.row-header i.editlink {
display: none;
opacity: 0;
}
.row-header:hover i.editlink {
display: inline-block;
opacity: 0.3;
}
.row-header i.editlink:hover {
opacity: 1;
}
*/
.pointer {
cursor: pointer;