summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-25 17:15:05 +0300
committerAndrew Dolgov <[email protected]>2019-02-25 17:15:05 +0300
commit52d77dee62d9498dff08b43c150ae33465582927 (patch)
tree2ecf997b22f9fcee5d8f9e53e668d55312c70cff /css/default.css
parent32db1cb8722d353d2529305b0b3194576f7548fd (diff)
plugin list: update layout
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css28
1 files changed, 15 insertions, 13 deletions
diff --git a/css/default.css b/css/default.css
index 20bc46ccf..f7ff827d7 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1458,22 +1458,20 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
-body.ttrss_prefs fieldset.prefs-set .help-text {
- display: inline-block;
- margin-left: 10px;
-}
-body.ttrss_prefs table.prefPluginsList td label,
-body.ttrss_prefs table.prefUserList td {
- cursor: pointer;
+body.ttrss_prefs fieldset.prefs-set label:first-of-type {
+ min-width: 300px;
}
-body.ttrss_prefs table.prefPluginsList label {
- white-space: nowrap;
+body.ttrss_prefs fieldset.prefs-set label.plugin-desc {
+ width: 600px;
+ margin-right: 100px;
+ display: inline-block;
}
-body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
- color: #69C671;
+body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {
+ margin-right: 10px;
}
-body.ttrss_prefs table.prefPluginsList label img {
- vertical-align: middle;
+body.ttrss_prefs fieldset.prefs-set .help-text {
+ display: inline-block;
+ margin-left: 10px;
}
body.ttrss_prefs table.prefErrorLog tr.errrow td {
font-size: 10px;
@@ -1632,6 +1630,10 @@ body.ttrss_utility.share_popup .content {
.flat #feedTree .dijitTreeContent .dijitInline {
vertical-align: baseline;
}
+.flat .dijitButton i.material-icons {
+ position: relative;
+ top: -1px;
+}
.flat .tabLabel > i.material-icons {
position: relative;
top: -1px;