summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less31
1 files changed, 16 insertions, 15 deletions
diff --git a/css/prefs.less b/css/prefs.less
index 3b0e28c68..bd390bbd2 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -80,31 +80,31 @@ body.ttrss_prefs {
width : 575px;
}
- fieldset.prefs-set {
+ fieldset.prefs {
+ min-height : 30px;
+
+ label:first-of-type {
+ min-width : 300px;
+ }
+
.help-text {
display : inline-block;
margin-left : 10px;
}
}
- table.prefPluginsList td label, table.prefUserList td {
- cursor : pointer;
- }
-
- table.prefPluginsList{
- label {
- white-space : nowrap;
- }
+ fieldset.plugin {
+ label.description {
+ width : 600px;
+ margin-right : 150px;
+ display : inline-block;
- i.plugin-enabled {
- color : @color-checked;
+ .dijitCheckBox {
+ margin-right : 10px;
+ }
}
}
- table.prefPluginsList label img {
- vertical-align : middle;
- }
-
table.prefErrorLog tr.errrow td {
font-size : 10px;
}
@@ -139,6 +139,7 @@ body.ttrss_prefs {
td.v {
font-family : monospace;
+ word-break : break-all;
}
}
}