mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
remove big "Create groupe" button
This commit is contained in:
parent
2ed8c92533
commit
1d02292c61
@ -381,7 +381,7 @@ img.partition-thumbnail {
|
||||
|
||||
#sidebar-navigation {
|
||||
overflow: scroll;
|
||||
height: calc(100% - 400px); /* we don't want it hidden behind settings */
|
||||
height: calc(100% - 375px); /* we don't want it hidden behind settings */
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
@ -25,6 +25,9 @@
|
||||
<input type="text" name="name" id="name" placeholder="Nom" required><br/>
|
||||
<input type="submit" value="Créer">
|
||||
</form>
|
||||
<br/>
|
||||
<br/>
|
||||
Je souhaite créer plusieurs albums et pouvoir tous les partager avec un seul lien. <a href="#create-groupe">Créer un groupe</a>.
|
||||
<a href="#!" class="close-dialog">Close</a>
|
||||
</dialog>
|
||||
<dialog id="create-groupe">
|
||||
@ -72,11 +75,6 @@
|
||||
Créer un album
|
||||
</div>
|
||||
</a>
|
||||
<a href="#create-groupe">
|
||||
<div class="create-button">
|
||||
Créer un groupe
|
||||
</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if g.user %}
|
||||
|
Loading…
Reference in New Issue
Block a user