diff options
author | Prabhu Ramachandran | 2016-05-04 18:31:28 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-05-04 18:31:28 +0530 |
commit | 8841e5ed4f8f79b7067ddb3523f4a3ec50f362b3 (patch) | |
tree | a9db341f13abdf47f994d8823f233219561dbff2 /yaksh/static | |
parent | 03f0aa839e4d91a3d83d68d5301f1425f18cca73 (diff) | |
parent | f150f1c54ee5941d72f2e4057af8c90cca588292 (diff) | |
download | online_test-8841e5ed4f8f79b7067ddb3523f4a3ec50f362b3.tar.gz online_test-8841e5ed4f8f79b7067ddb3523f4a3ec50f362b3.tar.bz2 online_test-8841e5ed4f8f79b7067ddb3523f4a3ec50f362b3.zip |
Merge pull request #97 from maheshgudi/grade_user_2
Grade User
Diffstat (limited to 'yaksh/static')
-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%; +} |