Skip to content

Commit 4a5abca

Browse files
fix #150
1 parent 9e8c760 commit 4a5abca

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

webBudget/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>br.com.webbudget</groupId>
2525
<artifactId>webBudget</artifactId>
26-
<version>2.1.2</version>
26+
<version>2.1.3</version>
2727
<packaging>war</packaging>
2828

2929
<name>${project.groupId}:${project.artifactId}</name>

webBudget/src/main/webapp/main/financial/movement/formMovement.xhtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,11 @@
5858
? messages['movement.form.financial-period.not-active']
5959
: movementBean.financialPeriod.identification}" />
6060
</div>
61-
<div class="ui-grid-col-7 div-align-right">
61+
<div class="ui-grid-col-7 div-align-right form-group-s">
6262
<p:outputLabel for="inLaunchPeriod"
6363
value="#{messages['movement.form.launch-period']}: "/>
6464
<p:spacer width="10"/>
6565
<p:selectOneMenu id="inLaunchPeriod"
66-
styleClass="period-combo"
6766
converter="omnifaces.SelectItemsConverter"
6867
value="#{movementBean.movement.financialPeriod}">
6968
<f:selectItems var="financialPeriod"

webBudget/src/main/webapp/resources/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/*
1919
Created on : 25/02/2014, 19:43:50
20-
Author : Arthur Greg?rio
20+
Author : Arthur Gregorio
2121
*/
2222

2323
@charset "utf-8";
@@ -103,9 +103,9 @@ ul.ui-tabs-nav > li.ui-tabs-selected {
103103
font: 1.1em 'Ubuntu', sans-serif !important;
104104
}
105105

106-
/* arruma automaticamente o tamanho do label nos combos */
107-
.ui-selectonemenu-label {
108-
width: auto !important;
106+
/* arruma o tamanho dos comboboxes em relacao ao label */
107+
.ui-selectonemenu {
108+
padding-right: 1em !important;
109109
}
110110

111111
/* arruma o toggler da tree */

webBudget/src/main/webapp/resources/css/style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ td {
253253
width: 15%;
254254
}
255255

256-
.form-group-l div.ui-selectonemenu {
257-
width: 99% !important;
258-
}
259256
.form-group-m div.ui-selectonemenu {
260257
width: 52% !important;
261258
}

0 commit comments

Comments
 (0)