WIP minimize
This commit is contained in:
parent
3da5049dc7
commit
d4a58bdb2a
6 changed files with 108 additions and 75 deletions
|
@ -15,40 +15,40 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_HostSignupDialog {
|
||||
z-index: unset;
|
||||
}
|
||||
|
||||
.mx_HostSignupBaseDialog {
|
||||
max-height: 600px;
|
||||
width: 580px;
|
||||
position: inherit;
|
||||
|
||||
.mx_HostSignupDialog_container {
|
||||
height: 90%;
|
||||
.mx_HostSignupDialog_info {
|
||||
text-align: center;
|
||||
|
||||
.mx_HostSignupDialog_info {
|
||||
text-align: center;
|
||||
|
||||
.mx_HostSignupDialog_content {
|
||||
margin-top: 64px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
.mx_HostSignupDialog_content {
|
||||
margin-top: 64px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_HostSignupBaseDialog_minimized {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mx_HostSignupDialog_persisted {
|
||||
.mx_HostSignup_persisted {
|
||||
width: 580px;
|
||||
height: 600px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.mx_HostSignupDialog_minimized {
|
||||
position: fixed;
|
||||
bottom: 100px;
|
||||
right: 100px;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
overflow: hidden;
|
||||
z-index: 6000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue