Commit caa876af90025f345d1d91466f80458b23ec0235
1 parent
5ddba39e
Exists in
spb-stable
and in
2 other branches
Improve file title
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
app/assets/stylesheets/generic/files.scss
... | ... | @@ -11,14 +11,11 @@ |
11 | 11 | } |
12 | 12 | |
13 | 13 | .file-title { |
14 | - background: #DDD; | |
14 | + background: #EEE; | |
15 | 15 | border-bottom: 1px solid #CCC; |
16 | 16 | text-shadow: 0 1px 1px #fff; |
17 | 17 | margin: 0; |
18 | - font-weight: normal; | |
19 | - font-weight: bold; | |
20 | 18 | text-align: left; |
21 | - color: $style_color; | |
22 | 19 | padding: 9px 10px; |
23 | 20 | |
24 | 21 | .options { |
... | ... | @@ -31,12 +28,15 @@ |
31 | 28 | } |
32 | 29 | |
33 | 30 | .file_name { |
34 | - color: $style_color; | |
31 | + font-weight: bold; | |
32 | + padding-left: 3px; | |
35 | 33 | font-size: 14px; |
36 | - text-shadow: 0 1px 1px #fff; | |
34 | + | |
37 | 35 | small { |
38 | - color: #999; | |
36 | + color: #888; | |
39 | 37 | font-size: 13px; |
38 | + font-weight: normal; | |
39 | + padding-left: 10px; | |
40 | 40 | } |
41 | 41 | } |
42 | 42 | } | ... | ... |