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.less115
1 files changed, 100 insertions, 15 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 510388391..15345bcb4 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -9,13 +9,13 @@ body.ttrss_prefs {
color : @default-text;
}
- /*.dijitContentPane {
- h1:first-of-type,
- h2:first-of-type,
- h3:first-of-type {
- margin-top: 0px;
+ .dijitContentPane {
+ > h1:first-of-type,
+ > h2:first-of-type,
+ > h3:first-of-type {
+ margin-top: 0;
}
- }*/
+ }
#footer, #header {
padding : 8px;
@@ -96,7 +96,7 @@ body.ttrss_prefs {
fieldset.plugin {
label.description {
- width : 600px;
+ width : 550px;
margin-right : 150px;
display : inline-block;
@@ -106,21 +106,106 @@ body.ttrss_prefs {
}
}
- .users-list {
- td {
+ table {
+ th {
+ text-align : left;
+ }
+
+ td.checkbox {
+ text-align : center;
+ width : 32px;
+ }
+
+ }
+
+ ul.prefs-plugin-list {
+ margin : 0;
+ padding : 0;
+
+ li {
+ display : flex;
+ align-items : center;
+ border-bottom: @border-default 1px solid;
+ line-height : 30px;
+
+ &.text-center {
+ border : 0;
+ display : block;
+ }
+
+ > * {
+ padding : 8px;
+ }
+
+ label.checkbox {
+ display : flex;
+ align-items : center;
+ min-width : 300px;
+ cursor : pointer;
+
+ &.system {
+ cursor : auto;
+ }
+
+ .name {
+ flex-grow: 2;
+ display: inline-block;
+ text-align: right;
+ font-weight : bold;
+ }
+ }
+
+ .actions {
+ flex-grow : 2;
+ text-align: right;
+ }
+
+ .version {
+ min-width: 200px;
+ text-align: right;
+ }
+ }
+ }
+
+ .plugin-installer-list, .plugin-updater-list {
+ li {
+ border-bottom: @border-default 1px solid;
+
+ > * {
+ padding : 8px 4px;
+ }
+
+ > pre {
+ margin : 0;
+ }
+
+ h3 {
+ margin : 0;
+ }
+
+ &.text-center {
+ border : 0;
+ }
+ }
+
+ .plugin-installed > * {
+ opacity : 0.5;
+ }
+ }
+
+ .users-list,
+ .event-log {
+ td, th {
cursor : pointer;
+ padding : 8px;
+ border-bottom: @border-default 1px solid;
}
}
.event-log {
tr {
- td {
- font-size: 10px;
- padding : 8px;
+ td, th {
vertical-align : top;
- border-width : 0 0 1px 0;
- border-style : solid;
- border-color : @border-default;
}
.errno {