front pages

This commit is contained in:
ashok sukumaran 2011-07-03 18:16:58 +05:30
parent e353983352
commit e5153a2a4d

View File

@ -0,0 +1,129 @@
#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:10px;
float:left;}
#firstPage:hover
{text-decoration:underline;}
#prevBtn, #nextBtn
{cursor:pointer;
padding-top:10px;}
#prevBtn
{padding-left:16px;
float:left;}
#nextBtn
{padding-left:30px;
padding-right:16px;
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;}
#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 p
{padding-top:12px;}
.itemForm p span
{font-weight:bold;}
.itemFormLabel
{position:relative;
bottom:16px;}