summaryrefslogtreecommitdiffstats
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
parent74ef69d211fdbbcd16adadb91d5bfd8f3669c176 (diff)
downloadbugzilla-03a4c094cedd1e07261b015a82b6127638dea5c9.tar.gz
bugzilla-03a4c094cedd1e07261b015a82b6127638dea5c9.tar.xz
mydashboard fixes
-rw-r--r--extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl4
-rw-r--r--extensions/MyDashboard/web/styles/mydashboard.css9
2 files changed, 11 insertions, 2 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
index 32be3beb7..7054e6934 100644
--- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
+++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl
@@ -25,8 +25,8 @@
[% END %]
<script id="last-changes-template" type="text/x-handlebars-template">
- {{#if email}}
- <div id="last_changes">
+ <div id="last_changes">
+ {{#if email}}
<div id="last_changes_header">
Last Changes :: {{email}} :: {{when}}
</div>
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;