Show More
Commit Description:
fixed submission bug: forgot to set problem attribute in case that the problem is set in the submission code....
Commit Description:
fixed submission bug: forgot to set problem attribute in case that the problem is set in the submission code.
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@100 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css
| 71 lines
| 1.1 KiB
| text/css
| LassoCssLexer
|
|
r14 | p { | ||
font-size: 12px; | ||||
} | ||||
|
r0 | |||
|
r21 | div.title { | ||
font-size: 20px; | ||||
font-weight: bold; | ||||
background: lightgreen; | ||||
padding: 2px; | ||||
} | ||||
|
r14 | div.problist-each { | ||
margin-top: 2px; | ||||
margin-bottom: 2px | ||||
} | ||||
|
r0 | |||
|
r22 | div.userbar { | ||
|
r14 | border-top: thin solid grey; | ||
border-bottom: thin solid grey; | ||||
|
r21 | text-align: right; | ||
font-size: 12px; | ||||
|
r0 | } | ||
div.probname { | ||||
|
r20 | background-color: #eeeeee; | ||
|
r14 | font-weight: bold; | ||
padding: 2px; | ||||
|
r20 | border: 1px solid black; | ||
|
r0 | } | ||
div.subinfo { | ||||
|
r14 | margin-left: 20px; | ||
margin-top: 2px; | ||||
border-bottom: thin solid grey; | ||||
|
r21 | border-left: thin solid grey; | ||
font-size: 12px; | ||||
|
r2 | } | ||
div.compilermsgbody { | ||||
|
r14 | font-family: monospace; | ||
|
r2 | } | ||
div.submitbox { | ||||
|
r14 | border: thin solid black; | ||
padding: 5px; | ||||
color: white; | ||||
background-color: #777777; | ||||
|
r21 | font-weight: bold; | ||
|
r14 | } | ||
table.uinfo { | ||||
border-collapse: collapse; | ||||
border: 1px solid black; | ||||
font-size: 13px; | ||||
|
r2 | } | ||
|
r14 | |||
td.uinfo { | ||||
vertical-align: top; | ||||
border: 1px solid black; | ||||
padding: 5px; | ||||
} | ||||
th.uinfo { | ||||
background: lightgreen; | ||||
vertical-align: top; | ||||
text-align: right; | ||||
border: 1px solid black; | ||||
padding: 5px; | ||||
} | ||||