From d26df3d6c6e84e299bdc56ebcd353933d26e2162 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 09 2013 13:50:47 +0000 Subject: Update mantis-1.1.8-5.el5 theme. - Don't wrap text inside small-caption class. This is generally use to show dates in the issue history table. --- diff --git a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css index 25ad752..dc29ef8 100644 --- a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css +++ b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css @@ -149,7 +149,7 @@ td.col-2 { background-color: #EAF3F9; color: #000000; } td.form-title { font-weight: bold; text-align: left; background-color: #FFFFFF; background-image: url(../images/h2-background.png); } td.nopad { padding: 0px; } td.spacer { display: none; } -td.small-caption { } +td.small-caption { white-space: nowrap; } td.print { text-align: left; padding: 2px; } td.print-category { color: #000000; font-weight: bold; text-align: right; padding: 2px; } td.print-bottom { border-bottom: 1px solid #000000; }