Show More
Commit Description:
added user settings...
Commit Description:
added user settings
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@37 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css
| 34 lines
| 548 B
| text/css
| LassoCssLexer
|
|
r0 | |||
div.problist-each { margin-top: 2px; margin-bottom: 2px} | ||||
div.usermenu { | ||||
border-top: thin solid grey; | ||||
border-bottom: thin solid grey; | ||||
text-align: right | ||||
} | ||||
div.probname { | ||||
|
r2 | background-color: #66aaaa; | ||
font-weight: bold; | ||||
color: white; | ||||
padding: 2px; | ||||
|
r0 | } | ||
div.subinfo { | ||||
margin-left: 20px; | ||||
margin-top: 2px; | ||||
border-bottom: thin solid grey; | ||||
border-left: thin solid grey | ||||
|
r2 | } | ||
div.compilermsgbody { | ||||
font-family: monospace; | ||||
} | ||||
div.submitbox { | ||||
border: thin solid black; | ||||
padding: 5px; | ||||
color: white; | ||||
background-color: #777777; | ||||
} | ||||