Improve padding on the left side
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -30,8 +30,9 @@ public class SPUITagButtonStyle implements SPUIButtonDecorator {
|
|||||||
button.setCaption(buttonCaption.substring(0, SPUIButtonDefinitions.BUTTON_CAPTION_LENGTH) + "...");
|
button.setCaption(buttonCaption.substring(0, SPUIButtonDefinitions.BUTTON_CAPTION_LENGTH) + "...");
|
||||||
}
|
}
|
||||||
button.setImmediate(true);
|
button.setImmediate(true);
|
||||||
button.addStyleName("button-no-border" + " " + ValoTheme.BUTTON_BORDERLESS + " " + ValoTheme.BUTTON_TINY + " "
|
button.addStyleName("generatedColumnPadding button-no-border" + " " + ValoTheme.BUTTON_BORDERLESS + " "
|
||||||
+ "button-tag-no-border");
|
+ "button-tag-no-border");
|
||||||
|
|
||||||
// Set Style
|
// Set Style
|
||||||
if (null != style) {
|
if (null != style) {
|
||||||
if (setStyle) {
|
if (setStyle) {
|
||||||
|
|||||||
@@ -182,8 +182,12 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-button-generatedColumnPadding .v-button-tiny-generatedColumnPadding {
|
.v-button-generatedColumnPadding {
|
||||||
padding: 0px 0px !important;
|
height: 28px;
|
||||||
|
padding: 0 0px !important;
|
||||||
|
font-size: 12px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user