Import fixes, opera layout fixes, player improvements

This commit is contained in:
magnolia-fan
2011-06-26 09:25:30 +04:00
parent 4783e85e2c
commit cef23c43e9
4 changed files with 166 additions and 117 deletions
+5 -1
View File
@@ -4,8 +4,11 @@
border: none;
}
body {
html, body {
overflow: hidden;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
-moz-user-select: none;
@@ -14,6 +17,7 @@ body {
user-select: none;
cursor: default;
min-width: 1000px;
width: 100%;
}
#header-container {