worked on full screen edit mode

This commit is contained in:
Torkel Ödegaard
2013-12-08 17:18:27 +01:00
parent d446887ed7
commit f4ba80b788
7 changed files with 58 additions and 7 deletions
+18 -1
View File
@@ -1,4 +1,4 @@
<div ng-controller='graphite' ng-init="init()" style="min-height:{{panel.height || row.height}}">
<div ng-controller='graphite' ng-init="init()" style="min-height:{{panel.height || row.height}}" ng-class='{"panel-full-edit-mode": inEditMode}'>
<style>
.histogram-legend {
display:inline-block;
@@ -32,6 +32,23 @@
.form-inline .checkbox {
display: inline-block;
}
.full-edit-mode {
//display: none;
}
.panel-full-edit-mode {
z-index: 1500;
display: block;
position: fixed;
left: 20px;
right: 20px;
top: 100px;
outline: 1px solid #101214;
border-top: 1px solid #3e444c;
padding: 0 10px 10px 10px;
background: #202328;
}
</style>
<div>
<span ng-show='panel.options'>