Rename CSS class matches for changes in action names
This commit is contained in:
parent
29eb778043
commit
744fadccd9
1 changed files with 3 additions and 3 deletions
|
@ -1501,7 +1501,7 @@ tr.turn:hover {
|
||||||
|
|
||||||
/* Rules for the trace view */
|
/* Rules for the trace view */
|
||||||
|
|
||||||
.trace-view {
|
.trace-show {
|
||||||
.trace_pending {
|
.trace_pending {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
@ -1585,7 +1585,7 @@ tr.turn:hover {
|
||||||
margin-left: 70px;
|
margin-left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-view {
|
.user-show {
|
||||||
// Silly exception; remove when user page is redesigned.
|
// Silly exception; remove when user page is redesigned.
|
||||||
.content-inner {
|
.content-inner {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
@ -1712,7 +1712,7 @@ tr.turn:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.diary_entry-view img.user_thumbnail {
|
.diary_entry-show img.user_thumbnail {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue