diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 19ea07ca..29697590 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -55,16 +55,18 @@ padding-right: 6%; } .content.misc-page { - background: #FFFFFF; + background: #FAF6F1; -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10); box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10); - padding: 1px 3% 40px 3%; + padding: 1px 3% 40px 3%; + + h1, h2, h3, h4, h5, h6 { + margin-top: 1em; + } } -.content.misc-page { - h3, h4, h5, h6 { - margin-top: 1em; - } +.content.single-Col.misc-page { + background: #FFFFFF; } .content.misc-page h2 { font-size: 1.6em; @@ -77,7 +79,7 @@ font-size: 1em; } .content.misc-page h1 { - font-size: 2.2em; + font-size: 2em; margin-bottom: 20px; } .content.misc-page hr { @@ -160,6 +162,13 @@ float: left; font-weight:bold; margin-top: 4px; + a { + color: white; + } + .fa-angle-right { + font-size: 1.3em; + margin: 0 .2em 0 .2em; + } } .files .actions { float: right; @@ -292,7 +301,7 @@ display: block; padding-top: 35px; font-size: 14px; - color: #bbb; + color: #C0C0C0; font-weight: bold; margin-left: auto; margin-right: auto; @@ -311,8 +320,8 @@ display: block; margin-left: 5px; } -.overlay i { - font-weight: bold; +.overlay .fa-trash { + vertical-align: 1px; } .overlay { position:absolute; diff --git a/views/dashboard.erb b/views/dashboard.erb index 11bf1dff..c34a2d1e 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -92,7 +92,7 @@ <% dir_array = @dir.split '/' %> <% dir_array.each_with_index do |dir,i| %> <% if i+1 < dir_array.length %> - <%= dir %> / + <%= dir %> <% else %> <%= dir %> <% end %> @@ -143,15 +143,19 @@
<% end %>