From c125331a13cd8f13faf83f03a94c50ca4cd7e910 Mon Sep 17 00:00:00 2001 From: Amir Qayyum khan Date: Fri, 27 Mar 2015 16:55:58 +0500 Subject: [PATCH] ipdate --- edx_sga/static/css/edx_sga.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/edx_sga/static/css/edx_sga.css b/edx_sga/static/css/edx_sga.css index f6b8f855..420a2fbf 100644 --- a/edx_sga/static/css/edx_sga.css +++ b/edx_sga/static/css/edx_sga.css @@ -39,9 +39,10 @@ .sga-block .upload button { position: absolute; - top: 0px; + top: 1px; left: 0px; z-index: 1; + cursor: pointer; } .sga-block .upload .fileupload { @@ -51,12 +52,14 @@ opacity: 0; z-index: 2; width: 200px; + cursor: pointer; } .sga-block td .upload button { padding: 3px; width: 100%; height: 20px; + cursor: pointer; } .sga-block .error { @@ -148,5 +151,6 @@ font-size: 0.8125em; margin-top: 1px; height: 20px; + cursor: pointer; }