css changes to browser.html
This commit is contained in:
parent
4c6db1c3a7
commit
50de0175db
|
@ -1,5 +1,27 @@
|
|||
#filterForm
|
||||
{padding:18px;}
|
||||
|
||||
#filterForm p
|
||||
{padding-bottom:10px;}
|
||||
|
||||
|
||||
#prevBtn, #nextBtn
|
||||
{font-size:16px;
|
||||
float:left;
|
||||
cursor:pointer;} /*have not cleared both and used float; is that ok*/
|
||||
|
||||
#prevBtn
|
||||
{padding-left:16px;}
|
||||
|
||||
#nextBtn
|
||||
{padding-left:40px;}
|
||||
|
||||
.fileItem
|
||||
{padding-bottom:8px;
|
||||
padding-left:18px;
|
||||
cursor:pointer;}
|
||||
|
||||
#previewPane {
|
||||
position: absolute;
|
||||
left: 250px;
|
||||
top: 10px;
|
||||
}
|
||||
position:absolute;
|
||||
left:350px;
|
||||
top:118px;}
|
||||
|
|
28
edgware/static/css/files/upload.css
Normal file
28
edgware/static/css/files/upload.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
#addFilesWrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.uploading {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.uploaded {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
#progressbar {
|
||||
display: none;
|
||||
background-color: #80ADB0;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: #005740;
|
||||
}
|
||||
|
||||
#uploadStudy {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#uploadingTo {
|
||||
margin-bottom: 12px;
|
||||
}
|
|
@ -19,8 +19,8 @@
|
|||
<div id="fileList">
|
||||
|
||||
</div>
|
||||
<div id="prevBtn">prev</div>
|
||||
<div id="nextBtn">next</div>
|
||||
<div id="prevBtn"><<</div>
|
||||
<div id="nextBtn">>></div>
|
||||
|
||||
</div>
|
||||
<div id="previewPane">
|
||||
|
|
Loading…
Reference in New Issue
Block a user