2025-07-15 03:21:07 +02:00
|
|
|
#zotero-create-parent-container {
|
2020-11-20 14:17:48 -07:00
|
|
|
.title {
|
|
|
|
font-size: 1.4em;
|
|
|
|
font-weight: 700;
|
2024-06-08 04:38:39 -04:00
|
|
|
// Let the dialog get a little wider if the title is long
|
|
|
|
max-width: 550px;
|
2020-11-20 14:17:48 -07:00
|
|
|
}
|
2024-06-08 04:38:39 -04:00
|
|
|
|
|
|
|
.intro {
|
|
|
|
margin-bottom: .5em;
|
2025-07-15 03:21:07 +02:00
|
|
|
max-width: 550px; // Avoid expanding the dialog too wide; instead, in some languages, the intro text will wrap.
|
2024-06-08 04:38:39 -04:00
|
|
|
}
|
|
|
|
|
2020-11-20 14:17:48 -07:00
|
|
|
.body {
|
2025-07-15 03:21:07 +02:00
|
|
|
align-items: center;
|
2020-11-20 14:17:48 -07:00
|
|
|
display: flex;
|
2024-06-08 04:38:39 -04:00
|
|
|
margin-bottom: 1em;
|
2020-11-20 14:17:48 -07:00
|
|
|
|
|
|
|
input {
|
|
|
|
flex: 1;
|
2024-06-08 04:38:39 -04:00
|
|
|
margin-left: 0;
|
2020-11-20 14:17:48 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|