Update Problem UI (Problem Information) (#94)
This commit is contained in:
parent
20f55047b8
commit
5cbf3489b3
2 changed files with 51 additions and 48 deletions
|
@ -416,3 +416,19 @@ ul.problem-list {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new-problem-info {
|
||||
background-color: #fff6dd;
|
||||
border-radius: 25px;
|
||||
font-size: 14px;
|
||||
height: 25px;
|
||||
width: 100%;
|
||||
display: table;
|
||||
padding: 5px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.info-block {
|
||||
display:table-cell;
|
||||
vertical-align:middle;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue