summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-01 14:11:03 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-01 14:11:03 -0400
commit84e2d2f4d6e684a454686bed3bedb010b96097c6 (patch)
tree7dc66219920329f36150cff0ce9c3fa201392fbf
parent681c766334d75780ad8fc060199e4dcaf10e5ba5 (diff)
style tweaks
-rw-r--r--public/themes/parabola/stylesheets/application.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/themes/parabola/stylesheets/application.css b/public/themes/parabola/stylesheets/application.css
index 88f6d6b5a..aec93917f 100644
--- a/public/themes/parabola/stylesheets/application.css
+++ b/public/themes/parabola/stylesheets/application.css
@@ -7,6 +7,7 @@ body{ color:#303030; background:#e8eaec; }
#header { background: #467aa7; min-height:4.5em; padding: 4px 6px 0px 6px; }
#header.header-no-menu { min-height:2.5em; }
#header h1 { margin-left: 6px; }
+#header h1 .breadcrumbs { display: inline ; vertical-align: top ; }
#header h1 span.current-project { top: -3px ; position: relative ; }
#quick-search { margin-right: 6px; }
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
@@ -62,3 +63,5 @@ input.autocomplete { background: #DDD url(../../../images/magnifier.png) no-repe
border-bottom: 2px solid #CCC ; border-right: 2px solid #CCC ; }
#projects-index { column-count: 1 ; -webkit-column-count: 1 ; -moz-column-count: 1 ; }
+
+table.issues tr.issue { white-space: unset ; }