Project activity refactoring and listeners improvements
This commit is contained in:
@@ -26,10 +26,6 @@ body {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* links */
|
||||
a {
|
||||
color: #3366CC;
|
||||
@@ -1108,6 +1104,21 @@ tr td.task-orange,
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.activity-description ul {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.activity-description li {
|
||||
margin-left: 40px;
|
||||
list-style-type: circle;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.activity-description .markdown {
|
||||
margin-top: 10px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* confirmation box */
|
||||
.confirm {
|
||||
max-width: 700px;
|
||||
|
||||
Reference in New Issue
Block a user