diff options
-rw-r--r-- | extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/MyDashboard/web/styles/mydashboard.css | 9 |
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; |