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

View File

@@ -6,8 +6,7 @@
Licensed under the MIT @license.
*/
.backgrid {
.select-row-cell, .select-all-header-cell {
text-align: center;
}
.select-row-cell, .select-all-header-cell {
text-align: center;
width: 16px;
}

View File

@@ -0,0 +1,5 @@
body.control-panel-visible {
ul.messenger.messenger-fixed.messenger-on-bottom {
bottom: 95px;
}
}

View File

@@ -2,3 +2,4 @@
@import "Overrides/browser";
@import "Overrides/bootstrap.toggle-switch";
@import "Overrides/fullcalendar";
@import "Overrides/messenger";

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;
}