Skip to content
Snippets Groups Projects
Commit f17c34d2 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

add facelift for Lars

parent b21bcfed
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,7 @@ div.rede-paused-supporting { ...@@ -162,6 +162,7 @@ div.rede-paused-supporting {
.mdl-card { .mdl-card {
min-height: 0px; min-height: 0px;
height: 100%;
} }
.rede-title-no-decoration { .rede-title-no-decoration {
......
...@@ -84,8 +84,10 @@ ...@@ -84,8 +84,10 @@
</table> </table>
</div> </div>
<div class="mdl-separator rede-separator"></div> <div class="mdl-separator rede-separator"></div>
<div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--4-col-phone mdl-grid mdl-grid--no-spacing"> <div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--4-col-phone mdl-grid mdl-grid--no-spacing mdl-card ">
<div class="mdl-cell mdl-cell--12-col mdl-cell-8-col-tablet mdl-cell--4-col-phone mdl-grid mdl-grid--no-spacing">
{{ render_form(form, action_url=url_for(".statement_new"), action_text="Add", title="Add Statement", class_="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone", btn_list=[("","Add Statement","add_statement"), ("mdl-button--colored","Add Meta","add_meta_statement")] ) }} {{ render_form(form, action_url=url_for(".statement_new"), action_text="Add", title="Add Statement", class_="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone", btn_list=[("","Add Statement","add_statement"), ("mdl-button--colored","Add Meta","add_meta_statement")] ) }}
</div>
<div class="mdl-cell mdl-card mdl-shadow--2dp mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone"> <div class="mdl-cell mdl-card mdl-shadow--2dp mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone">
<ul class="rede-list-no-bullet"> <ul class="rede-list-no-bullet">
<li> <li>
...@@ -140,7 +142,7 @@ ...@@ -140,7 +142,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--4-col-phone mdl-grid mdl-grid--no-spacing"> <div class="mdl-cell mdl-cell--3-col mdl-cell--3-col-tablet mdl-cell--4-col-phone mdl-grid mdl-grid--no-spacing mdl-card">
<div class="mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--2dp" > <div class="mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--2dp" >
<div class="mdl-card__title"> <div class="mdl-card__title">
<h4 class="mdl-card__title-text">Topics</h4> <h4 class="mdl-card__title-text">Topics</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment