From 158b77a143496bcc65bf48c78211cf67381209b3 Mon Sep 17 00:00:00 2001
From: Igor Bondarenko <jetmind2@gmail.com>
Date: Tue, 12 Nov 2013 14:11:50 +0000
Subject: [PATCH] [#6852] ticket:476 changed style of actions block to trim text

---
 allura/sftheme/nf/sftheme/sass/partials/_pad.scss |    8 +++++++-
 compass/stylesheets/sftheme/_interaction.scss     |    3 +++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git allura/sftheme/nf/sftheme/sass/partials/_pad.scss allura/sftheme/nf/sftheme/sass/partials/_pad.scss
index bd69200..76d369b 100644
--- allura/sftheme/nf/sftheme/sass/partials/_pad.scss
+++ allura/sftheme/nf/sftheme/sass/partials/_pad.scss
@@ -24,9 +24,14 @@
         small {
             text-transform: none;
             position: absolute;
-            right: 5px;
+            right: 0px;
             top: 5px;
+            padding-right: 5px;
             text-align: center;
+            background-color: #555555;
+            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
+            background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
+            background-image: linear-gradient(top, #666666 0%, #555555 100%);
             a {
                 margin: 0 10px;
                 color: #fff;
@@ -97,6 +102,7 @@
     h2.title{
         font-weight: normal;
         margin-bottom: 1.5em;
+        white-space: nowrap;
     }
     .paginate {
         margin: 0 0 0 20px;
diff --git compass/stylesheets/sftheme/_interaction.scss compass/stylesheets/sftheme/_interaction.scss
index f35017c..d1382ee 100644
--- compass/stylesheets/sftheme/_interaction.scss
+++ compass/stylesheets/sftheme/_interaction.scss
@@ -221,4 +221,7 @@
     #restore-content {
         display: inline;
     }
+    #content_base .ticket-list {
+        width: 99%;
+    }
 }
-- 
1.7.4.1

