Commit 72384d80c186533889a698a505940f7cb9a1a12f
1 parent
f801d115
Exists in
master
fix blocks alignments and add adjust members block about color
Showing
2 changed files
with
12 additions
and
2 deletions
Show diff stats
_sideblocks.sass
@@ -30,6 +30,9 @@ | @@ -30,6 +30,9 @@ | ||
30 | font-size: 15px | 30 | font-size: 15px |
31 | line-height: 30px | 31 | line-height: 30px |
32 | padding: 15px 15px 15px 55px | 32 | padding: 15px 15px 15px 55px |
33 | + | ||
34 | +#content | ||
35 | + .box-2 | ||
33 | .members-block | 36 | .members-block |
34 | border: 1px solid #DAE1C4 | 37 | border: 1px solid #DAE1C4 |
35 | border-radius: 5px | 38 | border-radius: 5px |
@@ -69,6 +72,7 @@ | @@ -69,6 +72,7 @@ | ||
69 | .common-profile-list-block | 72 | .common-profile-list-block |
70 | .vcard | 73 | .vcard |
71 | border: none | 74 | border: none |
75 | + width: 54px | ||
72 | .profile_link | 76 | .profile_link |
73 | height: 50px | 77 | height: 50px |
74 | max-height: 50px | 78 | max-height: 50px |
@@ -80,18 +84,21 @@ | @@ -80,18 +84,21 @@ | ||
80 | display: none | 84 | display: none |
81 | .banner-div | 85 | .banner-div |
82 | a | 86 | a |
83 | - background: #ccc | 87 | + background: #FA4F0B |
84 | height: 40px | 88 | height: 40px |
85 | margin: 2px | 89 | margin: 2px |
86 | padding: 0 | 90 | padding: 0 |
87 | span | 91 | span |
88 | - color: #000 | 92 | + color: #FFF |
89 | font-family: 'Ubuntu' | 93 | font-family: 'Ubuntu' |
90 | font-size: 16px | 94 | font-size: 16px |
91 | font-weight: normal | 95 | font-weight: normal |
92 | line-height: 40px | 96 | line-height: 40px |
93 | text-align: center | 97 | text-align: center |
94 | width: 158px | 98 | width: 158px |
99 | + | ||
100 | +#content | ||
101 | + .box-2 | ||
95 | .statistics-block | 102 | .statistics-block |
96 | border: 1px solid #69677C | 103 | border: 1px solid #69677C |
97 | border-radius: 5px | 104 | border-radius: 5px |
@@ -105,6 +112,7 @@ | @@ -105,6 +112,7 @@ | ||
105 | span | 112 | span |
106 | font-family: 'Ubuntu' | 113 | font-family: 'Ubuntu' |
107 | font-size: 13px | 114 | font-size: 13px |
115 | + line-height: 20px | ||
108 | &.amount | 116 | &.amount |
109 | font-weight: 700 | 117 | font-weight: 700 |
110 | margin: 0 5px | 118 | margin: 0 5px |
style.sass
@@ -47,6 +47,8 @@ body | @@ -47,6 +47,8 @@ body | ||
47 | #content | 47 | #content |
48 | font-family: 'Ubuntu' | 48 | font-family: 'Ubuntu' |
49 | font-size: 12px | 49 | font-size: 12px |
50 | + .block | ||
51 | + margin: 0 0 30px 0 | ||
50 | 52 | ||
51 | #content | 53 | #content |
52 | .main-content, .no-boxes, #not-found, #access-denied | 54 | .main-content, .no-boxes, #not-found, #access-denied |