You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/02/12 04:04:14 UTC

svn commit: r1445022 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: rjollos
Date: Tue Feb 12 03:04:14 2013
New Revision: 1445022

URL: http://svn.apache.org/r1445022
Log:
Refs #383: Narrowed the column of checkboxes on the !BatchModify table.

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1445022&r1=1445021&r2=1445022&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Tue Feb 12 03:04:14 2013
@@ -435,6 +435,11 @@ h1, h2, h3, h4 {
   display: none;
 }
 
+table.listing th.sel, table.listing td.sel {
+ text-align: center;
+ width: 1%
+}
+
 /* @end */
 
 #filters td .trac-clause-lsep {