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/04 01:34:07 UTC

[09/27] git commit: ISIS-537 Align the labels in label-left mode to the start (left)

ISIS-537 Align the labels in label-left mode to the start (left)


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

Branch: refs/heads/master
Commit: e92855cb38f894e768637179076524226d8da27f
Parents: 4fbe444
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Nov 1 15:24:37 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Nov 1 15:24:37 2014 +0200

----------------------------------------------------------------------
 .../org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e92855cb/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
index a84916c..66a2dc7 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
@@ -92,7 +92,7 @@ div.label-left label.control-label {
     float: left;
     padding-top: 7px;
     padding-left: 10px;
-    text-align: justify;
+    text-align: start;
 }
 
 div.label-top label.control-label {