Clean up markup
This commit is contained in:
@ -102,6 +102,21 @@ div.negative-result {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group {
|
||||||
|
.title {
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -3,11 +3,15 @@
|
|||||||
= stylesheet_link_tag(asset_path('vis.min.css', type: :stylesheet))
|
= stylesheet_link_tag(asset_path('vis.min.css', type: :stylesheet))
|
||||||
|
|
||||||
.group
|
.group
|
||||||
h1 User Activity
|
.title
|
||||||
|
h1 = t('.user_activity')
|
||||||
|
a href='#' = t('.history')
|
||||||
.spinner
|
.spinner
|
||||||
.graph#user-activity
|
.graph#user-activity
|
||||||
|
|
||||||
.group
|
.group
|
||||||
h1 RFC Activity
|
.title
|
||||||
|
h1 = t('.rfc_activity')
|
||||||
|
a href='#' = t('.history')
|
||||||
.spinner
|
.spinner
|
||||||
.graph#rfc-activity
|
.graph#rfc-activity
|
||||||
|
@ -757,3 +757,7 @@ de:
|
|||||||
users:
|
users:
|
||||||
currently_active: "Aktiv (5 Minuten)"
|
currently_active: "Aktiv (5 Minuten)"
|
||||||
currently_active60: "Aktiv (60 Minuten)"
|
currently_active60: "Aktiv (60 Minuten)"
|
||||||
|
graphs:
|
||||||
|
user_activity: "Nutzeraktivität"
|
||||||
|
rfc_activity: "Kommentaranfragenaktivität"
|
||||||
|
history: "Historie"
|
||||||
|
@ -757,3 +757,7 @@ en:
|
|||||||
users:
|
users:
|
||||||
currently_active: "Active (5 minutes)"
|
currently_active: "Active (5 minutes)"
|
||||||
currently_active60: "Active (60 minutes)"
|
currently_active60: "Active (60 minutes)"
|
||||||
|
graphs:
|
||||||
|
user_activity: "User Activity"
|
||||||
|
rfc_activity: "RfC Activity"
|
||||||
|
history: "History"
|
||||||
|
Reference in New Issue
Block a user