aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage/swage.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-12-12 20:47:15 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-12 20:47:15 +0100
commit695d6de362f74decd2df0186adb25f7eb8fe3184 (patch)
tree261c028201ac49baa14b7057befef3cb5dc105ae /p/themes/Swage/swage.css
parentf8ba54a3dffcab19fd3e2f8c5ea299a803c77fe3 (diff)
fix: Swage theme (#4936)
Diffstat (limited to 'p/themes/Swage/swage.css')
-rw-r--r--p/themes/Swage/swage.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index cb7cd6116..105725971 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -60,7 +60,7 @@ select:invalid {
font-size: 0.9rem;
}
-.dropdown-menu > .item > a,
+.dropdown-menu > .item a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link,
.dropdown-menu > .item button, .dropdown-menu > .item {
@@ -203,6 +203,7 @@ form th {
}
.form-group .group-name {
padding: 10px 0;
+ text-align: right;
}
.form-group .group-controls {
min-height: 25px;
@@ -911,6 +912,7 @@ a.signin {
}
.form-group .group-name {
padding-bottom: 0;
+ text-align: left;
}
.dropdown {
position: relative;