Fixes to css

This commit is contained in:
George Michael Brower 2011-01-25 00:21:13 -07:00
parent 17e7e4363b
commit 9570c1de57

19
gui.css
View File

@ -39,8 +39,8 @@
} }
.guidat-controller { .guidat-controller {
padding: 5px; padding: 3px;
height: 23px; height: 25px;
clear: left; clear: left;
border-bottom: 1px solid #222; border-bottom: 1px solid #222;
background-color: #111; background-color: #111;
@ -55,7 +55,8 @@
float: right; float: right;
outline: none; outline: none;
border: 0; border: 0;
padding: 2px; padding: 4px;
background-color: #222;
} }
.guidat-controller.number { .guidat-controller.number {
@ -68,10 +69,7 @@
.guidat-controller.string input { .guidat-controller.string input {
border: 0; border: 0;
text-align: right;
color: #1ed36f; color: #1ed36f;
background-color: rgba(0,0,0,0);
} }
.guidat-controller.boolean { .guidat-controller.boolean {
@ -83,8 +81,10 @@
} }
.guidat-controller.number input[type=text] { .guidat-controller.number input[type=text] {
width: 45px; width: 35px;
margin-left: 10px; margin-left: 10px;
margin-right: 2px;
color: #00aeff;
} }
.guidat-controller.number input[type=slider] { .guidat-controller.number input[type=slider] {
@ -93,11 +93,9 @@
} }
.guidat-controller.boolean input { .guidat-controller.boolean input {
margin-top: 6px; margin-top: 6px;
} }
.guidat-controller:last-child { .guidat-controller:last-child {
border-bottom: none; border-bottom: none;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
@ -107,6 +105,7 @@ margin-top: 6px;
.guidat-propertyname { .guidat-propertyname {
padding: 5px; padding: 5px;
padding-top: 7px;
cursor: default; cursor: default;
display: inline-block; display: inline-block;
} }