|
@@ -39,20 +39,20 @@ input.Number {
|
|
|
#viewport {
|
|
|
position: absolute;
|
|
|
top: 32px;
|
|
|
- left: 0px;
|
|
|
+ left: 0;
|
|
|
right: 300px;
|
|
|
bottom: 32px;
|
|
|
}
|
|
|
|
|
|
#viewport #info {
|
|
|
- text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
|
|
|
+ text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
|
|
|
#script {
|
|
|
position: absolute;
|
|
|
top: 32px;
|
|
|
- left: 0px;
|
|
|
+ left: 0;
|
|
|
right: 300px;
|
|
|
bottom: 32px;
|
|
|
opacity: 0.9;
|
|
@@ -61,7 +61,7 @@ input.Number {
|
|
|
#player {
|
|
|
position: absolute;
|
|
|
top: 32px;
|
|
|
- left: 0px;
|
|
|
+ left: 0;
|
|
|
right: 300px;
|
|
|
bottom: 32px;
|
|
|
}
|
|
@@ -71,10 +71,10 @@ input.Number {
|
|
|
width: 100%;
|
|
|
height: 32px;
|
|
|
background: #111;
|
|
|
- padding: 0px;
|
|
|
- margin: 0px;
|
|
|
- right: 0px;
|
|
|
- top: 0px;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
}
|
|
|
|
|
|
#menubar .menu {
|
|
@@ -86,21 +86,21 @@ input.Number {
|
|
|
#menubar .menu.right {
|
|
|
float: right;
|
|
|
cursor: auto;
|
|
|
- padding-right: 0px;
|
|
|
+ padding-right: 0;
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
#menubar .menu .title {
|
|
|
display: inline-block;
|
|
|
color: #888;
|
|
|
- margin: 0px;
|
|
|
+ margin: 0;
|
|
|
padding: 8px;
|
|
|
}
|
|
|
|
|
|
#menubar .menu .options {
|
|
|
position: absolute;
|
|
|
display: none;
|
|
|
- padding: 5px 0px;
|
|
|
+ padding: 5px 0;
|
|
|
background: #111;
|
|
|
width: 150px;
|
|
|
}
|
|
@@ -117,7 +117,7 @@ input.Number {
|
|
|
color: #888;
|
|
|
background-color: transparent;
|
|
|
padding: 5px 10px;
|
|
|
- margin: 0px !important;
|
|
|
+ margin: 0 !important;
|
|
|
}
|
|
|
|
|
|
#menubar .menu .options .option:hover {
|
|
@@ -128,19 +128,19 @@ input.Number {
|
|
|
#menubar .menu .options .option:active {
|
|
|
background: transparent;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#menubar .menu .options .inactive {
|
|
|
color: #444;
|
|
|
background-color: transparent;
|
|
|
padding: 5px 10px;
|
|
|
- margin: 0px !important;
|
|
|
+ margin: 0 !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
#sidebar {
|
|
|
position: absolute;
|
|
|
- right: 0px;
|
|
|
+ right: 0;
|
|
|
top: 32px;
|
|
|
- bottom: 0px;
|
|
|
+ bottom: 0;
|
|
|
width: 300px;
|
|
|
background-color: #111;
|
|
|
overflow: auto;
|
|
@@ -163,7 +163,7 @@ input.Number {
|
|
|
}
|
|
|
|
|
|
#sidebar .Panel.collapsed {
|
|
|
- margin-bottom: 0px;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
#sidebar > .Panel {
|
|
@@ -180,9 +180,9 @@ input.Number {
|
|
|
|
|
|
#toolbar {
|
|
|
position: absolute;
|
|
|
- left: 0px;
|
|
|
+ left: 0;
|
|
|
right: 300px;
|
|
|
- bottom: 0px;
|
|
|
+ bottom: 0;
|
|
|
height: 32px;
|
|
|
background-color: #111;
|
|
|
color: #333;
|