You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Template/dialog.css

60 lines
904 B
CSS

html {
overflow: hidden;
padding: 0;
margin: 0;
height: max-content;
width: max-content;
min-width: 200dip;
max-width: 22%;
}
body {
flow: vertical;
overflow: hidden;
padding: 10dip;
padding-top: 5dip;
margin: 0;
font-rendering-mode: snap-pixel;
image-rendering: optimize-quality;
border-spacing: 10dip;
height: max-content;
}
div.row {
flow: vertical;
border-spacing: 10dip;
padding: 0;
}
div#msg {
padding: 5dip 10dip;
text-align: center;
white-space: pre-wrap;
}
div#msg.leftalign {
text-align: left;
}
div#buttons {
text-align: center;
margin: -5dip;
}
div#buttons > button {
display: inline-block;
margin: 5dip !important;
}
button[uwp] {
min-width: 56dip !important;
}
button[uwp] > span {
text-align: center !important;
width: * !important;
}
#countdown {
display: inline-block;
margin-left: 5dip;
margin-right: -8dip;
opacity: 0.5;
width: max-content;
}