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