Show More
Commit Description:
fixed single contest bug, reported by K. Siththa
Commit Description:
fixed single contest bug, reported by K. Siththa
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css | 242 lines | 4.8 KiB | text/css | LassoCssLexer |
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 body {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: white url(../images/topbg.jpg) repeat-x top center;
font-size: 13px;
font-family: Tahoma, "sans-serif";
margin: 10px;
padding: 10px; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
input {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-family: Tahoma, "sans-serif"; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
h1 {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-size: 24px;
color: #334488;
line-height: 2em; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
h2 {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-size: 18px;
color: #5566bb;
line-height: 1.5em; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 hr {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #eeeeee; }
pramook
initial commit...
r0
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 a {
color: #6666cc;
text-decoration: none; }
a:link, a:visited {
color: #6666cc;
text-decoration: none; }
a:hover, a:focus {
color: #111166;
text-decoration: none; }
pramook
initial commit...
r0
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 div.userbar {
line-height: 1.5em;
text-align: right;
font-size: 12px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 div.title {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 padding: 10px 0px;
line-height: 1.5em;
font-size: 13px; }
div.title span.contest-over-msg {
jittat
[web] added site and time out basic functionality...
r85 font-size: 15px;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 color: red; }
div.title table {
jittat
more styling...
r78 width: 100%;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: bold; }
div.title td.left-col {
jittat
more styling...
r78 text-align: left;
vertical-align: top;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 color: #444444; }
div.title td.right-col {
jittat
more styling...
r78 text-align: right;
vertical-align: top;
jittat
MERGED changeset 404:406 from ytopc branch...
r197 font-size: 18px;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 color: #116699; }
jittat
+user template, +some style...
r14
jittat
update views...
r50 table.info {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 margin: 10px 0;
border: 1px solid #666666;
border-collapse: collapse;
font-size: 12px; }
table.info th {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 1px solid #666666;
line-height: 1.5em;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 padding: 0 0.5em; }
table.info td {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border-left: 1px solid #666666;
border-right: 1px solid #666666;
line-height: 1.5em;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 padding: 0 0.5em; }
jittat
update views -- styling (even more)...
r52
jittat
update views...
r50 tr.info-head {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: #777777;
color: white; }
jittat
update views...
r50 tr.info-odd {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: #eeeeee; }
jittat
update views...
r50 tr.info-even {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: #f9f9f9; }
jittat
update views -- styling...
r51
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 .infobox {
background: #eeeeff;
border: 1px dotted #99aaee;
padding: 5px;
margin: 10px 0px;
color: black;
font-size: 13px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 .submitbox {
background: #eeeeff;
border: 1px dotted #99aaee;
padding: 5px;
margin: 10px 0px;
color: black;
font-size: 13px; }
jittat
MERGED changeset 404:406 from ytopc branch...
r197
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 .errorExplanation {
border: 1px dotted gray;
color: #bb2222;
padding: 5px 15px 5px 15px;
margin-bottom: 5px;
background-color: white;
font-weight: normal; }
.errorExplanation h2 {
jittat
MERGED changeset 404:406 from ytopc branch...
r197 color: #cc1111;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: bold; }
jittat
Merged online-registration branch changes r297:303 into the trunk...
r158
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 table.uinfo {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 border-collapse: collapse;
border: 1px solid black;
font-size: 13px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
td.uinfo {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 vertical-align: top;
border: 1px solid black;
padding: 5px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
th.uinfo {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: lightgreen;
vertical-align: top;
text-align: right;
border: 1px solid black;
padding: 5px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
div.compilermsgbody {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-family: monospace; }
jittat
update views -- styling...
r51 div.task-menu {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 text-align: center;
font-size: 13px;
line-height: 1.75em;
font-weight: bold;
border-top: 1px dashed gray;
border-bottom: 1px dashed gray;
margin-top: 2px;
margin-bottom: 4px; }
jittat
[web] refactor problem description, some styling...
r92
table.taskdesc {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 border: 2px solid #dddddd;
border-collapse: collapse;
margin: 10px auto;
width: 90%;
font-size: 13px; }
table.taskdesc p {
font-size: 13px; }
table.taskdesc tr.name {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
background: #dddddd;
color: #333333;
jittat
[web] refactor problem description, some styling...
r92 font-weight: bold;
font-size: 14px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.5em;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 text-align: center; }
table.taskdesc td.desc-odd {
jittat
[web] refactor problem description, some styling...
r92 padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: #fefeee; }
table.taskdesc td.desc-even {
jittat
[web] refactor problem description, some styling...
r92 padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 background: #feeefe; }
jittat
[web] added announcement...
r97
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281 .announcementbox {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 margin: 10px 0px;
background: #bbddee;
padding: 1px; }
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281 .announcementbox span.title {
jittat
[web] added announcement...
r97 font-weight: bold;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 color: #224455;
jittat
[web] added announcement...
r97 padding-left: 10px;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 line-height: 1.6em; }
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281
.announcement {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 margin: 2px;
background: white;
padding: 1px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px; }
jittat
[web] added announcement...
r97
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement p {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-size: 12px;
margin: 2px; }
jittat
[web] added announcement...
r97
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281 .pub-info {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 text-align: right;
font-style: italic;
font-size: 9px; }
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281 .pub-info p {
jittat
[web] added announcement...
r97 text-align: right;
font-style: italic;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-size: 9px; }
jittat
[web] added message feature...
r102
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement .toggles {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: normal;
float: right;
font-size: 80%; }
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement .announcement-title {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: bold; }
jittat
[web] added message feature...
r102
div.message {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 margin: 10px 0 0; }
div.message div.message {
margin: 0 0 0 30px; }
div.message div.body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
background: #fff8f8;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 padding-left: 5px; }
div.message div.reply-body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #bbbbbb;
background: #fffff8;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 padding-left: 5px; }
div.message div.stat {
jittat
[web] added message feature...
r102 font-size: 10px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.75em;
padding: 0 5px;
color: #333333;
background: #dddddd;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: bold; }
div.message div.message div.stat {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 font-size: 10px;
line-height: 1.75em;
padding: 0 5px;
color: #444444;
background: #bbbbbb;
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 font-weight: bold; }
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 div.contest-title {
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 color: white;
text-align: center;
line-height: 2em; }
div.registration-desc, div.test-desc {
border: 1px dotted gray;
background: #f5f5f5;
padding: 5px;
margin: 10px 0;
font-size: 12px;
line-height: 1.5em; }
Jittat Fakcharoenphol
assigns users to a unique contest, small styling on contest title
r281
h2.contest-title {
margin-top: 5px;
margin-bottom: 5px; }