@abdur7man@ Member May 20, 2022 #1 Good evening .. How are you doing I want to know the code responsible for setting border on member information As shown in the pictures
Good evening .. How are you doing I want to know the code responsible for setting border on member information As shown in the pictures
O Old Nick Well-known member May 20, 2022 #3 You can try this Less: [data-template="message_macros"] { pairs pairs--justified { border: 1px solid black; margin-bottom: 2px; } } Upvote 0 Downvote
You can try this Less: [data-template="message_macros"] { pairs pairs--justified { border: 1px solid black; margin-bottom: 2px; } }
@abdur7man@ Member May 20, 2022 #4 nicodak said: You can try this Less: [data-template="message_macros"] { pairs pairs--justified { border: 1px solid black; margin-bottom: 2px; } } Click to expand... no work Upvote 0 Downvote
nicodak said: You can try this Less: [data-template="message_macros"] { pairs pairs--justified { border: 1px solid black; margin-bottom: 2px; } } Click to expand... no work
DohTheme Well-known member May 20, 2022 #5 Hello Abdo, here is the code for that: CSS: .message-userExtras .pairs { background: #fff; padding: @xf-paddingSmall @xf-paddingMedium; border: @xf-borderSize solid @xf-borderColor; border-radius: @xf-borderRadiusSmall; } Regards Upvote 0 Downvote
Hello Abdo, here is the code for that: CSS: .message-userExtras .pairs { background: #fff; padding: @xf-paddingSmall @xf-paddingMedium; border: @xf-borderSize solid @xf-borderColor; border-radius: @xf-borderRadiusSmall; } Regards
@abdur7man@ Member May 20, 2022 #6 @DohTheme @nicodak Thank you for your cooperation Upvote 0 Downvote