edgware/edgware/static/css/files/browse.css
2011-07-01 15:58:04 +05:30

121 lines
1.8 KiB
CSS

#filterForm
{padding:18px 0px 18px 100px;}
#filterForm p
{padding-bottom:10px;
padding-right:40px;
font-size:14px;
float:left;}
#leftCol
{float:left;
clear:both;
padding-top:10px;}
#fileList
{width:430px; /*given same width as fileItem, so change accordingly*/
height:272px;
overflow-x:hidden;}
.fileItem
{width:290px; /*is this width ok*/
font-size:12px;
padding-bottom:8px;
margin-left:100px;
cursor:pointer;
clear:both;
text-align:justify;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
.fileStudy
{font-style:italic;}
#withSelected, #firstPage, #lastPage, #pageData
{font-size:12px;}
.fileItem:hover
{color:#555353;}
.fileIcon
{margin-right:4px;}
.selectedItem
{background-color:#f4f3ba;}
.fileCheckbox
{padding-right:4px;} /*any way to change the bottom margin*/
#pageData
{padding-top:12px;
padding-left:120px;
font-style:italic;
text-align:justify;}
#firstPage
{cursor:pointer;
padding-top:18px;
padding-left:100px;
clear:both;
float:left;}
#prevBtn, #nextBtn
{font-size:14px;
cursor:pointer;
padding-top:18px;}
#prevBtn
{padding-left:16px;
float:left;}
#nextBtn
{padding-left:36px;
padding-right:18px;
float:left;}
#lastPage
{float:left;
cursor:pointer;
padding-top:18px;}
#withSelected
{padding-top:12px;
padding-left:100px;
clear:both;
float:left;}
#em
{font-style:italic;
text-align:justify;
line-height:20px;}
#previewPane
{float:left;
padding-top:10px;
padding-left:20px;} /*Sanj, is this okay??*/
.previewObject a, .previewObject 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;}
.itemForm p
{padding-top:12px;}
.itemForm p span
{font-size:12px;
font-weight:bold;}