doodle3d-client/less/base_rightpanel.less

27 lines
459 B
Plaintext
Raw Normal View History

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;
top: 0;
right: 0;
bottom: 0;
2014-01-16 23:50:15 +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
/*
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
}
2014-01-09 17:05:03 +01:00
@import "thermometer.less";
@import "progressbar.less";