summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/prefs.less')
-rw-r--r--themes/light/prefs.less31
1 files changed, 17 insertions, 14 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 15345bcb4..587adfcf6 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -1,7 +1,7 @@
body.ttrss_prefs {
background-color : @color-panel-bg;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
+ font-size: @font-size-content;
h1, h2, h3, h4 {
font-family : @fonts-ui-bold;
@@ -94,18 +94,6 @@ body.ttrss_prefs {
}
}
- fieldset.plugin {
- label.description {
- width : 550px;
- margin-right : 150px;
- display : inline-block;
-
- .dijitCheckBox {
- margin-right : 10px;
- }
- }
- }
-
table {
th {
text-align : left;
@@ -140,7 +128,6 @@ body.ttrss_prefs {
label.checkbox {
display : flex;
align-items : center;
- min-width : 300px;
cursor : pointer;
&.system {
@@ -148,10 +135,22 @@ body.ttrss_prefs {
}
.name {
+ min-width : 300px;
flex-grow: 2;
display: inline-block;
text-align: right;
font-weight : bold;
+ margin-right : 20px;
+ }
+ }
+
+ @media (max-width: @breakpoint-lg) {
+ label.checkbox .name {
+ min-width : 200px ! important;
+ }
+
+ .version {
+ display : none;
}
}
@@ -219,6 +218,10 @@ body.ttrss_prefs {
white-space : pre-wrap;
}
+ .filename {
+ word-break: break-all;
+ }
+
.filename, .login, .timestamp {
color : @default-text;
}