Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1705

Extensions in Development • Re: [3.2][3.3][RC] Mp3 Playerbbw on index

$
0
0
Small problem in the Styles.css file there is this code, which unfortunately interferes with the BBCode buttons, the BBCode buttons with margins that widen between them, so to solve this small problem you have to edit the styles.css file located in ext\galandas\phpbbplayer\styles\prosilver\theme\styles.css

FIND THIS:

Code:

button {    cursor: pointer;    padding: 10px;    margin: 5px;    font-size: 16px;}
SOLVE IT WITH THIS:

Code:

button {    cursor: pointer;    padding: 10px;    /* margin: 5px; */    font-size: 16px;}
I will update the extension anyway

Statistics: Posted by Galandas — Wed Nov 06, 2024 3:24 am



Viewing all articles
Browse latest Browse all 1705

Trending Articles