summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-04 16:44:21 +0300
committerAndrew Dolgov <[email protected]>2021-03-04 16:44:21 +0300
commitf398fea414cc3a2598a0486aa7997f6655d02c0a (patch)
tree492ac06378c51d7c6d6cf7476cf95fe2efac2632 /themes
parentcb4b730e42362e766bbc6041ff02e8d03eea0013 (diff)
shorten plugin list action buttons
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css2
-rw-r--r--themes/compact_night.css2
-rw-r--r--themes/light.css2
-rw-r--r--themes/light/prefs.less2
-rw-r--r--themes/night.css2
-rw-r--r--themes/night_blue.css2
6 files changed, 6 insertions, 6 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 1f9d457dc..9656cd383 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1506,7 +1506,7 @@ body.ttrss_prefs fieldset.prefs .help-text-bottom {
margin-top: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
- width: 600px;
+ width: 550px;
margin-right: 150px;
display: inline-block;
}
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 8f2507f4f..987f98b1b 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1506,7 +1506,7 @@ body.ttrss_prefs fieldset.prefs .help-text-bottom {
margin-top: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
- width: 600px;
+ width: 550px;
margin-right: 150px;
display: inline-block;
}
diff --git a/themes/light.css b/themes/light.css
index c1e5201d2..12ef7efd2 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1506,7 +1506,7 @@ body.ttrss_prefs fieldset.prefs .help-text-bottom {
margin-top: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
- width: 600px;
+ width: 550px;
margin-right: 150px;
display: inline-block;
}
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 510388391..3fe328ec5 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -96,7 +96,7 @@ body.ttrss_prefs {
fieldset.plugin {
label.description {
- width : 600px;
+ width : 550px;
margin-right : 150px;
display : inline-block;
diff --git a/themes/night.css b/themes/night.css
index 1000586cf..9a2ee53fa 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1507,7 +1507,7 @@ body.ttrss_prefs fieldset.prefs .help-text-bottom {
margin-top: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
- width: 600px;
+ width: 550px;
margin-right: 150px;
display: inline-block;
}
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 4df5f54ab..80f173c7e 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1507,7 +1507,7 @@ body.ttrss_prefs fieldset.prefs .help-text-bottom {
margin-top: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
- width: 600px;
+ width: 550px;
margin-right: 150px;
display: inline-block;
}