diff --git a/edx_sga/static/css/edx_sga.css b/edx_sga/static/css/edx_sga.css index ca290f2b..f6b8f855 100644 --- a/edx_sga/static/css/edx_sga.css +++ b/edx_sga/static/css/edx_sga.css @@ -50,11 +50,13 @@ filter:alpha(opacity: 0); opacity: 0; z-index: 2; + width: 200px; } .sga-block td .upload button { padding: 3px; width: 100%; + height: 20px; } .sga-block .error { @@ -119,7 +121,32 @@ } .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; } 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 @@