Commit 7f67e066dc9749d2532d220fafa3f397a5fe1f24

Authored by Dmitriy Zaporozhets
1 parent e421772f

More compact event feed and projects list

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/dashboard.scss
@@ -61,7 +61,7 @@ @@ -61,7 +61,7 @@
61 } 61 }
62 62
63 .project-row, .group-row { 63 .project-row, .group-row {
64 - padding: 10px 12px !important; 64 + padding: 8px 12px !important;
65 font-size: 14px; 65 font-size: 14px;
66 line-height: 24px; 66 line-height: 24px;
67 67
app/assets/stylesheets/sections/events.scss
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 } 42 }
43 } 43 }
44 44
45 - padding: 14px 0px; 45 + padding: 12px 0px;
46 border-bottom: 1px solid #eee; 46 border-bottom: 1px solid #eee;
47 .event-title { 47 .event-title {
48 color: #333; 48 color: #333;