votelist style fix
This commit is contained in:
parent
d507398701
commit
dfbc36406b
@ -1,4 +1,4 @@
|
||||
<div style="margin-bottom: 5px; width: 92%; min-height: 125px; border: solid lightgray 1px; background: beige;">
|
||||
<div style="margin-bottom: 5px; width: 100%; min-height: 125px; border: solid lightgray 1px; background: beige;">
|
||||
<div style="float: left; width: 75%; padding: 5px; padding-top: 0;">
|
||||
<h5>${title}</h5>
|
||||
<img src="${frontend_logos}icon_urn_${vote_class}.png">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<li class="active"><a href="#tab_active" action="user_list_active">aktive Abstimmungen</a></li>
|
||||
<li class=""><a href="#tab_ended" action="user_list_ended">abgelaufene Abstimmungen</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div class="tab-content" style="padding-top: 10px;">
|
||||
<div class="tab-pane active" id="tab_active">${active}</div>
|
||||
<div class="tab-pane" id="tab_ended" style="overflow: hidden;"></div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user