bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/common/whiteboard.less
2015-01-21 12:01:24 -08:00

27 lines
510 B
Plaintext
Executable File

#whiteboard {
padding: 0 !important;
margin-left: 0.25%;
margin-right: 0.25%;
-webkit-flex: 3 1 53%;
flex: 3 1 53%;
}
#whiteboard-paper {
background-color: white !important;
/*height: auto !important;*/
margin-left: auto;
margin-right: auto;
margin-top:5px;
#svggroup {
display: block;
height: 100% !important;
width: 100% !important;
}
}
#whiteboard-navbar {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}