no message whatsoever
This commit is contained in:
parent
a9b0eec5a2
commit
adadd31b83
|
@ -11,24 +11,28 @@ float:left;}
|
|||
|
||||
#leftCol
|
||||
{float:left;
|
||||
clear:both;}
|
||||
clear:both;
|
||||
padding-top:10px;}
|
||||
|
||||
#fileList
|
||||
{width:250px; /*given same width as fileItem, so change accordingly*/
|
||||
{width:430px; /*given same width as fileItem, so change accordingly*/
|
||||
height:272px;
|
||||
overflow:hidden;}
|
||||
overflow-x:hidden;}
|
||||
|
||||
.fileItem
|
||||
{width:250px; /*is this width ok*/
|
||||
{width:290px; /*is this width ok*/
|
||||
font-size:12px;
|
||||
padding-bottom:8px;
|
||||
padding-left:100px;
|
||||
margin-left:100px;
|
||||
cursor:pointer;
|
||||
clear:both;
|
||||
text-align:justify;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;} /*I SUGGEST you have icon, checkbox and then text so a long filename wont bajao someone, FF7 only supports*/
|
||||
text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
|
||||
|
||||
.fileStudy
|
||||
{font-style:italic;}
|
||||
|
||||
#withSelected, #firstPage, #lastPage, #pageData
|
||||
{font-size:12px;}
|
||||
|
@ -47,13 +51,14 @@ text-overflow:ellipsis;} /*I SUGGEST you have icon, checkbox and then text so a
|
|||
|
||||
#pageData
|
||||
{padding-top:2px;
|
||||
padding-left:16px;
|
||||
font-style:italic;}
|
||||
padding-left:100px;
|
||||
font-style:italic;
|
||||
text-align:justify;}
|
||||
|
||||
#firstPage
|
||||
{cursor:pointer;
|
||||
padding-top:18px;
|
||||
padding-left:16px;
|
||||
padding-left:100px;
|
||||
clear:both;
|
||||
float:left;}
|
||||
|
||||
|
@ -78,16 +83,19 @@ padding-top:18px;}
|
|||
|
||||
#withSelected
|
||||
{padding-top:12px;
|
||||
padding-left:16px;
|
||||
padding-left:100px;
|
||||
clear:both;
|
||||
float:left;}
|
||||
|
||||
#em
|
||||
{font-style:italic;}
|
||||
{font-style:italic;
|
||||
text-align:justify;
|
||||
line-height:20px;}
|
||||
|
||||
#previewPane
|
||||
{float:left;
|
||||
padding-top:6px;} /*Sanj, is this okay??*/
|
||||
padding-top:10px;
|
||||
padding-left:20px;} /*Sanj, is this okay??*/
|
||||
|
||||
.previewObject a, .previewObject a:link
|
||||
{text-decoration:none;
|
||||
|
@ -109,3 +117,4 @@ color:#555353;}
|
|||
.itemForm p span
|
||||
{font-size:12px;
|
||||
font-weight:bold;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user