Closed (won't fix)
Project:
User Alert
Version:
7.x-1.7
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2012 at 09:17 UTC
Updated:
8 Oct 2012 at 13:08 UTC
Jump to comment: Most recent file

Comments
Comment #1
kevinquillen commentedI think this is just a issue with the default css included with the theme, which more than likely needs some 'modern' update (it was written in 2010). You should be able to correct the behavior by overriding the CSS with the provided user alert classes, and even override with user-alert.tpl.php if you need to.
I've been meaning to make this more 'fluid' for awhile but it took a backseat to other things.
Comment #2
kevinquillen commentedComment #3
omahacatalyst commentedI ran into the same issue. I don't think it has much to do with global CSS as the CSS file and associated styles are uniquely name, howerver, I did have to tweak the CSS to make it work in my site, below is the code I used in the file named user_alert.css located in mysite.com/sites/all/modules/user_alert/css
I also attached the background image I used, obviously the width/height may have to be tweaked to meet your site's needs.
Comment #4
kevinquillen commentedYes, when I built it I built it to a wide 960 width screen. Thats what I was saying is that you can easily override the provided CSS, it won't work in all cases.
It would be best to update the default in the module in an upcoming release to be a bit more fluid.
Comment #5
kevinquillen commentedComment #6
kevinquillen commentedNot sure what the core issue here is other than CSS, which can be overridden/fixed in your theme... this module was really meant for wider displays (over 800px minimum).
My plan for 2.x is to mimic the style from the Twitter Bootstrap style of alert, which is what I was originally going for.