Commit f114a4f34970cff2393e4cd1f44add577878681f

Authored by Dmitriy Zaporozhets
1 parent 79b64ef4

css fixes

app/assets/stylesheets/highlight.black.css.scss
1 1 .black .highlighttable {
2   - background: #111;
  2 + background: #333;
3 3 pre { color: #eee }
4   - .highlight { background: #111; border-left:1px solid #555; }
  4 + .highlight { background: #333; border-left:1px solid #555; }
5 5  
6 6 .hll { background-color: #ffffff }
7 7 .c { color: #888888; font-style: italic } /* Comment */
... ...
app/assets/stylesheets/issues.css.scss
... ... @@ -24,7 +24,7 @@
24 24 border:1px solid #D3D3D3;
25 25 padding: 3px;
26 26 height: 28px;
27   - width: 300px;
  27 + width: 250px;
28 28 -webkit-appearance:none;
29 29 box-sizing: border-box;
30 30 -moz-box-sizing: border-box;
... ...
app/views/projects/_form.html.haml
... ... @@ -4,6 +4,7 @@
4 4 %h2.icon
5 5 %span
6 6 = @project.name
  7 + .clear
7 8 - if @project.errors.any?
8 9 #error_explanation
9 10 %h2
... ...