[Rt-commit] r15747 - in rt/3.8/trunk: . share/html/NoAuth/css/web2
sartak at bestpractical.com
sartak at bestpractical.com
Wed Sep 3 20:43:32 EDT 2008
Author: sartak
Date: Wed Sep 3 20:43:32 2008
New Revision: 15747
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Render.html
rt/3.8/trunk/share/html/NoAuth/css/web2/portlets.css
Log:
r70996 at onn: sartak | 2008-09-03 20:31:48 -0400
Give the dashboard table a css rule
Modified: rt/3.8/trunk/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Render.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Render.html Wed Sep 3 20:43:32 2008
@@ -54,7 +54,7 @@
DashboardObj => $DashboardObj &>
% }
-<table border="0" width="100%">
+<table class="dashboard">
<tr valign="top">
<td class="boxcontainer" width="70%">
Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/portlets.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/portlets.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/portlets.css Wed Sep 3 20:43:32 2008
@@ -49,6 +49,11 @@
width: 100%;
}
+table.dashboard {
+ width: 100%;
+ border: 0;
+}
+
.quick-create .select-queue {
width: 12em;
}
More information about the Rt-commit
mailing list