aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/alps/assets/style.css')
-rw-r--r--themes/alps/assets/style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css
index 2ba4af7..df61427 100644
--- a/themes/alps/assets/style.css
+++ b/themes/alps/assets/style.css
@@ -283,6 +283,24 @@ main.create-update .event-date input {
margin: 0 1.3rem 0 1rem;
}
+.message-list-flags {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+}
+
+.message-list-flags .flag-button {
+ margin: 0;
+ cursor: pointer;
+ text-decoration: none;
+ text-align: center;
+ display: inline-block;
+ padding: 0;
+ border: none;
+ color: #000;
+ font-size: 13pt;
+}
+
.message-list-subject a { color: #77c; }
.message-list-unread.message-list-sender,
@@ -446,7 +464,7 @@ main table tfoot {
.message-grid {
display: grid;
- grid-template-columns: auto 1fr 10fr auto;
+ grid-template-columns: auto 1fr auto 10fr auto;
grid-template-rows: auto;
}
@@ -462,6 +480,8 @@ main table tfoot {
padding: 0.3rem;
overflow: hidden;
text-overflow: ellipsis;
+ display: flex;
+ align-items: center;
}
.followups a:not(:first-child) {