From 1eb3a0c54fe662511420be11f17d28f230fd3487 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 00:07:05 +0530 Subject: [PATCH] front pages --- edgware/static/css/files/browse.css | 137 ++++----------------------- edgware/static/css/files/publish.css | 4 +- edgware/static/css/main.css | 5 +- edgware/templates/main/browse.html | 13 ++- 4 files changed, 29 insertions(+), 130 deletions(-) diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index 66c8434..a7cd71b 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -1,124 +1,19 @@ +#browseWrapper { + padding: 18px 0 18px 100px; + overflow: auto; +} -#filterForm -{padding:18px 0px 18px 100px;} -#filterForm p -{padding-bottom:10px; -padding-right:32px; -font-size:14px; -float:left;} - -#leftCol -{float:left; -clear:both; -padding-top:10px; -font-size:12px; -text-align:justify;} - -#fileList -{width:330px; -height:272px; -overflow-x:hidden; -margin-left:100px;} - -.fileItem -{width:290px; -padding-bottom:8px; -cursor:pointer; -overflow:hidden; -white-space:nowrap; -text-overflow:ellipsis;} /*ellipsis not supported except for FF7*/ - -.fileItem:hover -{color:#555353;} - -.fileStudy -{font-style:italic;} - -.fileIcon -{margin-right:4px;} - -.selectedItem -{background-color:#f4f3ba;} - -.fileCheckbox -{padding-right:4px;} - -#pageData -{padding-top:12px; -padding-left:120px; -font-style:italic; -letter-spacing:4;} - -#firstPage -{cursor:pointer; -padding-top:10px; -padding-left:120px; -clear:both; -float:left;} - -#firstPage:hover -{text-decoration:underline;} - -#prevBtn, #nextBtn -{cursor:pointer; -padding-top:10px;} - -#prevBtn -{padding-left:16px; -float:left;} - -#nextBtn -{padding-left:30px; -padding-right:16px; -float:left;} - -#lastPage -{float:left; -cursor:pointer; -padding-top:10px;} - -#lastPage:hover -{text-decoration:underline;} - -#withSelected -{padding-top:12px; -padding-left:100px; -clear:both; -float:left;} - -#em -{font-style:italic; -text-align:justify; -line-height:20px; -padding-left:16px;} - -#previewPane -{float:left; -padding-top:10px; -padding-left:20px; -font-size:12px;} - -.previewObject a, .previewObject a:link -{text-decoration:none; -color:#555353;} - -.previewObject a:visited -{color:#5a4123;} - -.previewObject a:hover -{text-decoration:underline;} - -.previewObject a:active -{color:#000;} - -.itemForm p -{padding-top:12px;} - -.itemForm p span -{font-weight:bold;} - -.itemFormLabel -{position:relative; -bottom:16px;} +#browsePublicationsleft { +width: 30%; +font-size: 14px; +float:left; +overflow: hidden; +} +#browseArticlesright { +width: 30%; +font-size: 16px; +float:left; +margin-left: 20px; +} diff --git a/edgware/static/css/files/publish.css b/edgware/static/css/files/publish.css index abedb47..dacd783 100644 --- a/edgware/static/css/files/publish.css +++ b/edgware/static/css/files/publish.css @@ -5,7 +5,7 @@ #publishBlockleft { -width: 25%; +width: 30%; font-size: 14px; float:left; } @@ -14,6 +14,6 @@ float:left; width: 30%; font-size: 16px; float:left; -margin-left: 40px; +margin-left: 20px; } diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 34308f1..55759b7 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -113,8 +113,7 @@ ul { } #logo { - - font-family: 'SG Grotesque', sans-serif; + font-family: 'SG Grotesque', sans-serif; font-size: 1.2em; line-height: 1.3em; letter-spacing: 0px; @@ -122,10 +121,10 @@ ul { position: absolute; bottom: 5px; right: 10px; - height: 60px; } #logo a { + text-align: bottom; color: #fff; text-decoration: none; diff --git a/edgware/templates/main/browse.html b/edgware/templates/main/browse.html index c859533..2cabecd 100644 --- a/edgware/templates/main/browse.html +++ b/edgware/templates/main/browse.html @@ -5,16 +5,21 @@ {% endblock %} {% block extra_head %} - + {% endblock %} {% block pageTitle %} - +Browse Publications {% endblock %} Browse Publications {% block content %} -
- Browse existing publications here. +
+
+ First page of most recent pub. +
+
+ Published Articles by type of study. +
{% endblock %}