added live tv timers page

This commit is contained in:
Luke Pulverenti 2013-11-27 14:04:19 -05:00
parent 1664591f7d
commit f5b62182b5
52 changed files with 420 additions and 139 deletions

View file

@ -95,6 +95,7 @@
overflow-y: scroll;
overflow-x: auto!important;
display: block;
border-right: 1px solid #ccc;
}
.editPageInnerContent {
@ -108,6 +109,28 @@
}
}
.editorTile {
display: inline-block;
margin: 5px;
padding: 10px;
border: 1px solid #ccc;
background: #eee;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
background-image: -webkit-linear-gradient(#fff,#f1f1f1);
background-image: -moz-linear-gradient(#fff,#f1f1f1);
background-image: -ms-linear-gradient(#fff,#f1f1f1);
background-image: -o-linear-gradient(#fff,#f1f1f1);
background-image: linear-gradient(#fff,#f1f1f1);
}
.imageEditorTile {
width: 200px;
padding-bottom: 0;
}
.editorTile p {
margin: .5em 0;
}
@media all and (min-width: 700px) {