added position relative to description in preview pane.
This commit is contained in:
parent
dbbcd4b465
commit
06a52d5793
|
@ -12,10 +12,11 @@ float:left;}
|
|||
{float:left;
|
||||
clear:both;
|
||||
padding-top:10px;
|
||||
font-size:12px;}
|
||||
font-size:12px;
|
||||
text-align:justify;}
|
||||
|
||||
#fileList
|
||||
{width:430px;
|
||||
{width:330px;
|
||||
height:272px;
|
||||
overflow-x:hidden;
|
||||
margin-left:100px;}
|
||||
|
@ -24,8 +25,6 @@ margin-left:100px;}
|
|||
{width:290px;
|
||||
padding-bottom:8px;
|
||||
cursor:pointer;
|
||||
clear:both;
|
||||
text-align:justify;
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
|
||||
|
@ -49,7 +48,7 @@ text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/
|
|||
{padding-top:12px;
|
||||
padding-left:120px;
|
||||
font-style:italic;
|
||||
text-align:justify;}
|
||||
letter-spacing:4;}
|
||||
|
||||
#firstPage
|
||||
{cursor:pointer;
|
||||
|
@ -70,8 +69,8 @@ padding-top:10px;}
|
|||
float:left;}
|
||||
|
||||
#nextBtn
|
||||
{padding-left:36px;
|
||||
padding-right:18px;
|
||||
{padding-left:30px;
|
||||
padding-right:16px;
|
||||
float:left;}
|
||||
|
||||
#lastPage
|
||||
|
@ -119,3 +118,7 @@ color:#555353;}
|
|||
.itemForm p span
|
||||
{font-weight:bold;}
|
||||
|
||||
.itemFormLabel
|
||||
{position:relative;
|
||||
bottom:16px;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user