Improved the style of the timeline to add consistency.
The timeline is now a table with a more consistent look and feel with respect to the other tables in the application.
This commit is contained in:
@@ -108,6 +108,10 @@ table.recent-issues {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
table.recent-issues tr.log {
|
||||
border-bottom: 1px solid #e7ebe3;
|
||||
}
|
||||
|
||||
table.recent-issues th {
|
||||
background-color: #e4e8E0;
|
||||
vertical-align: top;
|
||||
@@ -196,6 +200,16 @@ div.issue-changes {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
div.issue-changes-timeline {
|
||||
background-color: #eeeeec;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
margin-top: 4px;
|
||||
padding: 4px;
|
||||
width: 60%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
div.issue-submit-info {
|
||||
background-color: #d3d7cf;
|
||||
-moz-border-radius: 3px;
|
||||
|
Reference in New Issue
Block a user