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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB