Files
OnlineJudge/static/src/css/oj.css
2015-08-21 17:58:22 +08:00

74 lines
985 B
CSS

@import url("global.css");
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/todc-bootstrap.min.css");
@import url("codeMirror/codemirror.css");
#language-selector {
width: 130px;
}
#code-field {
padding-top: 15px;
}
#loading {
display: none;
}
#code-editor {
border: 0;
height: 300px;
}
.problem-section {
padding-top: 5px;
padding-bottom: 5px;
}
.problem-detail {
font-size: 15px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
padding: 14px 24px;
font-size: 21px;
}
.admin-container{
padding-left: 10px;
padding-right: 10px;
}
.problem, .sample{
padding-top: 15px;
}
#loading-gif{
width: 40px;
height: 40px;
display: none;
}
#submit-code-button{
margin: 10px;
}
li.list-group-item {
padding: 10px 15px;
margin-bottom: -1px;
border: 1px solid #e5e5e5;
}
.panel>.list-group{
padding: 0 0;
}
.ac-flag{
color: green;
}