Show More
Commit Description:
small changes, layouts...
Commit Description:
small changes, layouts git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@46 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css | 71 lines | 1.1 KiB | text/css | LassoCssLexer |
p {
font-size: 12px;
}
div.title {
font-size: 20px;
font-weight: bold;
background: lightgreen;
padding: 2px;
}
div.problist-each {
margin-top: 2px;
margin-bottom: 2px
}
div.userbar {
border-top: thin solid grey;
border-bottom: thin solid grey;
text-align: right;
font-size: 12px;
}
div.probname {
background-color: #eeeeee;
font-weight: bold;
padding: 2px;
border: 1px solid black;
}
div.subinfo {
margin-left: 20px;
margin-top: 2px;
border-bottom: thin solid grey;
border-left: thin solid grey;
font-size: 12px;
}
div.compilermsgbody {
font-family: monospace;
}
div.submitbox {
border: thin solid black;
padding: 5px;
color: white;
background-color: #777777;
font-weight: bold;
}
table.uinfo {
border-collapse: collapse;
border: 1px solid black;
font-size: 13px;
}
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;
}