2013-10-09 18:15:47 +02:00
|
|
|
// RIGHT PANEL
|
2014-01-10 17:21:43 +01:00
|
|
|
#rightpanel {
|
2013-10-09 18:15:47 +02:00
|
|
|
position: absolute;
|
2014-01-09 17:05:03 +01:00
|
|
|
width: @right-panel-width;
|
2013-10-16 23:11:06 +02:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2014-01-09 17:05:03 +01:00
|
|
|
padding-top: 2%; /* reserve space for status message */
|
2013-10-09 18:15:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-09 17:05:03 +01:00
|
|
|
/*
|
2013-10-16 23:11:06 +02:00
|
|
|
PROGRESSGUAGE AND THERMOMETER SHARED STYLES
|
2013-10-09 18:15:47 +02:00
|
|
|
*/
|
2013-10-16 23:32:50 +02:00
|
|
|
.progressbarAppear {
|
|
|
|
/*margin-right: 1.5% !important;*/
|
|
|
|
right: -.5% !important;
|
|
|
|
}
|
|
|
|
.thermometerAppear {
|
|
|
|
/*margin-right: 1.5% !important;*/
|
|
|
|
right: -6.5% !important;
|
2013-10-09 18:15:47 +02:00
|
|
|
}
|
2013-10-16 23:11:06 +02:00
|
|
|
|
2014-01-09 17:05:03 +01:00
|
|
|
@import "thermometer.less";
|
|
|
|
@import "progressbar.less";
|
2013-10-16 23:11:06 +02:00
|
|
|
|