little styling on web page
This commit is contained in:
parent
fd8ce6c2dc
commit
c745b00704
|
@ -29,7 +29,7 @@ text-decoration:none;}
|
|||
}
|
||||
|
||||
#articleEditWrapper {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#header ul li {
|
||||
|
@ -277,7 +277,7 @@ top:64px;}
|
|||
{ position:fixed;
|
||||
left:950px;
|
||||
top:105px;
|
||||
font-family: Geneva, Helvetica, sans-serif;
|
||||
font-family: "DejaVu Sans", Arial, sans-serif;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
|
@ -306,8 +306,6 @@ a img
|
|||
}
|
||||
|
||||
.pdfLink {
|
||||
margin-left: 8px;
|
||||
color: #393939;
|
||||
text-decoration: none;
|
||||
font-family: "DejaVu Sans", Arial, sans-serif;
|
||||
}
|
||||
|
@ -315,6 +313,7 @@ a img
|
|||
|
||||
.pdfLink a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.pdfLink a:hover {
|
||||
|
@ -327,8 +326,11 @@ h5 {
|
|||
}
|
||||
|
||||
#articleAdminH {
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
font-size: 14px;
|
||||
font-family: "DejaVu Sans", Arial, sans-serif;
|
||||
}
|
||||
|
||||
#articleAdminH:hover {
|
||||
|
@ -340,7 +342,7 @@ h5 {
|
|||
}
|
||||
|
||||
#scrollDots {
|
||||
margin-top: 0px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.dotDiv {
|
||||
|
|
|
@ -78,3 +78,4 @@ h5 {
|
|||
text-decoration: underline;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
|
@ -232,15 +232,6 @@ p {
|
|||
<div id="contents">
|
||||
<div class="english">
|
||||
<div id="dotsHeader">
|
||||
<p><span id="articleName">{{ article.name }}</span>
|
||||
<span class="pdfLink">
|
||||
<<
|
||||
<a target="_blank" href="/edit/print_article/?id={{article.id}}" title="Download PDF">
|
||||
get pdf
|
||||
</a>
|
||||
>>
|
||||
</span>
|
||||
</p>
|
||||
{% if is_owner %}
|
||||
<div id="articleEditWrapper">
|
||||
<h5 id="articleAdminH">Article Admin</h5>
|
||||
|
@ -276,6 +267,18 @@ p {
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<span class="pdfLink">
|
||||
<a target="_blank" href="/edit/print_article/?id={{article.id}}" title="Download PDF">
|
||||
Get .pdf
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<br />
|
||||
<p><span id="articleName">{{ article.name }}</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
{% for a_b in articles_before %}
|
||||
<a href="../../{{a_b.product.id}}/{{a_b.order}}/">{{a_b.order}}</a>. {{a_b.name}}<br />
|
||||
|
|
Loading…
Reference in New Issue
Block a user