summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-23 21:58:52 +0100
committerAlex Legler <alex@a3li.li>2015-02-23 21:58:52 +0100
commit496ba5a82637b8f023846f53d6c219d3e18259ad (patch)
treefef8a7a46c25cda84df262beec5880e529a1f0f3 /public
parentAll dates are UTC now, strip timezone (diff)
downloadfrontend-496ba5a82637b8f023846f53d6c219d3e18259ad.tar.gz
frontend-496ba5a82637b8f023846f53d6c219d3e18259ad.tar.bz2
frontend-496ba5a82637b8f023846f53d6c219d3e18259ad.zip
Various UI bit fixes for new storage format
Diffstat (limited to 'public')
-rw-r--r--public/css/main.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/css/main.css b/public/css/main.css
index c6ffc94..449d356 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -21,11 +21,11 @@
}
.ag-message-table-date {
- width: 22%;
+ width: 18%;
}
.ag-message-table-from {
- width: 18%;
+ width: 22%;
}
.ag-mostrecent-table-author {
@@ -91,4 +91,7 @@
.ag-view-selection {
margin-bottom: .5em;
+}
+
+.ag-date {
} \ No newline at end of file