You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/07 04:46:42 UTC

[18/29] isis git commit: ISIS-537 Improve the Bootstrap styling of ValuePage.html

ISIS-537 Improve the Bootstrap styling of ValuePage.html

https://trello.com/c/Ygt1zDSp/112-i-just-tested-todo-app-s-total-cost-functionality-and-found-out-that-the-valuepage-doesn-t-looks-very-pretty-at-the-moment


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/11c6dcd3
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/11c6dcd3
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/11c6dcd3

Branch: refs/heads/ISIS-939
Commit: 11c6dcd378e3d94e502269d2eeb36e471613c166
Parents: 1c17e40
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Nov 6 12:07:10 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Nov 6 12:07:10 2014 +0200

----------------------------------------------------------------------
 .../apache/isis/viewer/wicket/ui/pages/value/ValuePage.html    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/11c6dcd3/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/value/ValuePage.html
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/value/ValuePage.html b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/value/ValuePage.html
index 7fee76e..d1b793b 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/value/ValuePage.html
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/value/ValuePage.html
@@ -28,9 +28,11 @@
                 <div wicket:id="bookmarks"></div>
                 <div class="myBlockContainer">
                     <div class="iconAndTitle panel panel-default actionPanelHeaderNew">
-                         <h3 wicket:id="actionName" class="actionName">[action name]</h3>
+                        <div class="panel-heading">
+                            <div wicket:id="actionName" class="panel-title actionName">[action name]</div>
+                        </div>
+                        <div wicket:id="value" class="panel-body"></div>
                     </div>
-                    <div wicket:id="value"></div>
                 </div>
             </div>
         </wicket:extend>