Commit f114a4f34970cff2393e4cd1f44add577878681f

Authored by Dmitriy Zaporozhets
1 parent 79b64ef4

css fixes

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