Closing spaces

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Closing spaces

Post by patsd102 » 2020-04-30 16:55

Anyone know how I can close the padding so the bottom table looks like the top one,
I know where I can adjust the top table padding, but can't find the bottom one

Image

tia
Pat
23.17

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Closing spaces

Post by patsd102 » 2020-05-01 20:19

Done

Anyone interested, go to your css file,
In my case its cosmo.

Around line 2256 find this.

.table {
width: 100%;
max-width: 100%;
margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}

Change the padding to what you want, I chose 2px.
Reason I asked here was I had to clear my cache as changes didn't show straight away.

Next project, remove the seconds,

Thanks for reading,

Pat
23.17

Post Reply