Skip to content

Commit

Permalink
redoing js deubugging message to be centered
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Raddon authored and Aaron Raddon committed May 25, 2008
1 parent bc4177d commit 6f1aa74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions static/freshpress.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ body {margin: 0px;padding: 0px;font: 0.9em Tahoma, Verdana, sans-serif;}
#credits a:hover {color: #a3c800;text-decoration: none;}
/* Link Hover Elements Ends */

#hiddenmessage {text-align:center;margin: 0px 40px 0px 0px;display:none;color: #B6411A;font-size: 1.4em;}

/* Other Theme Properties Starts */

img.alignright {float: right;margin: 0px 0px 10px 10px;padding: 0px;border: 1px solid #ccc;}
Expand Down
2 changes: 1 addition & 1 deletion views/admin_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<li class="page_item page-item-2" style="float:right;"><a href="{{ url }}" title="About">{{ url_linktext }}</a></li>
<div class="clear"></div>
</ul>
<span id="hiddenmessage" style="visibilityx:hidden;displayx:none;margin:0 40 0 0;" ></span>
<div id="hiddenmessage" style="" ></div>

{% endblock %}

Expand Down

0 comments on commit 6f1aa74

Please sign in to comment.