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:04 UTC

[06/27] git commit: ISIS-537 Reduce the space between the label and its Select2 input in .label-top mode

ISIS-537 Reduce the space between the label and its Select2 input in .label-top mode


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

Branch: refs/heads/master
Commit: ad9716530efbeb41bf669361849fa8379f9715fc
Parents: b4bfb68
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Oct 31 11:31:00 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Oct 31 11:31:00 2014 +0200

----------------------------------------------------------------------
 .../components/widgets/valuechoices/ValueChoicesSelect2Panel.css  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/ad971653/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/valuechoices/ValueChoicesSelect2Panel.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/valuechoices/ValueChoicesSelect2Panel.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/valuechoices/ValueChoicesSelect2Panel.css
index d9b968a..9f1612a 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/valuechoices/ValueChoicesSelect2Panel.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/valuechoices/ValueChoicesSelect2Panel.css
@@ -17,6 +17,3 @@
  *  under the License.
  */
 
-.valueChoicesSelect2Panel .choicesPlaceholder .select2-container.choices {
-    float: right;
-}