Closed GoogleCodeExporter closed 9 years ago
This sounds good, a patch would be welcomed.
Original comment by jrivard
on 30 Jun 2013 at 6:48
Ok, great. I'll need to find some spare time to adjust the CSS to the PWM
default theme. I'll post a patch somewhere next week.
Original comment by sebastia...@gmail.com
on 2 Jul 2013 at 6:50
I had some spare time to make a patch. A couple of remarks:
- I've adjusted the CSS to match the default PWM theme. Feel free to tweak it
further
- the bottom icons are scalable vector icons by Font Awesome. This is licensed
under MIT License, so I'm not sure wether this fits PWM licensing.
- I've made the CSS modular so that it logical grouped. Feel free to merge it
into style.css
- I haven't found a really nice way to display the Wait Dialog. Currently I'm
using the background image property of the captcha div for the Wait Dialog. It
looks visually ok, but the image remains behind the captcha.
Original comment by sebastia...@gmail.com
on 2 Jul 2013 at 2:23
Attachments:
Added in revision 581. Made a few minor organizational changes to the patch,
please let me know if you see any issues. Thanks for the patch, and font
awesome looks pretty useful!
Original comment by jrivard
on 27 Jul 2013 at 12:24
Original comment by jrivard
on 27 Jul 2013 at 12:24
Original comment by jrivard
on 27 Jul 2013 at 12:25
Thanks for accepting my patch. It looks pretty good, except for the way the
captcha CSS is included. The captcha CSS is included in the captcha.jsp after
the inclusion of the header.jsp. This results in the captcha CSS overruling the
theme CSS.
Therefore you currently cannot style the captcha via a CSS theme.
Original comment by sebastia...@gmail.com
on 2 Aug 2013 at 8:48
see revision 582. moved the captcha css into main style css, I had trouble
doing this originally for some reason but it seems okay now. This should allow
styling via theme?
Original comment by jrivard
on 8 Aug 2013 at 5:42
My build and tests always used an import for the captcha css from the main
style.css. I havent seen any issues with that. Including it in in the header
should be fine. This also brings new possibilies to style alle buttons of PWM
with Font Awesome.
However revision 582 seems to be missing
/public/resources/font/font-awesome.css.
Original comment by sebastia...@gmail.com
on 8 Aug 2013 at 7:14
Revision 583 added font-awesome.css, whoops :). Since then the icons have are
being used in other places in pwm. Please re-open if there is still any
lingering issues.
Original comment by jrivard
on 17 Aug 2013 at 12:53
Thanks for fixing. FontAewsome is pretty cool in my opinion: no overhead on
images, but you do get the look and feel if images.
If you are interested in styling the menu buttons just let me know. In my
custom theme I've added FontAwsome icons with the pseudo CSS element :before to
give them a slick look and feel.
Original comment by sebastia...@gmail.com
on 17 Aug 2013 at 8:39
Original issue reported on code.google.com by
sebastia...@gmail.com
on 26 Jun 2013 at 2:02Attachments: