Skip to content

Commit

Permalink
oxTrust issue #425
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Jan 1, 2017
1 parent 64e2b64 commit d5fc011
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
text-align: left;
vertical-align: top;
}

.col-sm-11 {
width: 80.66666667% !important;
}
</h:outputStylesheet>

<h:outputScript>
Expand Down Expand Up @@ -162,7 +166,7 @@
</div></div>

<div class="tab-pane" id="key-attributes">
<div style="display: inline-block;width: 75% !important;">
<div style="display: inline-block;width: 90% !important;">
<h:panelGroup >
<ox:simplePropertiesList label="Key attribute" labelAdd="key attribute" maxItems="3" properties="#{_configureCacheRefreshAction.keyAttributes}"
propertiesAction="#{_configureCacheRefreshAction}" required="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
height: 450px !important;
}

.col-sm-10 {
width: 70%;
}


</h:outputStylesheet>

Expand Down

0 comments on commit d5fc011

Please sign in to comment.