]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
URL encode fix
[vlc] / share / http / style.css
index 56d4a30679df01741c43e7d27a3b41097ea44925..c994787adff97973b691ab2684615793a33765b6 100644 (file)
@@ -37,7 +37,7 @@ div {
 }
 
 div.dialog {
-       width: 600px;
+       width: 440pt;
        background: #fff;
        border: solid #000 1px;
        margin: 10px auto; /* Center on page - Firefox */
@@ -60,17 +60,18 @@ form {
        display: inline;
 }
 
-input {
+input, textarea {
        border: solid #000 1px;
        background-color: #fff;
 }
 
 div.helper {
        margin: 10px;
-       border: solid #ccc 2px;
+       padding: 10px 0px;
+       border: solid 1px #000;
 }
 div.helper hr {
-       border: solid #ccc 1px;
+       border: solid 1px #000;
 }
 
 div.title {
@@ -165,26 +166,54 @@ div#browser {
 div#mosaic_list {
        width: 50%;
        left: 25%;
+       background: url('images/white.png') repeat;
+       display: none;
 }
 
-div#mosaic_layout {
-       border: 1px solid #000;
-       background-color: #ddf;
-       display: block;
-       margin: 1em;
-       padding: 0.3em 0.6em;
+.mosaic_bg {
+       background-color: #aaf;
 }
-div.mosaic_row {
-       padding: 0.6em 0em;
+.mosaic_tbl {
+       background-color: #faa;
+}
+.mosaic_itm {
+       background-color: #afa;
+}
+div#mosaic_layout {
+       border: 0px solid #000;
+       padding: 0px;
+       margin: 10px auto;
 }
 
-.mosaic_element {
-       display: inline;
-       border: 1px solid #000;
-       margin: 0em 0.3em;
-       padding: 0.3em 0.3em;
-       background-color: #dfd;
+div#mosaic_dt {
+       border: 0px solid #000;
+       position: relative;
+}
+table#mosaic_table {
+       border-spacing: 0px 0px;
+       position: relative;
+}
+table#mosaic_table tr {
+       padding: 0px;
+       margin: 0px;
+}
+table#mosaic_table td {
+       border: 0px solid #000;
+       text-align: center;
+       padding: 0px;
+       margin: 0px;
+}
+table#mosaic_table input {
+       border: 0px;
+       background: transparent;
+       text-align: center;
+}
+textarea#mosaic_code {
+       padding: 0px;
+       display: block;
+       margin: 10px auto;
 }
+
 div.controls button.on {
        background-color: #aaa;
 }
@@ -193,18 +222,29 @@ div.controls button.off {
        background-color: #fff;
 }
 
+div.menubtn {
+       display: inline;
+}
+
 div.menu {
        position: absolute;
        border: 1px solid #ccc;
        padding: 5px;
+       margin-top: -5px;
        background: url('images/white.png') repeat;
+       z-index: 2;
        display: none;
 }
 
 div.menu button {
        background: transparent;
+}
+div.menu button.menuout {
        border: 1px solid transparent;
 }
+div.menu button.menuover {
+        border: 1px solid #000;
+}
 
 div.popup img.close {
        position: absolute;