-
{{level .Level}}
+
{{level .Level}}
diff --git a/themes/cosora/public/main.css b/themes/cosora/public/main.css
index 2e169bcd..ec802bbf 100644
--- a/themes/cosora/public/main.css
+++ b/themes/cosora/public/main.css
@@ -884,6 +884,14 @@ textarea {
background-color: hsl(81, 60%, 95%);
}
+.level_complete, .level_future, .level_inprogress {
+ display: flex;
+}
+.progressWrap {
+ margin-left: auto;
+ width: auto !important;
+}
+
@element .topic_left .rowtopic and (min-width: 160px) {
$this, $this span, $this + .parent_forum {
float: left;
diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css
index 22091f94..db1890fb 100644
--- a/themes/nox/public/main.css
+++ b/themes/nox/public/main.css
@@ -876,8 +876,9 @@ input[type=checkbox]:checked + label .sel {
margin-left: auto;
}
/* CSS behaves in stupid ways, so we need to be very specific about this */
-.rowblock:not(.topic_list):not(.rowhead):not(.opthead) .rowitem.level_inprogress:not(.post_item) {
- padding: 0px;
+.rowblock:not(.topic_list):not(.rowhead):not(.opthead) .rowitem.level_inprogress:not(.post_item),
+.coldyn_item .rowitem.level_inprogress {
+ padding: 0px !important;
}
.level_inprogress > div {
display: flex;
@@ -888,6 +889,9 @@ input[type=checkbox]:checked + label .sel {
width: 100%;
background-color: rgb(68, 93, 68) !important;
}
+.level_inprogress .levelBit {
+ display: inline;
+}
.level_inprogress .progressWrap {
width: 100%;
padding-left: 0px;
diff --git a/themes/shadow/public/main.css b/themes/shadow/public/main.css
index 25ed83f8..67917062 100644
--- a/themes/shadow/public/main.css
+++ b/themes/shadow/public/main.css
@@ -911,10 +911,9 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
#profile_right_lane {
width: calc(100% - 245px);
}
-#profile_right_lane .rowitem {
- margin-top: 5px;
-}
-#profile_right_lane .colstack_item .formrow.real_first_child, #profile_right_lane .colstack_item .formrow:first-child {
+#profile_right_lane .rowitem,
+#profile_right_lane .colstack_item .formrow.real_first_child,
+#profile_right_lane .colstack_item .formrow:first-child {
margin-top: 5px;
}
.simple .user_tag {
@@ -931,7 +930,6 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
display: flex;
flex-direction: row;
}
-
.ip_search_block input {
background-color: var(--input-background-color);
border: 1px solid var(--input-border-color);
@@ -941,18 +939,24 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
padding: 4px;
padding-bottom: 3px;
}
-
.ip_search_input {
font-size: 15px;
width: 100%;
margin-left: 0px;
}
-
.ip_search_search {
font-size: 14px;
margin-left: 8px;
}
+.level_complete, .level_future, .level_inprogress {
+ display: flex;
+}
+.progressWrap {
+ margin-left: auto;
+ width: auto !important;
+}
+
.colstack_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
diff --git a/themes/tempra-simple/public/main.css b/themes/tempra-simple/public/main.css
index 8605ac25..edfebba1 100644
--- a/themes/tempra-simple/public/main.css
+++ b/themes/tempra-simple/public/main.css
@@ -951,4 +951,15 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
margin-top: -5px;
}
+.level_complete, .level_future, .level_inprogress {
+ display: flex;
+}
+#profile_left_pane .level_hideable, .levelBit .level_hideable {
+ display: inline;
+}
+.progressWrap {
+ margin-left: auto;
+ width: auto !important;
+}
+
{{template "media.partial.css" }}