frontpages

This commit is contained in:
ashok sukumaran 2011-07-04 22:58:41 +05:30
parent 496f19d74a
commit a67d2c409b

View File

@ -1,181 +1,108 @@
#filterForm
{padding:18px 0px 18px 100px;}
#filterForm p
{padding-bottom:10px;
padding-right:32px;
#categoryHelp {
padding:18px 0px 5px 100px;
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;
color: #3B240B;
font-style:italic;
letter-spacing:4;
}
#categoryForm {
padding:5px 0px 5px 100px;
}
#categoryForm p {
padding-bottom:10px;
padding-right:50px;
font-size:14px;
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;
height:200px;
overflow:hidden;
#addFilesWrapper {
display: none;
padding:18px 0px 18px 100px;
}
.leftCol {
width:200px;
padding-top:12px;
float:left;}
.leftCol p
{
font-size:12px;
font-weight:bold;
text-align:left;}
.editTitle
{float:left;}
.itemFormLabel titleLabel {
display:block;
#uploadInstructions {
font-size:14px;
color: #3B240B;
margin-bottom: 10px;
font-style:italic;
}
.itemTitle
{width:180px;}
#uploadingTo {
margin-bottom: 10px;
font-style:italic;}
.editPrivate
{clear:both;
float:left;
.uploading {
width: 450px;
border-width: 1px;
border-style: dashed;
border-color: #7db9e8;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
border-radius:10px;
}
.uploaded {
width: 450px;
padding:10px;
font-size:14px;
margin-bottom:5px;
background: #7db9e8;
border-radius:10px;}
.formHelp
{font-weight:bold;
padding-top:6px;}
.rightCol {
width:200px;
padding-top:12px;
float:right;}
.fileForm button
{float:right;
margin-right:5px;
margin-bottom:5px;}
.rightCol p
{font-weight:bold;
text-align:right;}
.editDescription {
float:right;
#progressbar {
display: none;
background-color: #848484;
margin-left: 40px;
}
.itemDescription {
width:190px;
font-family: "DejaVu Sans", Arial, Verdana, sans-serif;
#progress {
background: #3B240B;
}
.itemFormLabel descriptionLabel {
#progressstatus {
font-size: 12px;
}
#filesList {
margin-top: 15px;
margin-bottom:5px;}
.saved
{padding-left:7px;
font-size:12px;
display:block;
padding-top:5px;
float:left;}
.fileForm {
overflow: hidden;
width: 100%;
}
.submitInput
{clear:both;
float:right;
margin-top:6px;}
.fileTitle {
float: bottom;
width: 170px;
margin-left: 6px;
margin-bottom: 10px;
}
.fileDesc {
float: left;
width: 250px;
margin-right:8px;
}
#uploadStudy {
font-weight: bold;
}