aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-30 15:20:52 (UTC)
committerjan <jan@ruken.pw>2015-12-30 15:20:52 (UTC)
commit34e6829ee12bdb713bff14d2f1842f3206373f96 (patch)
tree5b549f3f4b0d353160915c3d2e25cf6fef4f288e /assets
parentbcab80f3e81b3aea7b1a6e84b39838bd19402975 (diff)
designänderungen bei der suche
Diffstat (limited to 'assets')
-rw-r--r--assets/css/search.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/css/search.css b/assets/css/search.css
new file mode 100644
index 0000000..94abbaf
--- /dev/null
+++ b/assets/css/search.css
@@ -0,0 +1,25 @@
1.search-results .search-result {
2 background-color: #fff;
3 line-height: 1.5rem;
4 padding: 10px 20px;
5 margin: 0;
6 border-bottom: 1px solid #e0e0e0;
7}
8
9.search-results {
10 margin: 0.5rem 0 1rem 0;
11 border: 1px solid #e0e0e0;
12 border-radius: 2px;
13 overflow: hidden;
14 position: relative;
15}
16
17.search-results .search-result.avatar {
18 min-height: 84px;
19 padding-left: 72px;
20 position: relative;
21}
22
23.search-results .search-result.avatar .title {
24 font-size: 16px;
25} \ No newline at end of file