mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🎨 arrange create or retrieve page in two columns
This commit is contained in:
parent
23dc45f198
commit
60c184c60b
@ -1,4 +1,7 @@
|
||||
<div class="container" >
|
||||
<div class="columns">
|
||||
<div class="column" id="newPoll">
|
||||
|
||||
<section class="creation" >
|
||||
<h1 >
|
||||
{{"creation.title"|translate}}
|
||||
@ -18,9 +21,10 @@
|
||||
|
||||
</div >
|
||||
</section >
|
||||
|
||||
</div>
|
||||
<div class="column" id="searchMyPolls">
|
||||
<section class="recuperation" >
|
||||
<h1 class="margin-top-x8" >
|
||||
<h1 >
|
||||
{{"config.find_my_polls"|translate}}
|
||||
</h1 >
|
||||
<form
|
||||
@ -83,5 +87,10 @@
|
||||
*ngIf="config.loading" >
|
||||
<i class="fa fa-refresh fa-spin fa-3x fa-fw" ></i >
|
||||
</div >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div >
|
||||
|
@ -1,5 +1,6 @@
|
||||
<div class="description" >
|
||||
<router-outlet ></router-outlet >
|
||||
|
||||
<h1 i18n >
|
||||
{{"creation.title"|translate}}
|
||||
</h1 >
|
||||
|
Loading…
x
Reference in New Issue
Block a user