diff --git a/less/flags.less b/less/flags.less new file mode 100644 index 0000000..f84218a --- /dev/null +++ b/less/flags.less @@ -0,0 +1,15 @@ +.page-flags { + [component="flags/list"] { + td { + max-width: 300px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + + [component="flags/list/description"] { + font-style: italic; + color: @gray-light; + } + } +} \ No newline at end of file diff --git a/less/persona.less b/less/persona.less index 77e5f09..b03543c 100644 --- a/less/persona.less +++ b/less/persona.less @@ -17,6 +17,7 @@ @import "footer"; @import "posts_list"; @import "register"; +@import "flags"; @import "mobile"; diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index d294845..a5bf6f7 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -7,9 +7,9 @@
+ +
+[[flags:state]] | ++ | [[flags:reporter]] | +[[flags:reported-at]] | +
---|---|---|---|
+
+ [[flags:no-flags]]
+
+ |
+ |||
[[flags:state-{../state}]] | ++ + {../target_readable} — {../description} + + | +
+
+ {../reporter.icon:text}
+
+ {../reporter.username}
+ |
+ + |
+ [[flags:modal-body, {type}, {id}]] +