150 lines
2 KiB
CSS
150 lines
2 KiB
CSS
|
|
#filterForm
|
|
{padding:18px 0px 18px 100px;}
|
|
|
|
#filterForm p
|
|
{padding-bottom:10px;
|
|
padding-right:32px;
|
|
font-size:14px;
|
|
float:left;}
|
|
|
|
#leftCol
|
|
{float:left;
|
|
clear:both;
|
|
padding-top:10px;
|
|
font-size:12px;
|
|
text-align:justify;}
|
|
|
|
#fileList
|
|
{width:330px;
|
|
height:320px;
|
|
overflow-x:hidden;
|
|
margin-left:100px;}
|
|
|
|
.fileItem
|
|
{width:290px;
|
|
padding-bottom:8px;
|
|
cursor:pointer;
|
|
overflow:hidden;
|
|
white-space:nowrap;
|
|
text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
|
|
|
|
.fileItem:hover
|
|
{color:#555353;}
|
|
|
|
.fileStudy
|
|
{font-style:italic;}
|
|
|
|
.fileIcon
|
|
{margin-right:4px;}
|
|
|
|
.selectedItem
|
|
{background-color:#f4f3ba;}
|
|
|
|
.fileCheckbox
|
|
{padding-right:4px;}
|
|
|
|
#pageDataWrapper {
|
|
width:330px;
|
|
margin-left: 100px;
|
|
overflow: hidden;
|
|
}
|
|
#pageData
|
|
{padding-top:10px;
|
|
font-style:italic;
|
|
letter-spacing:4;
|
|
float:left;
|
|
}
|
|
|
|
#firstPage
|
|
{cursor:pointer;
|
|
padding-top:10px;
|
|
padding-left:15px;
|
|
float:left;}
|
|
|
|
#firstPage:hover
|
|
{text-decoration:underline;}
|
|
|
|
#prevBtn, #nextBtn
|
|
{cursor:pointer;
|
|
padding-top:10px;}
|
|
|
|
#prevBtn
|
|
{padding-left:12px;
|
|
float:left;}
|
|
|
|
#nextBtn
|
|
{padding-left:20px;
|
|
padding-right:12px;
|
|
float:left;}
|
|
|
|
#lastPage
|
|
{float:left;
|
|
cursor:pointer;
|
|
padding-top:10px;}
|
|
|
|
#lastPage:hover
|
|
{text-decoration:underline;}
|
|
|
|
#withSelected
|
|
{padding-top:12px;
|
|
padding-left:100px;
|
|
clear:both;
|
|
float:left;}
|
|
|
|
#makePrivate
|
|
{margin-left:10px;}
|
|
|
|
#em
|
|
{font-style:italic;
|
|
text-align:justify;
|
|
line-height:20px;
|
|
padding-left:16px;}
|
|
|
|
#previewPane
|
|
{float:left;
|
|
padding-top:10px;
|
|
padding-left:20px;
|
|
font-size:12px;}
|
|
|
|
.previewObject a, .previewObject a:link
|
|
{text-decoration:none;
|
|
color:#555353;}
|
|
|
|
.previewObject a:visited
|
|
{color:#5a4123;}
|
|
|
|
.previewObject a:hover
|
|
{text-decoration:underline;}
|
|
|
|
.previewObject a:active
|
|
{color:#000;}
|
|
|
|
.itemForm
|
|
{width:400px;}
|
|
|
|
.itemForm p
|
|
{padding-top:12px;}
|
|
|
|
.itemForm p span
|
|
{font-weight:bold;}
|
|
|
|
.itemFormLabel
|
|
{float:left;}
|
|
|
|
.descriptionLabel
|
|
{float:right;}
|
|
|
|
.itemTitle
|
|
{clear:both;
|
|
float:left;}
|
|
|
|
.itemDescription
|
|
{float:right;
|
|
height:50px;
|
|
border:2px groove #efecec;}
|
|
|
|
.submitItem
|
|
{clear:both;
|
|
float:right;
|
|
margin-top:6px;}
|