]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Revert revision 14781 the sort button was already there.
[vlc] / share / http / style.css
index 3ea4d1a52db3a97960f17978c42e7b7b3f756854..c080c30ab31d51a598588415a643de6b595ca8fb 100644 (file)
@@ -96,11 +96,30 @@ div.controls button {
        background-color: #fff;
 }
 
-ul#list, ul#list ul {
-       list-style-type: none;
-       padding-top: 0px;
-       margin-top: 0px;
-       padding-left: 1em;
+div.list {
+       padding: 1em;
+}
+div.list_element {
+       padding-bottom: 0.3em;
+}
+div.list_element ul {
+       margin: 0px;
+}
+
+div#infotree ul {
+       padding: 0.4em;
+       margin: 0em;
+}
+div#infotree li {
+       font-weight: bold;
+       font-size: 0.8em;
+}
+div#infotree dl {
+       font-weight: normal;
+       padding: 0em 1em;
+}
+div#infotree dt {
+       text-decoration: underline;
 }
 
 div.pl_node {
@@ -160,3 +179,23 @@ div.mosaic_row {
        padding: 0.3em 0.3em;
        background-color: #dfd;
 }
+div.controls button.on {
+       background-color: #aaa;
+}
+
+div.controls button.off {
+       background-color: #fff;
+}
+
+div.menu {
+       position: absolute;
+       border: 1px solid #ccc;
+       padding: 5px;
+       background: url('images/white.png') repeat;
+       display: none;
+}
+
+div.menu button {
+       background: transparent;
+       border: 1px solid transparent;
+}