diff --git a/Control.html b/Control.html index 6b477c4..fb54d4a 100644 --- a/Control.html +++ b/Control.html @@ -25,6 +25,7 @@ +
-
-Time Settings -
- - - - -
-
-
- - - - -
- + + diff --git a/requests.css b/requests.css index 55031dd..fd48cfc 100644 --- a/requests.css +++ b/requests.css @@ -6,78 +6,83 @@ header { div { text-align:center; - background-color:#013259; color:#DDDDDD; } table { - background-color:#013259; color:#DDDDDD; position:left; - } - - -#getset { - color: #DDD; - float:right; - padding-top: 20px; - padding-left: 30px; - padding-bottom: 20px; + margin: 0 auto; +} + +#table_id { + display: block; } -#right { - color: #DDD; - padding-top: 20px; - padding-right: 30px; - padding-bottom: 20px; +#table_id td { + display: inline-block; } + -#action { - color: #FFF; +#getset { + background-color:#012754; + color: #DDD; float:left; - padding-top: 20px; - padding-right: 30px; - padding-bottom: 20px; - + padding-top: 10px; + padding-left: 10px; + padding-bottom: 10px; } -#stream { +#controls { float:left; - padding-top: 20px; - padding-right:80; - padding-bottom: 20px; - + color: #DDD; + padding-top: 10px; + padding-right: 10px; + padding-left: 10px; + padding-bottom: 10px; } + #getsettings { } #setsettings { } -#focus { - float:left; - padding-top: 20px; - padding-right: 30px; - padding-bottom: 20px; +#shoot{ + float:left; + color: #DDD; + padding-top: 10px; + padding-right: 10px; + padding-bottom: 10px; } -#capture { - float:left; - padding-top: 20px; - padding-right: 30px; - padding-bottom: 20px; +#action{ + float:left; + color: #DDD; + padding-top: 10px; + padding-right: 10px; + padding-bottom: 10px; +} +#focus { + float:right; + color: #DDD; + padding-top: 10px; + padding-right: 10px; + padding-bottom: 10px; } + #zoom { - float:left; - padding-top: 20px; - padding-right: 30px; - padding-bottom: 20px; + float:right; + color: #DDD; + padding-top: 10px; + padding-right: 10px; + padding-bottom: 10px; } #clicker1 { - float:left; + float:left; width: 50px; height: 50px; margin-left: 20px; @@ -92,7 +97,7 @@ table { } #clicker2 { - float:left; + float:left; width: 50px; height: 50px; margin-left: 20px; @@ -106,7 +111,7 @@ table { font-family: Arial, sans-serif; } #clicker3 { - float:left; + float:left; width: 50px; height: 50px; margin-left: 20px; @@ -121,7 +126,7 @@ table { } #clicker4 { - float:left; + float:left; width: 50px; height: 50px; margin-left: 20px; @@ -136,7 +141,7 @@ table { } #zclicker1 { - float:left; + float:left; width: 50px; height: 50px; margin:20px; @@ -150,7 +155,7 @@ table { } #zclicker2 { - float:left; + float:left; width: 50px; height: 50px; margin: 20px; @@ -163,7 +168,7 @@ table { font-family: Arial, sans-serif; } #zclicker3 { - float:left; + float:left; width: 50px; height: 50px; margin: 20px; @@ -177,7 +182,7 @@ table { } #zclicker4 { - float:left; + float:left; width: 50px; height: 50px; margin: 20px; @@ -191,7 +196,7 @@ table { font-family: Arial, sans-serif; } #cclicker { - float:center; + float:center; width: 50px; height: 50px; margin-left: 160px; @@ -204,10 +209,10 @@ table { font-family: Arial, sans-serif; } #time_settings { - clear: both; - padding-top: 50px; - padding-right: 30px; - padding-bottom: 50px; + float:right; + padding-top: 10px; + padding-right: 10px; + padding-bottom: 10px; } #results {