]> git.wh0rd.org - chrome-ext/music-player-client.git/blobdiff - main.html
playlist: fix display, and let people delete items
[chrome-ext/music-player-client.git] / main.html
index 90e2182a03b043aecf431c01312c60be2d38787e..87add75cb96491ee6078b90b4195d1aeac443950 100644 (file)
--- a/main.html
+++ b/main.html
@@ -36,11 +36,18 @@ table.tabs td.selected {
        background-color: white;
 }
 
+/* Playlist styles */
 table#playlist td {
        border-left: black solid 1px;
        padding-right: 0.5em;
 }
 
+td#playlist_del {
+       padding-left: 0.3em;
+       padding-right: 0.2em;
+       font-weight: bold;
+}
+
 /* Get the tabs to float at the bottom */
 html, body {
        height: 100%;
@@ -58,6 +65,10 @@ div#footer {
        height: 1.3em;
        clear: both;
 }
+table#playlist {
+       height: 85px;
+       display: block;
+};
 </style>
 </head>