0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Custom field management locale and style updates

Dieser Commit ist enthalten in:
Angus McLeod 2020-10-20 17:07:59 +11:00
Ursprung 07672ab707
Commit 0094be8352
2 geänderte Dateien mit 19 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -542,13 +542,27 @@
}
.select-kit.multi-select {
width: 250px;
width: 200px;
.choices .choice,
.select-kit-filter .filter-input {
height: 25px;
min-height: 25px;
}
}
input[type="text"] {
margin: 0;
}
td {
vertical-align: top;
}
td:not(:last-of-type) {
min-width: 230px;
}
td:last-of-type {
text-align: right;
}

Datei anzeigen

@ -295,6 +295,8 @@ en:
klass:
label: "Class"
select: "Select a class"
post: "Post"
category: "Category"
topic: "Topic"
group: "Group"
user: "User"
@ -303,6 +305,8 @@ en:
select: "Select serializers"
topic_view: "Topic View"
topic_list_item: "Topic List Item"
basic_category: "Category"
post: "Post"
submissions:
nav_label: "Submissions"