jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css

36 lines
583 B
CSS
Raw Normal View History

2016-02-04 13:51:13 -07:00
.promptDialog {
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
2016-02-04 20:44:29 -07:00
.txtPromptValue label {
font-size: 200%;
}
.promptDialogContent {
text-align: left;
padding: 2em;
2016-02-05 08:31:24 -07:00
margin: 0 !important;
2016-02-04 20:44:29 -07:00
}
.promptDialog.fullscreen .promptDialogContent {
padding: 0;
width: 50%;
}
.promptDialog.fullscreen .btnSubmit {
display: block;
}
.promptDialog.fullscreen .btnPromptExit {
2016-02-04 13:51:13 -07:00
z-index: 1002;
position: absolute;
top: .5em;
left: .5em;
width: 5.2vh;
height: 5.2vh;
}