How to Change Button position & Color & Table lines to Options labels- in Portal

chanikya
Kilo Sage

Hi 

Widget  :   Approval Info

Can i able to change "Earlier Items" button position  and Color to Yellow.....???

and add Table lines to Options  labels

find_real_file.png

1 ACCEPTED SOLUTION

To move the button to right change your button below mentioned code.

<button type="button"  name="earlier_item" style="float: right;" class="btn btn-warning btn-question" ng-click="c.earlier_item()">${Earlier Items}</button>

View solution in original post

18 REPLIES 18

Should i have to Delete this boxed script please

 

find_real_file.png

You need to comment below mentioned line from CSS.

 //text-align: center;

should i have to delete Boxed script

 

find_real_file.png

it is showing like this when i uncommented   //text-align:center

 

without disturbing  " Approve & Reject" button only "Earlier Items " button should come to Left side. 

 

find_real_file.png

Please paste the below mentioned css.

.question {
//text-align: center;
margin-top: 1em;
}

.spacer {
display:inline-block;
width:5%;
}


.btn-question {
width: 45%;
}

 

Hope this helps.