bigbluebutton-Github/bigbluebutton-html5/app/client/stylesheets/modals.less

28 lines
438 B
Plaintext
Raw Normal View History

2015-05-07 07:11:59 +08:00
#settingsModal {
border-radius: 15px; display: none; padding:0px;
.bar {
padding: 10px;
}
p {
margin-bottom: 0px;
}
.modalTitle {
margin-left: 20px;
font-style: normal;
}
2015-05-11 12:43:31 +08:00
.joinAudioButton {
width: 80px;
height: 70px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
2015-05-07 07:11:59 +08:00
}
.desktopSettingsFieldset {
margin: auto;
width: 400px;
padding: 0px;
}