]> git.0d.be Git - panikdb.git/commitdiff
style: add styles for new regie page
authorFrédéric Péters <fpeters@0d.be>
Sat, 7 May 2016 13:42:51 +0000 (15:42 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 7 May 2016 13:42:51 +0000 (15:42 +0200)
panikdb/static/css/style.css

index 1e83ba47cb099a66078d2d1499f78c31718a6e30..03873562408e6641e2f1600a28c8b761fd6df70f 100644 (file)
@@ -713,3 +713,45 @@ form.poll div.error {
        margin: 2em;
        border: 2px solid red;
 }
+
+table#playlist {
+       border-spacing: 1em;
+       border-collapse: unset;
+       width: 100%;
+}
+
+table#playlist td.playlist-title {
+       border: 1px outset black;
+       background: #eee;
+       text-align: center;
+       padding: 1ex;
+       cursor: pointer;
+       position: relative;
+}
+
+table#playlist .shortcut {
+       position: absolute;
+       right: 1ex;
+       font-size: 90%;
+}
+
+table#playlist td:last-child {
+       color: #444;
+       font-style: italic;
+}
+
+.button-done {
+       opacity: 0.5;
+}
+
+table#playlist td.handle {
+       width: 10px;
+       color: white;
+       background: #666;
+       cursor: grab;
+}
+
+body.submitting {
+       opacity: 0.5;
+       pointer-events: none;
+}