From cba235ff73f5eff90f6e178104466fa22271b053 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 18 Sep 2013 12:12:52 -0400
Subject: [PATCH] CSS tweaks for responsive layout

---
 src/main/resources/gitblit.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index eef0d0b..05e6b8a 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -1131,7 +1131,7 @@
 }
 
 table.pretty td.icon img {
-	vertical-align: top;
+	vertical-align: middle;
 }
 
 table.pretty td {
@@ -1159,7 +1159,7 @@
 	height: 24px;
 }
 
-@media (min-width: 768px) {
+@media (min-width: 979px) {
   td.ellipsize {
 	text-overflow: ellipsis;
 	overflow: hidden;
@@ -1167,7 +1167,7 @@
   }
 }
 
-@media (max-width: 767px) {
+@media (max-width: 979px) {
   td.ellipsize {
     text-overflow: inherit;
     overflow: visible;
@@ -1324,6 +1324,7 @@
 
 td.author {
 	font-style: italic !important;
+	white-space: nowrap;
 }
 
 td.date {

--
Gitblit v1.9.1