Description:
removed bold from submission_box
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@438 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r207:88a43bd82021 - - 2 files changed: 2 inserted, 3 deleted
@@ -1,8 +1,8 | |||||
|
1 | <% form_tag({:action => 'submit'}, :multipart => true) do %> |
|
1 | <% form_tag({:action => 'submit'}, :multipart => true) do %> |
|
2 | - Problem: <%= select 'submission', 'problem_id', |
|
2 | + <b>Problem:</b> <%= select 'submission', 'problem_id', |
|
3 | [[(t 'main.specified_in_header'),'-1']] + |
|
3 | [[(t 'main.specified_in_header'),'-1']] + |
|
4 | @problems.collect {|p| [p.full_name, p.id]}, |
|
4 | @problems.collect {|p| [p.full_name, p.id]}, |
|
5 | :selected => '-1' %> |
|
5 | :selected => '-1' %> |
|
6 | - File: <%= file_field_tag 'file' %> |
|
6 | + <b>File:</b> <%= file_field_tag 'file' %> |
|
7 | <%= submit_tag 'Submit' %> |
|
7 | <%= submit_tag 'Submit' %> |
|
8 | <% end %> |
|
8 | <% end %> |
@@ -121,13 +121,12 | |||||
|
121 | div.submitbox { |
|
121 | div.submitbox { |
|
122 | background: #eeeeff; |
|
122 | background: #eeeeff; |
|
123 | border: 1px dotted #99aaee; |
|
123 | border: 1px dotted #99aaee; |
|
124 | padding: 5px; |
|
124 | padding: 5px; |
|
125 | margin: 10px 0px; |
|
125 | margin: 10px 0px; |
|
126 | color: black; |
|
126 | color: black; |
|
127 | - font-weight: bold; |
|
||
|
128 | font-size: 13px; |
|
127 | font-size: 13px; |
|
129 | } |
|
128 | } |
|
130 |
|
129 | ||
|
131 | div.errorExplanation { |
|
130 | div.errorExplanation { |
|
132 | border: 1px dotted gray; |
|
131 | border: 1px dotted gray; |
|
133 | color: #bb2222; |
|
132 | color: #bb2222; |
You need to be logged in to leave comments.
Login now