added large book icon

This commit is contained in:
Karen 2011-07-01 16:28:58 +05:30
parent 58f07c2ca6
commit dbbcd4b465
2 changed files with 27 additions and 26 deletions

View File

@ -1,29 +1,28 @@
#filterForm
{padding:18px 0px 18px 100px;}
#filterForm p
{padding-bottom:10px;
padding-right:40px;
padding-right:50px;
font-size:14px;
float:left;}
#leftCol
{float:left;
clear:both;
padding-top:10px;}
padding-top:10px;
font-size:12px;}
#fileList
{width:430px; /*given same width as fileItem, so change accordingly*/
{width:430px;
height:272px;
overflow-x:hidden;}
overflow-x:hidden;
margin-left:100px;}
.fileItem
{width:290px; /*is this width ok*/
font-size:12px;
{width:290px;
padding-bottom:8px;
margin-left:100px;
cursor:pointer;
clear:both;
text-align:justify;
@ -31,15 +30,12 @@ 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;}
.fileStudy
{font-style:italic;}
.fileIcon
{margin-right:4px;}
@ -47,7 +43,7 @@ text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
{background-color:#f4f3ba;}
.fileCheckbox
{padding-right:4px;} /*any way to change the bottom margin*/
{padding-right:4px;}
#pageData
{padding-top:12px;
@ -57,15 +53,17 @@ text-align:justify;}
#firstPage
{cursor:pointer;
padding-top:18px;
padding-left:100px;
padding-top:10px;
padding-left:120px;
clear:both;
float:left;}
#firstPage:hover
{text-decoration:underline;}
#prevBtn, #nextBtn
{font-size:14px;
cursor:pointer;
padding-top:18px;}
{cursor:pointer;
padding-top:10px;}
#prevBtn
{padding-left:16px;
@ -79,7 +77,10 @@ float:left;}
#lastPage
{float:left;
cursor:pointer;
padding-top:18px;}
padding-top:10px;}
#lastPage:hover
{text-decoration:underline;}
#withSelected
{padding-top:12px;
@ -90,16 +91,17 @@ float:left;}
#em
{font-style:italic;
text-align:justify;
line-height:20px;}
line-height:20px;
padding-left:16px;}
#previewPane
{float:left;
padding-top:10px;
padding-left:20px;} /*Sanj, is this okay??*/
padding-left:20px;
font-size:12px;}
.previewObject a, .previewObject a:link
{text-decoration:none;
font-size:12px;
color:#555353;}
.previewObject a:visited
@ -115,6 +117,5 @@ color:#555353;}
{padding-top:12px;}
.itemForm p span
{font-size:12px;
font-weight:bold;}
{font-weight:bold;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB