Updated UI

This commit is contained in:
chrono 2013-11-25 08:30:39 +01:00
parent b415b2127e
commit 82fca0e923
5 changed files with 13 additions and 10 deletions

View File

@ -37,7 +37,7 @@ background: #3F3E3A url('/picoreflow/assets/images/panel_bg.png') repeat;
-webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
border-color: #282828;
height: 100px;
height: 97px;
}
@ -45,10 +45,11 @@ height: 100px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
-webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
-moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.55);
-webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.55);
box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.55);
margin-top: 15px;
background: #3F3E3A;
}
.panel-heading {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

View File

@ -44,7 +44,7 @@
<div class="panel panel-default">
<div class="panel-heading">
<select id="e2" style="margin-top: 5px"></select>
<select id="e2" style="margin-top: 4px"></select>
<div id="saveas" class="input-group" style="display:none;">
<span class="input-group-addon">Profile Name</span>
@ -139,11 +139,10 @@ function abortTask() {
function enterEditMode() {
//$('#e2').hide();
state="EDIT"
$('#main_status').slideUp();
$('#saveas').show();
$('#e2').select2('container').hide();
$('#main_status').slideUp();
$('#nav_start').hide();
$('#btn_edit').hide();
$('#btn_exit').show();
@ -241,11 +240,11 @@ ws_storage.onopen = function()
ws_storage.onmessage = function(e)
{
console.log('Storage MSG:' + e.data);
message = JSON.parse(e.data);
console.log("Parsed message:" + message);
if(message.resp)
{
console.log("RESP");
@ -326,6 +325,7 @@ function update_profile(id) {
colors: ["#D8D3C5", "#75890c", "#c70000", "#55BF3B", "#DF5353", "#aaeeee", "#ff0066", "#eeaaee",
"#55BF3B", "#DF5353", "#7798BF", "#aaeeee"],
chart: {
/*
backgroundColor: {
linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
stops: [
@ -333,6 +333,8 @@ function update_profile(id) {
[1, '#383734']
]
},
* */
backgroundColor:'rgba(255, 255, 255, 0)',
borderWidth: 0,
borderRadius: 0,
plotBackgroundColor: null,

View File

@ -1 +1 @@
{"data": [[0, 20], [65.34931269433135, 138.43750000000003], [179.18059299191376, 165.62500000000003], [300, 0]], "type": "profile", "name": "leadfree"}
{"type": "profile", "data": [[0, 20], [88.73784772617847, 221.87500000000003], [217.18696241866536, 69.06250000000001], [300, 0]], "name": "leadfree"}