2013-10-29 21:27:17 +01:00
|
|
|
|
2013-10-09 18:15:47 +02:00
|
|
|
/*
|
|
|
|
LEFT
|
|
|
|
*/
|
2014-01-10 17:21:43 +01:00
|
|
|
#leftpanel {
|
2014-01-09 17:05:03 +01:00
|
|
|
// width: @mobilePanelsWidth;
|
2013-10-09 18:15:47 +02:00
|
|
|
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnNew {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin: 5% 5% 1% 5%;
|
|
|
|
width: 90%;
|
|
|
|
}
|
2013-10-09 18:15:47 +02:00
|
|
|
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnSave {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin-left: 5%;
|
|
|
|
width: 90%;
|
2013-10-10 19:18:29 +02:00
|
|
|
}
|
2013-10-09 18:15:47 +02:00
|
|
|
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnOops {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin-left: 5%;
|
|
|
|
width: 90%;
|
2013-10-10 19:18:29 +02:00
|
|
|
}
|
2013-10-09 18:15:47 +02:00
|
|
|
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnAdd {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin-left: 5%;
|
|
|
|
width: 90%;
|
2013-10-10 19:18:29 +02:00
|
|
|
}
|
2013-10-09 18:15:47 +02:00
|
|
|
}
|
2014-01-16 16:07:55 +01:00
|
|
|
/*
|
|
|
|
CENTER
|
|
|
|
*/
|
|
|
|
#centerpanel {
|
|
|
|
#buttonGroupVerticalShapes {
|
|
|
|
#btnConv, #btnDiv, #btnSine, #btnStraight {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-01-09 17:05:03 +01:00
|
|
|
/*
|
|
|
|
RIGHT
|
|
|
|
*/
|
2014-01-10 17:21:43 +01:00
|
|
|
#rightpanel {
|
2014-01-09 17:05:03 +01:00
|
|
|
// width: @mobilePanelsWidth;
|
|
|
|
// margin-top: 5%; /* reserve space for 'status message' in right top */
|
2013-10-10 19:18:29 +02:00
|
|
|
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnPrint {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin: 1% 5% 5% 5%;
|
|
|
|
width: 90%;
|
2013-10-10 19:18:29 +02:00
|
|
|
}
|
2014-01-10 17:21:43 +01:00
|
|
|
#btnStop {
|
2014-01-09 17:05:03 +01:00
|
|
|
margin: 5% 6% 1% 5%;
|
|
|
|
width: 70%;
|
2013-10-10 19:18:29 +02:00
|
|
|
}
|
2013-10-09 18:15:47 +02:00
|
|
|
}
|
2014-01-09 17:05:03 +01:00
|
|
|
|