summaryrefslogtreecommitdiff
path: root/css/prefs.less
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/prefs.less
parent32db1cb8722d353d2529305b0b3194576f7548fd (diff)
plugin list: update layout
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less28
1 files changed, 12 insertions, 16 deletions
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;
}