From 06a52d5793484dbb9de3cf1b37e6afbd76e5f911 Mon Sep 17 00:00:00 2001 From: Karen Date: Fri, 1 Jul 2011 16:59:00 +0530 Subject: [PATCH] added position relative to description in preview pane. --- edgware/static/css/files/browse.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index f57d139..2d5110d 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -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;} +