better control over updating controllers synchronously v asynchronously, plus minor tidies
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/a60fd120 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/a60fd120 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/a60fd120 Branch: refs/heads/0.6.0 Commit: a60fd120025d6cf610e48937d92d569ed19b9785 Parents: 08b9a73 Author: Alex Heneveld <[email protected]> Authored: Mon Sep 23 14:48:08 2013 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 24 14:40:32 2013 +0100 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/css/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/a60fd120/usage/jsgui/src/main/webapp/assets/css/base.css ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/css/base.css b/usage/jsgui/src/main/webapp/assets/css/base.css index ccc0716..8138c75 100644 --- a/usage/jsgui/src/main/webapp/assets/css/base.css +++ b/usage/jsgui/src/main/webapp/assets/css/base.css @@ -647,8 +647,9 @@ line-height: 18px; } .app-summary .inforow > div { display: inline-block; } +.app-summary .inforow .info-name-value { white-space: nowrap; } .app-summary .inforow .info-name-value > div { display: inline-block; } -.app-summary .inforow .info-name-value .name { font-weight: 700; width: 120px; padding-right: 12px;} +.app-summary .inforow .info-name-value .name { font-weight: 700; width: 120px; padding-right: 12px; } table.dataTable tbody td.row-expansion { background: #D8E4D0;
