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