merged css changes
This commit is contained in:
commit
8792ab22fd
|
@ -2,26 +2,61 @@
|
||||||
{padding:18px;}
|
{padding:18px;}
|
||||||
|
|
||||||
#filterForm p
|
#filterForm p
|
||||||
{padding-bottom:10px;}
|
{padding-bottom:10px;
|
||||||
|
padding-right:40px;
|
||||||
|
font-size:14px;
|
||||||
|
float:left;}
|
||||||
|
|
||||||
|
.previewObject a, a:link
|
||||||
|
{text-decoration:none;
|
||||||
|
font-size:12px;
|
||||||
|
color:#555353;}
|
||||||
|
|
||||||
|
.previewObject a:visited
|
||||||
|
{color:#5a4123;}
|
||||||
|
|
||||||
|
.previewObject a:hover
|
||||||
|
{text-decoration:underline;}
|
||||||
|
|
||||||
|
.previewObject a:active
|
||||||
|
{color:#000;}
|
||||||
|
|
||||||
#prevBtn, #nextBtn
|
#prevBtn, #nextBtn
|
||||||
{font-size:16px;
|
{font-size:16px;
|
||||||
float:left;
|
cursor:pointer;}
|
||||||
cursor:pointer;} /*have not cleared both and used float; is that ok*/
|
|
||||||
|
|
||||||
#prevBtn
|
#prevBtn
|
||||||
{padding-left:16px;}
|
{padding-left:16px;
|
||||||
|
font-size:14px;
|
||||||
|
float:left;
|
||||||
|
clear:both;}
|
||||||
|
|
||||||
#nextBtn
|
#nextBtn
|
||||||
{padding-left:40px;}
|
{padding-left:40px;
|
||||||
|
font-size:14px;
|
||||||
|
float:left;}
|
||||||
|
|
||||||
.fileItem
|
.fileItem
|
||||||
{padding-bottom:8px;
|
{font-size:12px;
|
||||||
|
padding-bottom:8px;
|
||||||
padding-left:18px;
|
padding-left:18px;
|
||||||
cursor:pointer;}
|
cursor:pointer;
|
||||||
|
clear:both;}
|
||||||
|
|
||||||
|
|
||||||
|
.fileItem:hover
|
||||||
|
{color:#555353;}
|
||||||
|
|
||||||
|
.fileIcon
|
||||||
|
{margin-right:4px;}
|
||||||
|
|
||||||
|
.selectedItem
|
||||||
|
{background-color:#f4f3ba;}
|
||||||
|
|
||||||
|
.fileCheckbox
|
||||||
|
{margin:0px 0 0px 4px;} /*any way to change the bottom margin*/
|
||||||
|
|
||||||
#previewPane {
|
#previewPane {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:350px;
|
left:350px;
|
||||||
top:118px;}
|
top:154px;}
|
||||||
|
|
BIN
edgware/static/images/icons2/audio.jpg
Normal file
BIN
edgware/static/images/icons2/audio.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 427 B |
BIN
edgware/static/images/icons2/image.jpg
Normal file
BIN
edgware/static/images/icons2/image.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 432 B |
BIN
edgware/static/images/icons2/text.jpg
Normal file
BIN
edgware/static/images/icons2/text.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 B |
|
@ -19,9 +19,8 @@
|
||||||
<div id="fileList">
|
<div id="fileList">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="prevBtn">prev</div>
|
<div id="prevBtn"><<</div>
|
||||||
<div id="nextBtn">next</div>
|
<div id="nextBtn">>></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="previewPane">
|
<div id="previewPane">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user