changes to modules
This commit is contained in:
parent
613b4681a0
commit
bbf02403cd
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user