Skip to content

Commit

Permalink
undid messages fancyness, since it was preventing confirmation messag…
Browse files Browse the repository at this point in the history
…es to appear for not logged in users
  • Loading branch information
thiagodemellobueno committed Feb 27, 2013
1 parent 915c514 commit 102f84a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sites/all/themes/occupy_directory/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Content
---------------------------------------------------------
*/

#messages:before{
/*#messages:before{
content: "Messages";
padding: .75em .5em .25em .5em;
width: 14em;
Expand All @@ -330,8 +330,8 @@ Content
color: #dedede;
letter-spacing: .125em;
}

#messages {
*/
/*#messages {
position: fixed;
bottom: -489px;
z-index: 950;
Expand All @@ -349,18 +349,18 @@ Content
bottom: 0%;
}

#messages div.messages{
*/
/*#messages div.messages{
margin: 0;
background-color: rgba( 255,255,255,.9);
padding: 1em .5em 1em 2.75em;
}

#messages div.section{
*/
/*#messages div.section{
max-width: 1000px;
margin: 0 auto;
}

*/
article a:link, article a:visited {
color: #0af;
}
Expand Down

0 comments on commit 102f84a

Please sign in to comment.