Styling question: personal details page, corner

Ati

Well-known member
Hi,

I've been looking at the styles for days, and I just cannot figure out what I'm missing here.

pd_corner.webp

Where do I need to set the properties for the corner of the big table on the Personal Details page? (See picture above.) The background is rounded, that's what I would like with the border as well.

I'm merging my style with another style, and I THINK I copied everything over, but obviously I missed something, and I just can't figure out what. :( I compared the two styles numerous times, and I just don't see where this needs to be set. :( The other style has no "extra.css", so it should be in the main settings somewhere.

Thanks!
 
That particular corner has a border radius by default so you must have removed it from the main css files or overridden it somewhere.

The css is accountContent section sectionMain

The border radius comes from:
Code:
.sectionMain {
    -moz-border-radius: 10px 10px 10px 10px;
 
  • Like
Reactions: Ati
Top Bottom