Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Custom Error Stack Messages...

    Quote Originally Posted by gjh42 View Post
    The styling will be all CSS. Once you know the message box id, you can style it in your stylesheet for height, width, margins, content position/alignment, etc.
    Yeah I figured so, but I can't get the box to center after I resized it, this is what I got...

    Code:
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    	line-height: 1.8em;
    	width: 80%;
    	text-align: center;
    	vertical-align: middle;
    	padding: 0.2em;
    	}
    Last edited by chris32882; 21 Dec 2008 at 07:07 AM.

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Custom Error Stack Messages...

    Add

    margin: auto;

    to the rule to make these center in the available width.
    Code:
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    	line-height: 1.8em;
    	width: 80%;
    	text-align: center;
    	vertical-align: middle;
    	padding: 0.2em;
    	margin: auto;
    	}

  3. #13
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Custom Error Stack Messages...

    Quote Originally Posted by gjh42 View Post
    Add

    margin: auto;

    to the rule to make these center in the available width.
    Code:
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    	line-height: 1.8em;
    	width: 80%;
    	text-align: center;
    	vertical-align: middle;
    	padding: 0.2em;
    	margin: auto;
    	}
    cool it works! Now I just need to to align the text within the box to line up center with the image

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. message stack error
    By enzo-ita in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Dec 2012, 02:48 PM
  2. what messages appear in the header message stack?
    By torvista in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Dec 2010, 03:21 PM
  3. Stack Warning Messages
    By mrbillinny in forum General Questions
    Replies: 0
    Last Post: 18 Sep 2009, 08:01 PM
  4. Replies: 1
    Last Post: 10 Feb 2009, 12:34 PM
  5. Replies: 2
    Last Post: 15 Dec 2006, 12:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg