jiti-meet/css/settingsmenu.css

88 lines
1.4 KiB
CSS
Raw Normal View History

#settingsmenu {
background: black;
color: #00ccff;
overflow-y: auto;
}
#settingsmenu input, select {
margin-top: 10px;
margin-left: 10%;
width: 80%;
font-size: 14px;
background: #3a3a3a;
border: none;
box-shadow: none;
color: #a7a7a7;
}
#settingsmenu .arrow-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #3a3a3a;
position: relative;
top: 10px;
margin-left: auto;
margin-right: auto;
}
#settingsmenu #avatar {
width: 24%;
left: 38%;
border-radius: 25px;
position: relative;
}
#settingsmenu .icon-settings {
padding: 34px;
}
2016-03-02 15:39:39 +00:00
#languages_selectbox {
height: 40px;
2016-03-02 15:39:39 +00:00
cursor: pointer;
}
2015-05-19 15:03:01 +00:00
#startMutedOptions,
#followMeOptions {
2015-05-19 15:03:01 +00:00
padding-left: 10%;
text-indent: -10%;
2016-03-02 15:39:39 +00:00
margin-top: 10px;
display: none; /* hide by default */
/* clearfix */
overflow: auto;
zoom: 1;
2015-05-19 15:03:01 +00:00
}
#startAudioMuted,
#startVideoMuted,
#followMeCheckBox {
2015-05-19 15:03:01 +00:00
width: 13px !important;
}
.startMutedLabel,
.followMeLabel {
2015-06-01 07:11:12 +00:00
width: 94%;
2015-05-19 15:03:01 +00:00
float: left;
2016-03-02 15:39:39 +00:00
cursor: pointer;
2015-05-19 15:03:01 +00:00
}
#devicesOptions {
display: none;
2016-03-02 15:39:39 +00:00
margin-top: 10px;
}
#devicesOptions label {
display: block;
margin-top: 15px;
}
#devicesOptions span {
padding-left: 10%;
}
#devicesOptions select {
height: 40px;
2016-03-02 15:39:39 +00:00
cursor: pointer;
}