changes to modules

This commit is contained in:
unknown 2011-12-09 06:59:34 -05:00
parent 613b4681a0
commit bbf02403cd
4 changed files with 14 additions and 6 deletions

View File

@ -51,6 +51,9 @@ width: 100%;
background: #fff; background: #fff;
} }
.tab_container p {
margin-bottom:8px;}
.tab_content { .tab_content {
padding: 20px; padding: 20px;
font-family: 'Arial Regular', Arial, Helvetica, sans-serif; font-family: 'Arial Regular', Arial, Helvetica, sans-serif;

View File

@ -37,7 +37,7 @@ height:114px;
-moz-box-shadow:1px 1px 3px 3px #aaa; -moz-box-shadow:1px 1px 3px 3px #aaa;
-webkit-box-shadow:1px 1px 3px 3px #aaa; -webkit-box-shadow:1px 1px 3px 3px #aaa;
box-shadow:1px 1px 3px 3px #aaa; box-shadow:1px 1px 3px 3px #aaa;
margin:10px; margin:5px;
cursor:pointer;} cursor:pointer;}
.searchHighlight .searchHighlight

View File

@ -38,6 +38,11 @@ font-weight:bold;
margin-bottom:8px; margin-bottom:8px;
} }
.orangeInnerRight
{color:#f7bd00;
font-weight:bold;
}
.tabHeader .tabHeader
{font-size:24px; {font-size:24px;
color:#ffb400; color:#ffb400;

View File

@ -1,5 +1,5 @@
{% for d in documents %} {% for d in documents %}
<div class="orange"><a href="{{ d.file }} target="_blank"> {{ d.title }}</a></div> <div class="orangeInnerRight"><a href="{{ d.file }} target="_blank"> {{ d.title }}</a></div>
{{ d.intro|safe }} {{ d.intro|safe }}
<br /> <br />
{% endfor %} {% endfor %}