diff --git a/templates/convo_row.html b/templates/convo_row.html index d690c71c..6dcddb72 100644 --- a/templates/convo_row.html +++ b/templates/convo_row.html @@ -1,16 +1,16 @@ {{/** TODO: Temporary hack until we find a more granular way of doing this. Perhaps, a custom include function? **/}} {{if .Header.Theme.BgAvatars}} {{range .Posts}} -
+
{{.Body}} {{.User.Name}}   - {{if .CanModify}} + {{if .CanModify}} - {{end}} + {{end}} - + {{if .User.Tag}}{{.User.Tag}}{{end}} diff --git a/templates/convo_row_alt.html b/templates/convo_row_alt.html index 9f7579f7..4a5034cb 100644 --- a/templates/convo_row_alt.html +++ b/templates/convo_row_alt.html @@ -10,12 +10,12 @@
{{if .CanModify}} - + - + {{end}} - +
diff --git a/templates/paginator.html b/templates/paginator.html index 3a38c457..ed3135a1 100644 --- a/templates/paginator.html +++ b/templates/paginator.html @@ -1,14 +1,14 @@ {{if gt .LastPage 1}}
- {{if gt .Page 1}} - - {{end}} + {{if gt .Page 1}} + + {{end}} {{range .PageList}} {{end}} {{if ne .LastPage .Page}} - - - {{end}} + + + {{end}}
{{end}} \ No newline at end of file diff --git a/templates/panel_forums.html b/templates/panel_forums.html index 898e787e..e6fa14e2 100644 --- a/templates/panel_forums.html +++ b/templates/panel_forums.html @@ -6,7 +6,7 @@
{{range .ItemList}} -
+
{{/** TODO: Make sure the forum_active_name class is set and unset when the activity status of this forum is changed **/}} diff --git a/templates/topic_alt_quick_reply.html b/templates/topic_alt_quick_reply.html index e67ef6ed..1a9f4c39 100644 --- a/templates/topic_alt_quick_reply.html +++ b/templates/topic_alt_quick_reply.html @@ -16,7 +16,7 @@
- +
@@ -33,7 +33,7 @@ {{if .CurrentUser.Perms.UploadFiles}} - +
{{end}}
diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 4920eab7..1eaafd6a 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -798,6 +798,9 @@ sp.topic_item .submit_edit { width: 100%; max-width: 320px; } +video { + width: 100%; +} blockquote { background-color: #555555; border-radius: 3px; diff --git a/themes/shadow/public/main.css b/themes/shadow/public/main.css index 1d4b457b..627ab842 100644 --- a/themes/shadow/public/main.css +++ b/themes/shadow/public/main.css @@ -949,6 +949,9 @@ input[type=checkbox]:checked + label.poll_option_label .sel { background-color: rgb(71,71,71); padding: 10px; } +video { + width: 100%; +} blockquote { background-color: rgb(71,71,71); margin: 0px; diff --git a/themes/tempra_simple/public/main.css b/themes/tempra_simple/public/main.css index 0f10fa9c..4c4dcd9c 100644 --- a/themes/tempra_simple/public/main.css +++ b/themes/tempra_simple/public/main.css @@ -560,6 +560,9 @@ input, select { background-color: white; padding: 10px; } +video { + width: 100%; +} /*blockquote { background-color: #EEEEEE; padding: 12px;