diff options
author | mahesh | 2016-04-27 00:14:35 +0530 |
---|---|---|
committer | mahesh | 2016-05-04 11:21:46 +0530 |
commit | 2537f5cf9ed24009eda1fe21dd2cda91574ca60e (patch) | |
tree | e2157fffa4c8e7c5d2952d712f6b19301de4a15a /yaksh | |
parent | 6eab6722046625f8bc02966be6a32e1fd43b4ac4 (diff) | |
download | online_test-2537f5cf9ed24009eda1fe21dd2cda91574ca60e.tar.gz online_test-2537f5cf9ed24009eda1fe21dd2cda91574ca60e.tar.bz2 online_test-2537f5cf9ed24009eda1fe21dd2cda91574ca60e.zip |
added new css elements
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/static/yaksh/css/gradeuser.css | 8 |
1 files changed, 7 insertions, 1 deletions
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%; +} |