-
+
+ {{if .ActionType}}
+
{{.ActionIcon}}
+
{{.ActionType}}
+ {{else}}
{{.ContentHtml}}
+ {{end}}
diff --git a/themes/cosmo-conflux/public/main.css b/themes/cosmo-conflux/public/main.css
index c6d66e66..6c6ca908 100644
--- a/themes/cosmo-conflux/public/main.css
+++ b/themes/cosmo-conflux/public/main.css
@@ -700,6 +700,15 @@ blockquote p
box-shadow:0 1px 2px rgba(0,0,0,.1);
}
+.action_item .userinfo {
+ display: none;
+}
+.action_item .content_container {
+ min-height: auto;
+ padding: 15px;
+ text-align: center;
+}
+
.prev_button, .next_button {
position: fixed;
top: 50%;
diff --git a/themes/cosmo/public/main.css b/themes/cosmo/public/main.css
index e9ac5148..79be211b 100644
--- a/themes/cosmo/public/main.css
+++ b/themes/cosmo/public/main.css
@@ -736,6 +736,15 @@ blockquote p
border-radius: 4px;
}
+.action_item .userinfo {
+ display: none;
+}
+.action_item .content_container {
+ min-height: auto;
+ padding: 15px;
+ text-align: center;
+}
+
.prev_button, .next_button {
position: fixed;
top: 50%;
diff --git a/themes/tempra-conflux/public/main.css b/themes/tempra-conflux/public/main.css
index e4f96f4b..c60ef478 100644
--- a/themes/tempra-conflux/public/main.css
+++ b/themes/tempra-conflux/public/main.css
@@ -543,6 +543,15 @@ button.username
box-shadow:0 1px 2px rgba(0,0,0,.1);
}
+.action_item .userinfo {
+ display: none;
+}
+.action_item .content_container {
+ min-height: auto;
+ padding: 15px;
+ text-align: center;
+}
+
.prev_button, .next_button {
position: fixed;
top: 50%;
@@ -625,6 +634,7 @@ button.username
}
@media (max-width: 470px) {
+ ul { margin-bottom: 10px; }
.menu_overview, .menu_profile, .hide_on_micro { display: none; }
.post_container { overflow: visible !important; }
diff --git a/themes/tempra-cursive/public/main.css b/themes/tempra-cursive/public/main.css
index 6154f23e..5ed37002 100644
--- a/themes/tempra-cursive/public/main.css
+++ b/themes/tempra-cursive/public/main.css
@@ -417,6 +417,12 @@ button.username
opacity: 0.9;
}
+.action_item {
+ padding: 14px;
+ text-align: center;
+ background-color: rgb(255,245,245);
+}
+
.postQuote {
border: 1px solid #ccc;
background: white;
diff --git a/themes/tempra-simple/public/main.css b/themes/tempra-simple/public/main.css
index 8fbe01f2..ec37cd8b 100644
--- a/themes/tempra-simple/public/main.css
+++ b/themes/tempra-simple/public/main.css
@@ -395,6 +395,12 @@ button.username { position: relative; top: -0.25px; }
opacity: 0.9;
}
+.action_item {
+ padding: 14px;
+ text-align: center;
+ background-color: rgb(255,245,245);
+}
+
.postQuote {
border: 1px solid #ccc;
background: white;
@@ -534,9 +540,9 @@ button.username { position: relative; top: -0.25px; }
.menu_overview, .menu_profile { display: none; }
.hide_on_micro { display: none !important; }
.post_container { overflow: visible !important; }
- .post_item {
+ .post_item:not(.action_item) {
background-position: 0px 2px !important;
- background-size: 64px 64px !important;
+ background-size: 64px auto !important;
padding-left: 2px !important;
min-height: 96px;
position: relative !important;
@@ -552,15 +558,22 @@ button.username { position: relative; top: -0.25px; }
}
.post_item > .mod_button > button { opacity: 1; }
.post_item > .real_username {
- position: absolute;
+ /*position: absolute;
top: 70px;
float: left;
- margin-top: -2px;
- padding-top: 3px !important;
+ margin-top: -2px;*/
+ margin-top: 0px;
+ /*padding-top: 3px !important;
margin-right: 2px;
- width: 60px;
+ width: 60px;*/
+ margin-left: 74px;
+ margin-right: 0px;
font-size: 15px;
- text-align: center;
+ /*text-align: center;*/
+ color: black;
+ max-width: 61px;
+ /*overflow: hidden;*/
+ text-overflow: ellipsis;
}
.container { width: 100% !important; }
}