]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Missing item to translate.
[vlc] / share / http / style.css
index d585a65f6a836fd43872a17018490ba38db52eda..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 */
@@ -67,10 +67,11 @@ input, textarea {
 
 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,6 +166,8 @@ div#browser {
 div#mosaic_list {
        width: 50%;
        left: 25%;
+       background: url('images/white.png') repeat;
+       display: none;
 }
 
 .mosaic_bg {
@@ -219,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;