Merge pull request #14455 from haheute/textarea-event-description

add rows=8 for event description textarea
This commit is contained in:
Tobias Diekershoff 2024-10-03 15:06:49 +02:00 committed by GitHub
commit 452cdadaa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2024.09-dev\n" "Project-Id-Version: 2024.09-dev\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-19 14:20+0200\n" "POT-Creation-Date: 2024-10-03 12:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -404,7 +404,7 @@ header #banner {
font-family: tahoma, "Lucida Sans", sans; font-family: tahoma, "Lucida Sans", sans;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
whitespace: nowrap; white-space: nowrap;
padding-left: 55px; padding-left: 55px;
} }
header #banner #logo-img, header #banner #logo-img,

View file

@ -75,7 +75,7 @@
{{* The textarea for the event description *}} {{* The textarea for the event description *}}
<div class="form-group"> <div class="form-group">
<div id="event-desc-text"><b>{{$d_text}}</b></div> <div id="event-desc-text"><b>{{$d_text}}</b></div>
<textarea id="comment-edit-text-desc" class="form-control text-autosize" name="desc" dir="auto">{{$d_orig}}</textarea> <textarea id="comment-edit-text-desc" class="form-control text-autosize" name="desc" rows="8" dir="auto">{{$d_orig}}</textarea>
<ul id="event-desc-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left"> <ul id="event-desc-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
{{* commented out because it isn't implemented yet {{* commented out because it isn't implemented yet
<li> <li>