New: Mass series editor

This commit is contained in:
Mark McDowall
2013-12-08 21:25:27 -08:00
parent f76c4700a6
commit a9ece10144
26 changed files with 606 additions and 34 deletions
+22 -1
View File
@@ -69,6 +69,12 @@
color : white;
}
.control-panel-visible {
#scroll-up {
bottom: 100px;
}
}
.label-large {
padding : 4px 6px;
font-size : 16px;
@@ -104,7 +110,7 @@ body {
}
}
footer {
.footer {
font-size : 13px;
font-weight : lighter;
padding-top : 0px;
@@ -192,4 +198,19 @@ footer {
.file-path {
.mono-space();
}
.control-panel {
.card(#333333);
color: #f5f5f5;
background-color: #333333;
margin: 0px;
margin-bottom: -100px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 55px;
opacity: 0;
}