From 2537f5cf9ed24009eda1fe21dd2cda91574ca60e Mon Sep 17 00:00:00 2001 From: mahesh Date: Wed, 27 Apr 2016 00:14:35 +0530 Subject: added new css elements --- yaksh/static/yaksh/css/gradeuser.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/yaksh/static/yaksh/css/gradeuser.css b/yaksh/static/yaksh/css/gradeuser.css index 07b1079..af5de3f 100644 --- a/yaksh/static/yaksh/css/gradeuser.css +++ b/yaksh/static/yaksh/css/gradeuser.css @@ -36,7 +36,7 @@ color: #9EB6FF; border: 1px solid #C9C9C9; border-radius: 5px 5px 5px 5px; margin-bottom: 10px; - min-width: 805px; + min-width: 685px; } @@ -50,3 +50,9 @@ margin: 10px 10px 5px 5px; } #headerDiv a:hover { color: #FFFFFF; +} + +#attempt { + width: 157px; + position: relative; left:20%; +} -- cgit