You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/11/05 04:29:02 UTC

git commit: [#6841] tighten up ticket list view

Updated Branches:
  refs/heads/db/6841 [created] f98bfe9a2


[#6841] tighten up ticket list view


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/f98bfe9a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f98bfe9a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f98bfe9a

Branch: refs/heads/db/6841
Commit: f98bfe9a25a9e3f04881ccd911d47c620bc6c98f
Parents: 586c77e
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Nov 5 03:28:39 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Nov 5 03:28:39 2013 +0000

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css                | 10 ++++++++++
 .../templates/tracker_widgets/ticket_search_results.html  |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f98bfe9a/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 42ec289..700b3ac 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2659,6 +2659,16 @@ div.attachment_thumb .file_type span {
 #ticket_search_results_holder {
   overflow: auto;
 }
+/* headers should never force a column to be too wide */ 
+#ticket_search_results_holder th {
+    overflow: hidden;
+    max-width: 1em;
+}
+/* tighten it up */
+#ticket_search_results_holder td {
+    padding-right: 5px;
+    padding-left: 5px;
+}
 
 /* Stats Graph */
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f98bfe9a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
index af93d72..2c5bb6c 100644
--- a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
+++ b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
@@ -25,7 +25,7 @@
       <thead>
         <tr>
           {% for col in columns if col['active'] %}
-            <th data-sort="{{col['sort_name']}}">
+            <th data-sort="{{col['sort_name']}}" title="{{col['label']}}">
               {% if col['name'] == 'ticket_num' %}
                 #
               {% else %}