63 lines
864 B
CSS
63 lines
864 B
CSS
#filterForm
|
|
{padding:18px;}
|
|
|
|
#filterForm p
|
|
{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
|
|
{font-size:16px;
|
|
cursor:pointer;}
|
|
|
|
#prevBtn
|
|
{padding-left:16px;
|
|
font-size:14px;
|
|
float:left;
|
|
clear:both;}
|
|
|
|
#nextBtn
|
|
{padding-left:40px;
|
|
font-size:14px;
|
|
float:left;}
|
|
|
|
.fileItem
|
|
{font-size:12px;
|
|
padding-bottom:8px;
|
|
padding-left:18px;
|
|
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 {
|
|
position:absolute;
|
|
left:350px;
|
|
top:154px;}
|