added panel configuration framework

This commit is contained in:
Rashid Khan
2013-02-08 08:42:37 -07:00
parent ee65f81a2b
commit 19798b0891
23 changed files with 211 additions and 164 deletions
+19 -3
View File
@@ -17,7 +17,24 @@
.panel-error {
opacity: 0.9;
position:absolute;
z-index: 99999;
z-index: 2000;
}
span.editlink {
position: absolute;
right: 5px;
z-index: 800;
display: none;
}
.panel:hover span.editlink {
display: block;
opacity: 0.3;
}
.panel span.editlink:hover {
display: block;
opacity: 1;
}
.pointer {
@@ -54,8 +71,7 @@
}
.remove:hover {
color: #A60000;
text-decoration: line-through;
background-color: #A60000;
}
.typeahead { z-index: 1051; }