cmb69 / pagemanager_xh

Page management for CMSimple_XH
GNU General Public License v3.0
4 stars 3 forks source link

Use same size for fa-buttons #57

Closed frase-git closed 3 years ago

frase-git commented 6 years ago

Example <span class="fa fa-expand fa-lg fa-fw" aria-hidden="true"></span> fa-fw makes the button widths identical. Then you can reduce the paddings and margins.

#pagemanager_toolbar button {
    margin: .25em;
    padding: .25em;
}
cmb69 commented 3 years ago

Nice, thanks! However, that clashes with fhs-simple-2019, and I really don't want to add !important.

frase-git commented 3 years ago

If this proposal (https://cmsimpleforum.com/viewtopic.php?f=29&t=16958) is realized, you will not have to worry about collisions with templates.

cmb69 commented 3 years ago

Yeah, sure, but I considered this for Pagemanager_XH 3.5, and I don't think it should go into that version. :)

cmb69 commented 3 years ago

This is actually obsolete due to #73.