aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-12 12:06:29 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 12:06:29 +0200
commit8b80c4cc8f4f7fc11618e407c1e5e0ec13439b29 (patch)
tree970f7a8687b7876083da721c6b762b9086894da9 /p/themes/Mapco/mapco.css
parente32137b0e24a9dff6119719e4569ca0702301465 (diff)
Settings: User queries - layout upgrade (#3827)
* draft * deleted the out commeted code * improved alert messages * Update queries.phtml * Theme base-theme/template.css * fixed theme: Origin * Fixed: Theme Adark * Fixed: Theme Ansum * Fix: Theme BlueLagoon * Fix: Theme Dark * Fix: Theme Flat * Fix: Theme Mapco * Fix: Theme Mapco (SCSS) * Fix: Theme Origine-compact * Fix: Theme Pafat * Fix: Theme Screwdriver * Fix: Theme Swage * Lint CSS, RTL, and i18n Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index e8dffb43d..551d431ce 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -394,8 +394,8 @@ form th {
color: #303136;
border-radius: 2px 2px 0 0;
}
-.box .box-title img {
- margin-right: 0.75rem;
+.box .box-title .configure {
+ margin-right: 4px;
}
.box .box-title:hover .configure {
background: url("icons/cog.svg") no-repeat 4px 4px;
@@ -430,8 +430,11 @@ form th {
.box .box-title form .dropdown a.dropdown-toggle img {
display: none;
}
+.box .box-content {
+ padding-left: 30px;
+}
.box .box-content .item {
- padding: 0.5rem 0.75rem;
+ padding: 0.5rem 0;
color: #303136;
font-size: 1rem;
border-bottom: 1px solid #eff0f2;