mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
32 lines
338 B
CSS
32 lines
338 B
CSS
#commonDialog {
|
|
line-height: 13px;
|
|
}
|
|
|
|
#filler {
|
|
margin: 0px -14px;
|
|
}
|
|
|
|
#infoContainer {
|
|
max-width: 33em;
|
|
}
|
|
|
|
#loginContainer {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#info\.icon {
|
|
-moz-margin-end: 14px;
|
|
}
|
|
|
|
#info\.title,
|
|
#info\.header,
|
|
#info\.body {
|
|
font: menu;
|
|
line-height: 16px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.dialogTitle {
|
|
font-weight: bold;
|
|
}
|