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

102 lines
2.0 KiB
Plaintext
Raw Normal View History

@import "variables";
2015-05-07 07:11:59 +08:00
#settingsModal {
display: none;
padding: 0px;
2015-06-10 07:55:18 +08:00
p {
margin-bottom: 0px;
}
@media @desktop-portrait, @landscape {
min-width: 430px;
2015-06-10 07:55:18 +08:00
top: 20% !important;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
width: 90%;
height: 50%;
}
2015-05-07 07:11:59 +08:00
.bar {
padding: 10px;
}
.topBar {
border-bottom: 1px solid grey;
p:first-child {
2015-06-10 07:55:18 +08:00
text-align: center;
}
p:nth-child(2) {
2015-06-10 07:55:18 +08:00
float: right;
text-align: right;
.closeSettings {
@media @desktop-portrait, @landscape {
2015-06-10 07:55:18 +08:00
margin-top: 10px;
font-size: 30px;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
font-size: 450%;
}
}
}
}
.bottomBar {
border-top: 1px solid grey;
text-align: right;
2015-06-10 07:55:18 +08:00
@media @desktop-portrait, @landscape {
height: 69px;
}
.closeSettings {
@media @desktop-portrait, @landscape {
2015-06-10 07:55:18 +08:00
font-size: 16px;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
font-size: 250%;
}
position: inherit;
}
}
.settingsBody {
padding: 10px;
text-align: center;
@media @mobile-portrait-with-keyboard, @mobile-portrait {
font-size: 200%;
height: 70%;
}
}
2015-05-07 07:11:59 +08:00
.modalTitle {
2015-06-10 07:55:18 +08:00
font-style: bold;
font-size: 30px;
2015-05-07 07:11:59 +08:00
}
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;
@media @mobile-portrait-with-keyboard, @mobile-portrait {
height: 30%;
.settingsButton {
width: 80%;
height: 80%;
}
}
}
2015-06-10 07:55:18 +08:00
#saveSettings {
border-radius: 3px;
padding: 5px 10px 5px 10px;
@media @desktop-portrait, @landscape {
2015-06-10 07:55:18 +08:00
margin-top: 5px;
font-size: 16px;
width: 80px;
height: 35px;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
font-size: 250%;
}
}