Stretching the children nav tabs question

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
nycwebmaster
Veteran Member
Posts: 90
Joined: 2015-11-23 01:02

Stretching the children nav tabs question

Post by nycwebmaster » 2019-06-13 19:42

Image

Does anyone have any idea on how to make this looks better? I don't like the fact that appgini leaves those blank spaces on the background maybe having the same background color the same as the tabs would do the trick. What I did was to include this code on the CSS:

.nav-tabs {

background-color: #D81215;
}

but the background color stayed the same, and by the way the color that I used before which is: #D81215 which is red was only to see how it works.

My preferred solution instead of having a background color the same is that the tabs could stretch all the way and form a more symmetrical pattern.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Stretching the children nav tabs question

Post by jsetzer » 2019-06-13 19:55

Well, don't know if this is helpful and not sure if I understood your question correctly:

If you select Yeti bootswatch theme for example, which is my personal favorite, the tab captions have identical background-color as you can see in the following screenshot:

chrome_2019-06-13_21-53-04.png
chrome_2019-06-13_21-53-04.png (191.66 KiB) Viewed 1335 times

Additionally I have reduced the icon size from 32px to 16px, see here: viewtopic.php?f=4&t=3031&p=10068#p10068

Regards,
Jan
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply