mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
merging from ui update branch
This commit is contained in:
parent
d7c51a0dc4
commit
4a39037732
3 changed files with 3 additions and 2 deletions
|
|
@ -565,6 +565,7 @@ ul.inline li:first-child, li.inline:first-child{
|
|||
}
|
||||
.field input{
|
||||
padding-left:3em;
|
||||
background-color:white;
|
||||
}
|
||||
.field:before{
|
||||
position:absolute;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<h1>Redirects</h1>
|
||||
</div>
|
||||
<div class="right col3">
|
||||
<a href="{% url 'wagtailredirects_add_redirect' %}" class="button icon icon-plus-inverse">Add redirect</a>
|
||||
<a href="{% url 'wagtailredirects_add_redirect' %}" class="button bicolor icon icon-plus">Add redirect</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<h1>Users</h1>
|
||||
</div>
|
||||
<div class="right col3">
|
||||
<a href="{% url 'wagtailusers_create' %}" class="button icon icon-plus-inverse">Add a user</a>
|
||||
<a href="{% url 'wagtailusers_create' %}" class="button bicolor icon icon-plus">Add a user</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue