diff --git a/css/fixedPosInterface.css b/css/fixedPosInterface.css index 426497d..56af0cd 100644 --- a/css/fixedPosInterface.css +++ b/css/fixedPosInterface.css @@ -3,51 +3,21 @@ body { overflow:hidden; } - .button { display: table; } -/*.big {*/ - /*background: #a6e19c;*/ - /*border: 1px solid #222;*/ - /*height: 64px;*/ - /*width: 64px;*/ - /*display: table-cell;*/ - /*vertical-align: middle;*/ - /*text-align: center;*/ - /*border-radius: 32px;*/ - /*-moz-border-radius: 32px;*/ - /*-webkit-border-radius: 32px;*/ -/*}*/ -/*.small {*/ - /*background: #a3d5f7;*/ - /*border: 1px solid #222;*/ - /*height: 40px;*/ - /*width: 40px;*/ - /*display: table-cell;*/ - /*vertical-align: middle;*/ - /*text-align: center;*/ - /*border-radius: 20px;*/ - /*-moz-border-radius: 20px;*/ - /*-webkit-border-radius: 20px;*/ +/*#landscape {*/ + /*position:relative;*/ + /*width: 1024px;*/ + /*max-height: 768px;*/ + /*background-color: #808;*/ + /*border: 10px solid #ff0;*/ + /*margin: 0px auto;*/ /*}*/ -#logo { - position: absolute; - /*left: 50%;*/ - /*margin-left: -220px;*/ - top: 20px; - left: 315px; - width: 400px; - height: 140px; -} -/*ha {*/ - /*background: #f5f5f5 url('../images/bg.jpg') no-repeat;*/ -/*}*/ - - /* Portrait */ +/* Portrait */ @media screen and (orientation:portrait) { body { /* background-color: #08F;*/ @@ -74,16 +44,25 @@ body { } } -.container { +.uiButtonsContainer { position: fixed; top: 0px; left: 0px; - border: 2px solid #333; width: 1024px; - min-height: 500px; - max-height: 768px; - height: 100%; -/* height: 768px;*/ + min-height: 500px; + max-height: 768px; + height: 100%; + /* height: 768px;*/ +} +.uiButtonsContainer:before { + content:' '; + display:block; + position:absolute; + left:0; + top:0; + right:0; + bottom:0; + border: 2px solid #333; } #d3dlogo { @@ -96,10 +75,6 @@ body { cursor: pointer; } -#svg { - cursor: pointer; -} - #drawAreaContainer { position: absolute; top: 193px; diff --git a/index.html b/index.html index 9e234f4..b2a0ce2 100755 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@
-
+