From 385c20ebf3d1eaa3adef7a7496ba3d3e6b35f6d6 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 10 Jul 2011 04:50:05 +0530 Subject: [PATCH] pretty up publish page. Publish page done. --- edgware/static/css/files/publish.css | 31 ++++++++++++++++++++++++++++ edgware/templates/main/publish.html | 26 +++++++++++------------ 2 files changed, 44 insertions(+), 13 deletions(-) diff --git a/edgware/static/css/files/publish.css b/edgware/static/css/files/publish.css index e1bcb5a..f9de6d9 100644 --- a/edgware/static/css/files/publish.css +++ b/edgware/static/css/files/publish.css @@ -23,3 +23,34 @@ margin-left: 40px; font-size: 11px; } + +.articleList li a { + text-decoration: none; + font-size: 11px; + font-weight: bold; + margin-right: 4px; + color: #2E64FE; +} + +.articleList, .articleList li { + margin: 0; + padding: 0; +} + +.articleList { + margin-top: 8px; + margin-left: 8px; + margin-bottom: 8px; +} + +.articleList li a:hover { + color: #3B240B; +} + +.articleList li { + font-size: 12px; +} + +.articleTitle { + margin-right: 8px; +} diff --git a/edgware/templates/main/publish.html b/edgware/templates/main/publish.html index 4106423..055e822 100644 --- a/edgware/templates/main/publish.html +++ b/edgware/templates/main/publish.html @@ -53,7 +53,7 @@ If you are a participant looking to open a new account, please write to contact@

Edit your own articles:

-