Tweak/fix the theme
This commit is contained in:
@@ -324,13 +324,16 @@ form.action-form {
|
|||||||
#admin {
|
#admin {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
textarea, input {
|
textarea, input, select {
|
||||||
background: $color-menu-background;
|
background: $color-menu-background;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: $color-light;
|
color: $color-light;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
padding: 4px 10px;
|
||||||
|
}
|
||||||
input {
|
input {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
{% include "header.html" %}
|
{% include "header.html" %}
|
||||||
|
|
||||||
<div id="following">
|
<div id="following">
|
||||||
|
<p>Lists and its members are private.</p>
|
||||||
<h2>New List</h2>
|
<h2>New List</h2>
|
||||||
<form action="/api/new_list" method="POST">
|
<form action="/api/new_list" method="POST">
|
||||||
<input type="hidden" name="redirect" value="{{ url_for('admin_lists') }}">
|
<input type="hidden" name="redirect" value="{{ url_for('admin_lists') }}">
|
||||||
|
Reference in New Issue
Block a user