Admin CSS issues
-
The admin-side file style.css is included on all pages, including non-BackWP pages, so if you go to Settings > General, for example, the radio buttons and checkboxes will stretch way out. (At least in the latest WP version.)
If you (the developer) put everything under a class like .backwp, or similar, that should fix it.
If this is bothering you (not the developer), simply make
.form-table td inputinto.form-table td input[type='text']. (Or nix the rule altogether.) If you are using a modern browser for admin (and you should be) this should do the trick.
The topic ‘Admin CSS issues’ is closed to new replies.