From 52d77dee62d9498dff08b43c150ae33465582927 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Feb 2019 17:15:05 +0300 Subject: plugin list: update layout --- css/prefs.less | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'css/prefs.less') diff --git a/css/prefs.less b/css/prefs.less index 3b0e28c68..bb4e76c63 100644 --- a/css/prefs.less +++ b/css/prefs.less @@ -81,30 +81,26 @@ body.ttrss_prefs { } fieldset.prefs-set { - .help-text { - display : inline-block; - margin-left : 10px; + label:first-of-type { + min-width : 300px; } - } - table.prefPluginsList td label, table.prefUserList td { - cursor : pointer; - } + label.plugin-desc { + width : 600px; + margin-right : 100px; + display : inline-block; - table.prefPluginsList{ - label { - white-space : nowrap; + .dijitCheckBox { + margin-right : 10px; + } } - i.plugin-enabled { - color : @color-checked; + .help-text { + display : inline-block; + margin-left : 10px; } } - table.prefPluginsList label img { - vertical-align : middle; - } - table.prefErrorLog tr.errrow td { font-size : 10px; } -- cgit v1.2.3