From d359e2e95042fe3bfc112a83c3dd2038699c3120 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 28 Jun 2011 00:00:42 +0530 Subject: [PATCH] css changes --- padmaTexts/static/css/jquery.tooltip.css | 3 +++ padmaTexts/static/css/text.css | 15 +++++++++++++++ padmaTexts/templates/text_embed.html | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/padmaTexts/static/css/jquery.tooltip.css b/padmaTexts/static/css/jquery.tooltip.css index 869a4a9..9adb550 100644 --- a/padmaTexts/static/css/jquery.tooltip.css +++ b/padmaTexts/static/css/jquery.tooltip.css @@ -20,4 +20,7 @@ #tooltip img { width: auto; height: 120px; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; } diff --git a/padmaTexts/static/css/text.css b/padmaTexts/static/css/text.css index 2dc4f4f..cf13c50 100644 --- a/padmaTexts/static/css/text.css +++ b/padmaTexts/static/css/text.css @@ -7,12 +7,25 @@ body { h4 { padding: 0; margin: 0; + font-size: 14px; } a img { border: 0px; } +.authorLink { + color: #393939; +} + +.authorLink:visited { + color: #393939; +} + +.authorLink:hover { + color: #000000; +} + .padmaWrapper { width: 100%; position: relative; @@ -44,6 +57,8 @@ a img { font-style: italic; } + + .para { padding: 8px; border-left: 1px solid #000; diff --git a/padmaTexts/templates/text_embed.html b/padmaTexts/templates/text_embed.html index 1b6871c..c147137 100644 --- a/padmaTexts/templates/text_embed.html +++ b/padmaTexts/templates/text_embed.html @@ -113,7 +113,7 @@ $(function() { {{ text.title }}

- by {{ text.author }}, {{text.date|date:"F Y"}} + by {{ text.author }}, {{text.date|date:"F Y"}}