summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/web
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-02-27 18:11:27 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-02-27 18:11:27 +0100
commit03a4c094cedd1e07261b015a82b6127638dea5c9 (patch)
tree427d2d06ef8bc1f7e3ba0b08377c5c5b9c10b7e4 /extensions/MyDashboard/web
parent74ef69d211fdbbcd16adadb91d5bfd8f3669c176 (diff)
downloadbugzilla-03a4c094cedd1e07261b015a82b6127638dea5c9.tar.gz
bugzilla-03a4c094cedd1e07261b015a82b6127638dea5c9.tar.xz
mydashboard fixes
Diffstat (limited to 'extensions/MyDashboard/web')
-rw-r--r--extensions/MyDashboard/web/styles/mydashboard.css9
1 files changed, 9 insertions, 0 deletions
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;