mirror of https://gitlab.com/bashrc2/epicyon
Number style
parent
ab97b36e26
commit
3ee733e5cc
|
@ -1287,7 +1287,7 @@ aside .toggle-inside li {
|
|||
-o-transform: scale(2);
|
||||
transform: scale(2);
|
||||
padding: 10px;
|
||||
margin: 20px 30px;
|
||||
margin: 20px 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1727,6 +1727,6 @@ aside .toggle-inside li {
|
|||
-o-transform: scale(4);
|
||||
transform: scale(4);
|
||||
padding: 20px;
|
||||
margin: 30px 40px;
|
||||
margin: 30px 80px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2070,7 +2070,8 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
|||
dateAndLocation += '</div>\n'
|
||||
dateAndLocation += '<div class="container">\n'
|
||||
# maximum attendees
|
||||
dateAndLocation += '<label for="maximumAttendeeCapacity">' + \
|
||||
dateAndLocation += '<label class="labels" ' + \
|
||||
'for="maximumAttendeeCapacity">' + \
|
||||
translate['Maximum attendees'] + ':</label>\n'
|
||||
dateAndLocation += '<input type="number" ' + \
|
||||
'id="maximumAttendeeCapacity" ' + \
|
||||
|
|
Loading…
Reference in New Issue