-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme: Can't scoll on ConfigServer Security Firewall (CSF) module #513
Comments
Which version do you consider to be latest? |
Webmin 1.801 |
The latest version is 18.03. Upgrade the theme manually to the version 18.03 as Webmin currently can't handle GitHub connections. How to upgrade the theme manually see this: #505 |
Same thing on 18.03 |
No, it's fixed in 18.03. Make sure to clear browser's cache and restart Webmin. |
Oh, I could accidentally reproduce no scroll issue in Firefox on some pages of ConfigServer Security and Firewall. Version 18.04 has just been re-uploaded and fixes the issue. Please upgrade!! How to upgrade in case of Webmin <1.810. |
Well done on this one too. It looks a bit congested now. If you can add some margin to the elements like 3px or so, It will get some pro look. And you can also use the css of the buttons [like green, orange, etc] to give some colors to it. It will make the buttons more clickable. :D |
Color and margin/padding to buttons to the main page? |
to the main page: margin/padding. On Sun, Jul 24, 2016 at 1:45 AM, Ilia Rostovtsev [email protected]
|
OK, sounds good. |
@kreationnext Ok, re-install the theme, I have updated version 18.04 with mentioned improvements and some bug fixes! Like it more this way? ;) |
ya! It looks great! but something I would like to add. You have changed the button color of a few buttons only but not others. input[type=submit] { and for small buttons [like edit] you reduce the width [say 60px] On Sun, Jul 24, 2016 at 3:30 PM, Ilia Rostovtsev [email protected]
|
I only mean for the first page. rest of them are ok On Sun, Jul 24, 2016 at 3:30 PM, Ilia Rostovtsev [email protected]
|
Ok, what I can offer you is to add the the following code to Theme Extensions and it will survive updates and apply any CSS you need on CSF - But you will need to again re-install the theme, as this feature has just been added for CSF. 😆 /* CSF Index page buttons fixed width/style. Start. */
.csf .panel-body > table ~ table.csf-table.table.table-striped.table-condensed[align="center"][border="0"][cellpadding="4"][cellspacing="0"] tbody tr.csf-tr td select,
.csf .panel-body > table ~ table.csf-table.table.table-striped.table-condensed[align="center"][border="0"][cellpadding="4"][cellspacing="0"] tbody tr.csf-tr td input[type="submit"]:not([value="Edit"]) {
width: 200px !important;
} |
Hi, on latest version of webmin and authentic, it's not possible to scroll on CSF module.
Sometimes possible when you reload the main page, but, if you go into "Firewall Configuration" it is not possible at all.
The text was updated successfully, but these errors were encountered: