Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenHankiewicz committed May 8, 2022
1 parent 5ad1bfc commit 6541940
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions plugin/GUI/META-INF/resources/uii/plugin_workflow_massupload.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@
<composite:implementation>

<style>
#upload .ui-widget-content {
border: none;

body .ui-button.ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.7rem;
margin-left: -0.5rem;
}
#upload .ui-widget-header {
background: #fff none repeat scroll 0 0;
background: #368ee0 none repeat scroll 0 0;
}

#upload .ui-widget-content {
border: none;
}

#upload .ui-fileupload-choose {
Expand All @@ -25,6 +34,7 @@

body .ui-fileupload .ui-fileupload-buttonbar {
border: 0px solid #dee2e6;
background-color: white !important;
}

#upload .ui-fileupload-buttonbar span.ui-button .ui-button-text {
Expand Down Expand Up @@ -134,7 +144,6 @@
action="#{NavigationForm.workflowPlugin.cleanUploadFolder}"
rendered="#{NavigationForm.workflowPlugin.showInsertButton}"
styleClass="btn font-size-s margin-top-most margin-right-5 pull-right">
<i class="fa fa-trash margin-right-5"/>
<h:outputText value="#{msgs.abbrechen}" />
</h:commandLink>

Expand Down

0 comments on commit 6541940

Please sign in to comment.