css changes to browser.html

This commit is contained in:
Karen 2011-06-30 22:25:43 +05:30
parent 4c6db1c3a7
commit 50de0175db
3 changed files with 56 additions and 6 deletions

View File

@ -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;}

View 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;
}

View File

@ -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">