Number style

merge-requests/8/head
Bob Mottram 2020-08-22 22:12:46 +01:00
parent ab97b36e26
commit 3ee733e5cc
2 changed files with 4 additions and 3 deletions

View File

@ -1287,7 +1287,7 @@ aside .toggle-inside li {
-o-transform: scale(2); -o-transform: scale(2);
transform: scale(2); transform: scale(2);
padding: 10px; padding: 10px;
margin: 20px 30px; margin: 20px 60px;
} }
} }
@ -1727,6 +1727,6 @@ aside .toggle-inside li {
-o-transform: scale(4); -o-transform: scale(4);
transform: scale(4); transform: scale(4);
padding: 20px; padding: 20px;
margin: 30px 40px; margin: 30px 80px;
} }
} }

View File

@ -2070,7 +2070,8 @@ def htmlNewPost(mediaInstance: bool, translate: {},
dateAndLocation += '</div>\n' dateAndLocation += '</div>\n'
dateAndLocation += '<div class="container">\n' dateAndLocation += '<div class="container">\n'
# maximum attendees # maximum attendees
dateAndLocation += '<label for="maximumAttendeeCapacity">' + \ dateAndLocation += '<label class="labels" ' + \
'for="maximumAttendeeCapacity">' + \
translate['Maximum attendees'] + ':</label>\n' translate['Maximum attendees'] + ':</label>\n'
dateAndLocation += '<input type="number" ' + \ dateAndLocation += '<input type="number" ' + \
'id="maximumAttendeeCapacity" ' + \ 'id="maximumAttendeeCapacity" ' + \