From adadd31b830789ef7ea887db53db9de282acd527 Mon Sep 17 00:00:00 2001 From: Karen Date: Fri, 1 Jul 2011 15:37:37 +0530 Subject: [PATCH] no message whatsoever --- edgware/static/css/files/browse.css | 33 ++++++++++++++++++----------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index 626f3d1..f8719b9 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -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;} +