]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Fix windows browser bug: first directory or filename character was removed.
[vlc] / share / http / style.css
index e5e8779ca5dec7c3c8a7f6eba946dbe7b54f40cf..bd5c672109fb296325939a8c111644c981821043 100644 (file)
@@ -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 {
@@ -223,9 +224,6 @@ div.controls button.off {
 
 div.menubtn {
        display: inline;
-       position: absolute;
-       margin-top: 2px;
-       font-size: 0.70em;
 }
 
 div.menu {
@@ -240,8 +238,13 @@ div.menu {
 
 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;