diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-21T21·50+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T07·45+0200 |
commit | ff697ff7925066dcad27f383e0cd1a76d2342b80 (patch) | |
tree | cf017c9c1c4dcbb7ace4d28e39f824eba0244750 /static/styles.css | |
parent | ef15752b590c1db56311bb9fae509c087ee3fbd5 (diff) |
feat(templates): Add new MDL-themed search result view
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 66b3200fd612..b2a16b7a6473 100644 --- a/static/styles.css +++ b/static/styles.css @@ -131,3 +131,9 @@ html, body { .converse .reply-box { padding-top: 10px; } +.search-result { + margin: 8px; +} +.search-result .mdl-button { + margin: 3px; +} |