Commit caa876af authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve file title

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 5ddba39e
...@@ -11,14 +11,11 @@ ...@@ -11,14 +11,11 @@
} }
.file-title { .file-title {
background: #DDD; background: #EEE;
border-bottom: 1px solid #CCC; border-bottom: 1px solid #CCC;
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
margin: 0; margin: 0;
font-weight: normal;
font-weight: bold;
text-align: left; text-align: left;
color: $style_color;
padding: 9px 10px; padding: 9px 10px;
.options { .options {
...@@ -31,12 +28,15 @@ ...@@ -31,12 +28,15 @@
} }
.file_name { .file_name {
color: $style_color; font-weight: bold;
padding-left: 3px;
font-size: 14px; font-size: 14px;
text-shadow: 0 1px 1px #fff;
small { small {
color: #999; color: #888;
font-size: 13px; font-size: 13px;
font-weight: normal;
padding-left: 10px;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment