QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

#manage_boards .button

Started by Skhilled, Jun 29, 2019, 04:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

While searching for an answer for my post about changing the "Browse" button I've found the following code in admin.css. There's 2 of these "#manage_boards .button" and both only contain a margin code which doesn't make sense. I was thinking there was a typo.

Around line 415, admin.css:

#manage_boards .button {
margin: 0 8px 0 0;
}
#manage_boards dl {
padding: 8px 6px 0 6px;
}

#manage_boards dl textarea, #manage_boards dl table {
margin: 0 0 8px 0;
}
#manage_boards span.post_group, #manage_boards span.regular_members {
border-bottom: 1px dotted #000;
cursor: help;
}
#manage_boards .button {
margin: 2px 2px 0px 12px;
}

Oldiesmann

Someone did some cleanup or something and forgot to delete the old rule would be my guess. In this case I'm assuming the second one applies. Make sure to report the bug on GitHub so they can clean it up.
Christian Metal Fans - https://www.christianmetal.fans

Skhilled