diff --git a/support/client/lib/index.css b/support/client/lib/index.css index 63c1ce234..14aab2992 100644 --- a/support/client/lib/index.css +++ b/support/client/lib/index.css @@ -8,27 +8,6 @@ body { margin: 0px; } -h1, h2, h3, h4, h5, h6 { - font-family: Verdana, Arial, Helvetica, sans-serif; -} - -table { - font-family: Verdana, Arial, Helvetica, sans-serif; -} - -form { - margin: 2em; -} - -label { - font-size: 18px; -} - -input { - font-size: 18px; - padding: 5px; -} - .vwf-properties { background-color: #DCC; } @@ -214,63 +193,6 @@ input { width: 300px; } -.overlay { - position:absolute; - top:30%; - width:99%; - pointer-events:none; -} - -.overlay p { - padding:0px; - margin:0px; -} - -.overlay a:link { - color:#888888; -} - -.overlay a:visited { - color:#888888; -} - -.overlay a:hover { - color:#CCCCCC; -} - -.loading { - margin:auto auto; - color:#FFF; - width:600px; - height:400px; - background:#050505; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - -khtml-border-radius: 20px; - border-radius: 20px; - font:18px Arial; - /*visibility: hidden;*/ -} - -.loadText { -} - - -.requirements { - margin-left: 100px; -} - -.req { - font-size:14px; - position:relative; - left:20px; -} - - -h1, h2, h3, h4, h5, h6, body, legend, label { -text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); -} - .pace { -webkit-pointer-events: none; pointer-events: none; @@ -342,12 +264,18 @@ text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); } #incompatibleBrowser { - visibility: hidden; - position: absolute; - left: 0px; - top: 0px; - width:100%; - height:100%; - text-align:center; - z-index: 1000; - } \ No newline at end of file + visibility: hidden; + position: absolute; + left: 0px; + top: 0px; + width:100%; + height:100%; + text-align:center; + z-index: 1000; + } + +#incompatibleBrowser .warning { + color:#3090C7; + padding-top: 20px; + display: inline-block; +} diff --git a/support/client/lib/index.html b/support/client/lib/index.html index 511f62048..615fec772 100644 --- a/support/client/lib/index.html +++ b/support/client/lib/index.html @@ -154,9 +154,7 @@