Reformatted file container format
This commit is contained in:
parent
245cae5f81
commit
36934077c8
2 changed files with 18 additions and 6 deletions
|
@ -7,6 +7,18 @@
|
|||
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
#fholder {
|
||||
text-align:center;
|
||||
}
|
||||
.probfile {
|
||||
display:inline;
|
||||
color:#62AC5B;
|
||||
margin-right:1em;
|
||||
margin-left:1em;
|
||||
}
|
||||
.filelink, .filelink:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
#style1 {
|
||||
background-color: #0080FF;
|
||||
margin: -0.1em;
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<h4>Files</h4>
|
||||
<a href="/files/example.txt" target="_blank">
|
||||
<h4>Example.txt</h4>
|
||||
<div class="panel-footer" id="fholder">
|
||||
<h4 class="flabel">Files</h4>
|
||||
<a href="/files/example.txt" class="filelink" target="_blank">
|
||||
<h4 class="probfile">Example.txt</h4>
|
||||
</a>
|
||||
<a href="/files/example2.txt" target="_blank">
|
||||
<h4>Example2.txt</h4>
|
||||
<a href="/files/example2.txt" class="filelink" target="_blank">
|
||||
<h4 class="probfile">Example2.txt</h4>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue