merged changes
This commit is contained in:
commit
af671963a4
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
#filterForm
|
#filterForm
|
||||||
{padding:18px;}
|
{padding:18px 0px 18px 100px;}
|
||||||
|
|
||||||
#filterForm p
|
#filterForm p
|
||||||
{padding-bottom:10px;
|
{padding-bottom:10px;
|
||||||
|
@ -8,8 +9,22 @@ padding-right:40px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
float:left;}
|
float:left;}
|
||||||
|
|
||||||
|
#leftCol
|
||||||
|
{float:left;
|
||||||
|
clear:both;}
|
||||||
|
|
||||||
|
#fileList
|
||||||
|
{width:250px; /*given same width as fileItem, so change accordingly*/
|
||||||
|
height:272px;
|
||||||
|
overflow:hidden;}
|
||||||
|
|
||||||
.fileItem
|
.fileItem
|
||||||
{width:250px; /*is this width ok*/
|
{width:250px; /*is this width ok*/
|
||||||
|
font-size:12px;
|
||||||
|
padding-bottom:8px;
|
||||||
|
padding-left:100px;
|
||||||
|
cursor:pointer;
|
||||||
|
clear:both;
|
||||||
text-align:justify;
|
text-align:justify;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
@ -18,13 +33,6 @@ text-overflow:ellipsis;} /*I SUGGEST you have icon, checkbox and then text so a
|
||||||
#withSelected, #firstPage, #lastPage, #pageData
|
#withSelected, #firstPage, #lastPage, #pageData
|
||||||
{font-size:12px;}
|
{font-size:12px;}
|
||||||
|
|
||||||
.fileItem
|
|
||||||
{font-size:12px;
|
|
||||||
padding-bottom:8px;
|
|
||||||
padding-left:18px;
|
|
||||||
cursor:pointer;
|
|
||||||
clear:both;}
|
|
||||||
|
|
||||||
.fileItem:hover
|
.fileItem:hover
|
||||||
{color:#555353;}
|
{color:#555353;}
|
||||||
|
|
||||||
|
@ -38,7 +46,7 @@ clear:both;}
|
||||||
{padding-right:4px;} /*any way to change the bottom margin*/
|
{padding-right:4px;} /*any way to change the bottom margin*/
|
||||||
|
|
||||||
#pageData
|
#pageData
|
||||||
{padding-top:16px;
|
{padding-top:2px;
|
||||||
padding-left:16px;
|
padding-left:16px;
|
||||||
font-style:italic;}
|
font-style:italic;}
|
||||||
|
|
||||||
|
@ -71,16 +79,15 @@ padding-top:18px;}
|
||||||
#withSelected
|
#withSelected
|
||||||
{padding-top:12px;
|
{padding-top:12px;
|
||||||
padding-left:16px;
|
padding-left:16px;
|
||||||
clear:both;}
|
clear:both;
|
||||||
|
float:left;}
|
||||||
|
|
||||||
#em
|
#em
|
||||||
{font-style:italic;}
|
{font-style:italic;}
|
||||||
|
|
||||||
|
#previewPane
|
||||||
#previewPane {
|
{float:left;
|
||||||
position:absolute;
|
padding-top:6px;} /*Sanj, is this okay??*/
|
||||||
left:350px;
|
|
||||||
top:154px;}
|
|
||||||
|
|
||||||
.previewObject a, .previewObject a:link
|
.previewObject a, .previewObject a:link
|
||||||
{text-decoration:none;
|
{text-decoration:none;
|
||||||
|
@ -96,7 +103,9 @@ color:#555353;}
|
||||||
.previewObject a:active
|
.previewObject a:active
|
||||||
{color:#000;}
|
{color:#000;}
|
||||||
|
|
||||||
|
.itemForm p
|
||||||
|
{padding-top:12px;}
|
||||||
|
|
||||||
.itemForm p span
|
.itemForm p span
|
||||||
{font-size:12px;
|
{font-size:12px;
|
||||||
padding-top:6px;
|
|
||||||
font-weight:bold;}
|
font-weight:bold;}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="leftCol">
|
|
||||||
<div id="fileFilters">
|
<div id="fileFilters">
|
||||||
<form id="filterForm">
|
<form id="filterForm">
|
||||||
{{ filterForm.as_p }}
|
{{ filterForm.as_p }}
|
||||||
|
@ -17,6 +16,7 @@
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="leftCol">
|
||||||
<div id="fileWrapper">
|
<div id="fileWrapper">
|
||||||
<div id="fileList">
|
<div id="fileList">
|
||||||
|
|
||||||
|
@ -30,10 +30,10 @@
|
||||||
<div id="lastPage">Last</div>
|
<div id="lastPage">Last</div>
|
||||||
<div id="withSelected">
|
<div id="withSelected">
|
||||||
Selected Items: <button id="deleteSelectedBtn">Delete</button>
|
Selected Items: <button id="deleteSelectedBtn">Delete</button>
|
||||||
<span id="em">OR</span> Move to:
|
<p id="em">OR</p> <p>Move to:
|
||||||
<select id="moveSelectedSelect">
|
<select id="moveSelectedSelect">
|
||||||
<option value="">...............</option>
|
<option value="">...............</option>
|
||||||
</select>
|
</select></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user