Some UI improvements
This commit is contained in:
parent
0708eb7bb0
commit
5d15cb9bad
21 changed files with 147 additions and 184 deletions
|
@ -364,34 +364,10 @@ ul.problem-list {
|
|||
}
|
||||
}
|
||||
|
||||
.problem-feed-option {
|
||||
width: 90%;
|
||||
margin-left: 2.5%;
|
||||
padding-bottom: 1em;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.problem-feed-option-item {
|
||||
padding: 10px 15px;
|
||||
border-radius: 1em;
|
||||
font-weight: bold;
|
||||
background: lightgray;
|
||||
margin-right: 1em;
|
||||
color: gray;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pcodecell {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.problem-feed-option-item.active {
|
||||
background: lightblue;
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
.problem-data-form {
|
||||
.bad-file input, .bad-file .select2-selection {
|
||||
border-color: red;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue