Refactored panel communication to use an angular service, started work on panel editing interface

This commit is contained in:
Rashid Khan
2013-02-07 15:05:55 -07:00
parent 085b688850
commit ee65f81a2b
18 changed files with 178 additions and 75 deletions
+8 -1
View File
@@ -51,4 +51,11 @@
.tiny {
font-size: 50%;
}
}
.remove:hover {
color: #A60000;
text-decoration: line-through;
}
.typeahead { z-index: 1051; }