From 03a4c094cedd1e07261b015a82b6127638dea5c9 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 27 Feb 2013 12:11:27 -0500 Subject: mydashboard fixes --- extensions/MyDashboard/web/styles/mydashboard.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extensions/MyDashboard/web/styles/mydashboard.css') diff --git a/extensions/MyDashboard/web/styles/mydashboard.css b/extensions/MyDashboard/web/styles/mydashboard.css index 253e60d42..ec2ab6dc5 100644 --- a/extensions/MyDashboard/web/styles/mydashboard.css +++ b/extensions/MyDashboard/web/styles/mydashboard.css @@ -5,10 +5,19 @@ * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v. 2.0. */ +#mydashboard { + min-width: 950px; +} + #mydashboard .yui3-skin-sam .yui3-datatable-table { width: 100%; } +.yui3-datatable-col-changeddate, +.yui3-datatable-col-created { + white-space: nowrap; +} + .query_heading { font-size: 18px; font-weight: strong; -- cgit v1.2.3-24-g4f1b