diff --git a/app/scss/components.scss b/app/scss/components.scss
index 7e255124..f81fc527 100644
--- a/app/scss/components.scss
+++ b/app/scss/components.scss
@@ -31,8 +31,8 @@ a:hover {
border-bottom: 1px solid #444;
}
-.box > p, .box > table, .box > .buttonset, .box > form {
- margin: 1em;
+.box .box-body {
+ padding: 1em;
}
// .box form {
@@ -139,7 +139,6 @@ select:not([multiple]) {
.button:hover, .buttonset li a:hover, input[type=submit]:hover {
background: rgba(255,255,255,0.13);
border: 1px solid rgba(255,255,255,0.17);
- border: 1px solid #555;
text-decoration: none;
color: #ddd;
}
@@ -173,6 +172,45 @@ select:not([multiple]) {
/* Alerts */
+.alert {
+ padding: 10px;
+ position: relative;
+}
+
+.alert .alert_right, .alert > form {
+ display: inline-block;
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+}
+
+.alert .alert_right form {
+ height: 100%;
+}
+
+.alert form {
+ display: inline-block;
+ margin: 0;
+ padding: 0;
+}
+
+.alert input {
+ margin: 0;
+ height: 100%;
+ background: 0;
+ border: 0;
+ border-left: 1px solid rgba(255,255,255,0.12);
+ border-radius: 0;
+}
+
+.alert input:hover {
+ border: 0;
+ border-left: 1px solid rgba(255,255,255,0.2);
+}
+
#alerts {
list-style: none;
position: fixed;
@@ -258,6 +296,10 @@ table.fancyTable tfoot td {
font-size: 12px;
}
+.t-mll tr td:not(:first-child) {
+ text-align: left;
+}
+
.userlist li.NOT_JOINED {
color: #aaa;
}
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index b54201bb..7b664584 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -13,7 +13,7 @@
diff --git a/app/templates/flask_user/public_base.html b/app/templates/flask_user/public_base.html
index 1dddd679..3db49fe0 100644
--- a/app/templates/flask_user/public_base.html
+++ b/app/templates/flask_user/public_base.html
@@ -3,8 +3,10 @@
{% block container %}
- {% block content %}
- {% endblock %}
+
+ {% block content %}
+ {% endblock %}
+
{% endblock %}
diff --git a/app/templates/packages/editrequest_view.html b/app/templates/packages/editrequest_view.html
index 95d46743..a9e0d934 100644
--- a/app/templates/packages/editrequest_view.html
+++ b/app/templates/packages/editrequest_view.html
@@ -28,30 +28,38 @@
This edit request was rejected.
{% elif package.checkPerm(current_user, "APPROVE_CHANGES") %}
-