diff --git a/edx_sga/static/css/edx_sga.css b/edx_sga/static/css/edx_sga.css index ca290f2b..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 { @@ -50,11 +51,15 @@ filter:alpha(opacity: 0); 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 { @@ -119,7 +124,33 @@ } .modal-type-edx_sga ul.editor-modes.action-list.action-modes li a:hover { - background: #777; - color: #FFF; + background: #777; + color: #FFF; +} + +.sga-block a.button { + background-color: #E5E4E3; + border: 1px solid #cec5c5; + border-radius: 2px; + text-decoration: none; + -moz-user-select: none; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + line-height: normal; + text-align: center; + vertical-align: middle; + white-space: nowrap; + top: 0px; + left: 0px; + z-index: 2; + padding: 2px; + width: 200px; + color: #333346; + font-weight: bold; + font-size: 0.8125em; + margin-top: 1px; + height: 20px; + cursor: pointer; } diff --git a/edx_sga/templates/staff_graded_assignment/show.html b/edx_sga/templates/staff_graded_assignment/show.html index ff45d89e..af1fe43b 100644 --- a/edx_sga/templates/staff_graded_assignment/show.html +++ b/edx_sga/templates/staff_graded_assignment/show.html @@ -87,14 +87,14 @@ <% if (assignment.may_grade) { %> - + <% if (assignment.needs_approval) { %> {% trans "Approve grade" %} <% } else { %> {% trans "Enter grade" %} <% } %> - <% } %> + <% } %>