From 4580a0466779d88b65f495e660ea5410c7bdfbe3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 22 Oct 2013 22:59:41 +0530 Subject: [PATCH] added custom styling for the 'clear' link (used in radio buttons) --- 2014/assets/css/custom.css | 10 ++++++++++ 2014/call_for_sessions/index.html | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 471db6af..79e535f0 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -165,6 +165,16 @@ body { cursor: pointer; } +.radio-clear-link { + display: inline-block; + padding-left: 5px; + margin-bottom: 0; + margin-top: 5px; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} + .btn-default { color: #ffffff; background-color: rgba(145, 145, 145, 0.5); diff --git a/2014/call_for_sessions/index.html b/2014/call_for_sessions/index.html index 5f22abcb..4ad32a85 100644 --- a/2014/call_for_sessions/index.html +++ b/2014/call_for_sessions/index.html @@ -769,7 +769,7 @@ 61 + - + (clear) @@ -1008,7 +1008,7 @@ /> None of these are accurate for me - + (clear) @@ -1102,7 +1102,7 @@ name="custom_128" /> Decline to answer - + (clear) -- 2.25.1