Skip to content

Commit

Permalink
moving the language icon for polystrings to the right edge MID-5387
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 3, 2019
1 parent 5c980c7 commit c3d91ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Expand Up @@ -17,7 +17,6 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="row">
<div wicket:id="labelContainer">
<span wicket:id="label"/>

Expand All @@ -32,6 +31,5 @@
<i class="helpTextIcon" wicket:id="deprecated"/>
<i class="helpTextIcon" wicket:id="experimental"/>
</div>
</div>
</wicket:panel>
</html>
Expand Up @@ -22,7 +22,9 @@
<div wicket:id="localizedValueWithButton" class="input-group">
<div class="pull-left col-md-11" style="padding-right: 0px !important;" wicket:id="localizedValue"/>
<a class="col-md-1" wicket:id="showHideLanguagesLocalized" style="padding-left: 0px !important; height: 30px !important;">
<i class="form-control fa fa-language" style="border-left: none !important; height: 30px !important; background-color:#eee;"></i> 
<div class="form-control" style="border-left: none !important; height: 30px !important; background-color:#eee;">
<i class="fa fa-language" style="float:right;"/>
</div> 
</a>
</div>
</div>
Expand All @@ -31,8 +33,10 @@
<div wicket:id="origValueWithButton" class="input-group">
<div class="pull-left col-md-11" style="padding-right: 0px !important;" wicket:id="origValue"/>
<a class="col-md-1" wicket:id="showHideLanguagesOrig" style="padding-left: 0px !important; height: 30px !important;">
<i class="form-control fa fa-language" style="border-left: none !important; height: 30px !important;"></i> 
</a>
<div class="form-control" style="border-left: none !important; height: 30px !important;">
<i class="fa fa-language" style="float:right;"/>
</div> 
</a>
</div>
</div>
<div wicket:id="fullDataContainer">
Expand Down

0 comments on commit c3d91ce

Please sign in to comment.