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