2017-12-03 09:49:40 +00:00
|
|
|
body.ttrss_prefs {
|
2018-12-06 15:44:30 +00:00
|
|
|
background-color : @color-panel-bg;
|
2018-12-04 16:03:42 +00:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2021-03-11 12:07:54 +00:00
|
|
|
font-size: @font-size-content;
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-02-21 09:35:40 +00:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family : @fonts-ui-bold;
|
|
|
|
font-weight : 600;
|
|
|
|
color : @default-text;
|
|
|
|
}
|
|
|
|
|
2021-03-05 12:16:41 +00:00
|
|
|
.dijitContentPane {
|
|
|
|
> h1:first-of-type,
|
|
|
|
> h2:first-of-type,
|
|
|
|
> h3:first-of-type {
|
|
|
|
margin-top: 0;
|
2019-02-21 09:35:40 +00:00
|
|
|
}
|
2021-03-05 12:16:41 +00:00
|
|
|
}
|
2019-02-21 09:35:40 +00:00
|
|
|
|
2017-11-29 16:10:15 +00:00
|
|
|
#footer, #header {
|
2018-12-05 07:33:30 +00:00
|
|
|
padding : 8px;
|
|
|
|
font-size : 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
float : right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer_splitter {
|
|
|
|
display : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2018-12-06 15:44:30 +00:00
|
|
|
background-color : @color-panel-bg;
|
2018-12-05 07:33:30 +00:00
|
|
|
font-size : 13px;
|
|
|
|
border : 0px;
|
|
|
|
text-align : center;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header img {
|
|
|
|
vertical-align : middle;
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
|
2018-12-04 17:17:50 +00:00
|
|
|
.dijitTree#filterTree .dijitTreeIcon,
|
|
|
|
.dijitTree#labelTree .dijitTreeIcon,
|
|
|
|
.dijitTree#filterTree .dijitTreeIcon {
|
|
|
|
display : none;
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2018-12-06 05:56:28 +00:00
|
|
|
.dijitAccordionTitle i.material-icons {
|
|
|
|
top : -1px;
|
|
|
|
position : relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitAccordionTitleSelected i.material-icons {
|
|
|
|
color : white;
|
|
|
|
}
|
|
|
|
|
2021-02-13 15:32:02 +00:00
|
|
|
#feedsTab {
|
|
|
|
background : @color-panel-bg;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-02-13 15:32:02 +00:00
|
|
|
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
|
|
|
|
padding : 0px;
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-02-13 20:12:49 +00:00
|
|
|
#pref_feeds_errors_btn {
|
2017-11-29 16:10:15 +00:00
|
|
|
color : red;
|
|
|
|
}
|
|
|
|
|
2018-12-11 18:06:02 +00:00
|
|
|
.user-css-editor {
|
|
|
|
height : 300px;
|
|
|
|
width : 575px;
|
|
|
|
}
|
|
|
|
|
2019-02-25 16:22:20 +00:00
|
|
|
fieldset.prefs {
|
2019-02-26 12:03:33 +00:00
|
|
|
min-height : 30px;
|
2020-12-21 05:50:34 +00:00
|
|
|
display : flex;
|
|
|
|
flex-direction : row;
|
|
|
|
align-items: center;
|
2019-02-26 12:03:33 +00:00
|
|
|
|
2019-02-25 14:15:05 +00:00
|
|
|
label:first-of-type {
|
|
|
|
min-width : 300px;
|
2019-02-21 09:35:40 +00:00
|
|
|
}
|
|
|
|
|
2019-02-26 12:03:33 +00:00
|
|
|
.help-text {
|
|
|
|
display : inline-block;
|
|
|
|
margin-left : 10px;
|
|
|
|
}
|
2020-12-21 05:50:34 +00:00
|
|
|
|
|
|
|
.help-text-bottom {
|
|
|
|
margin-top : 10px;
|
|
|
|
}
|
2019-02-26 12:03:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.plugin {
|
|
|
|
label.description {
|
2021-03-04 13:44:21 +00:00
|
|
|
width : 550px;
|
2019-02-25 16:11:17 +00:00
|
|
|
margin-right : 150px;
|
2019-02-25 14:15:05 +00:00
|
|
|
display : inline-block;
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-02-25 14:15:05 +00:00
|
|
|
.dijitCheckBox {
|
|
|
|
margin-right : 10px;
|
|
|
|
}
|
2018-12-05 13:37:09 +00:00
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2021-03-06 17:03:36 +00:00
|
|
|
table {
|
|
|
|
th {
|
|
|
|
text-align : left;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.checkbox {
|
|
|
|
text-align : center;
|
|
|
|
width : 32px;
|
2021-02-06 13:24:40 +00:00
|
|
|
}
|
2021-03-06 17:03:36 +00:00
|
|
|
|
2021-02-06 13:24:40 +00:00
|
|
|
}
|
|
|
|
|
2021-03-06 15:14:25 +00:00
|
|
|
ul.prefs-plugin-list {
|
|
|
|
margin : 0;
|
|
|
|
padding : 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display : flex;
|
|
|
|
align-items : center;
|
|
|
|
border-bottom: @border-default 1px solid;
|
2021-03-06 17:28:10 +00:00
|
|
|
line-height : 30px;
|
2021-03-06 17:03:36 +00:00
|
|
|
|
|
|
|
&.text-center {
|
|
|
|
border : 0;
|
|
|
|
display : block;
|
|
|
|
}
|
2021-03-06 15:14:25 +00:00
|
|
|
|
|
|
|
> * {
|
2021-03-06 17:03:36 +00:00
|
|
|
padding : 8px;
|
2021-03-06 15:14:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
label.checkbox {
|
|
|
|
display : flex;
|
|
|
|
align-items : center;
|
2021-03-07 05:29:47 +00:00
|
|
|
min-width : 300px;
|
2021-03-06 15:14:25 +00:00
|
|
|
cursor : pointer;
|
|
|
|
|
|
|
|
&.system {
|
|
|
|
cursor : auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
flex-grow: 2;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-11 16:26:19 +00:00
|
|
|
@media (max-width: @breakpoint-lg) {
|
|
|
|
label.checkbox {
|
|
|
|
min-width : 200px ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.version {
|
|
|
|
display : none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-06 15:14:25 +00:00
|
|
|
.actions {
|
|
|
|
flex-grow : 2;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.version {
|
|
|
|
min-width: 200px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-06 17:03:36 +00:00
|
|
|
.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 > * {
|
2021-03-04 16:50:19 +00:00
|
|
|
opacity : 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-06 17:03:36 +00:00
|
|
|
.users-list,
|
|
|
|
.event-log {
|
|
|
|
td, th {
|
|
|
|
cursor : pointer;
|
|
|
|
padding : 8px;
|
|
|
|
border-bottom: @border-default 1px solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-06 13:11:29 +00:00
|
|
|
.event-log {
|
2019-05-31 07:31:43 +00:00
|
|
|
tr {
|
2021-03-06 17:03:36 +00:00
|
|
|
td, th {
|
2021-02-06 13:11:29 +00:00
|
|
|
vertical-align : top;
|
2019-05-31 07:31:43 +00:00
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-05-31 07:31:43 +00:00
|
|
|
.errno {
|
|
|
|
font-style : italic;
|
|
|
|
font-weight : bold;
|
|
|
|
white-space : nowrap;
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
|
2019-05-31 07:31:43 +00:00
|
|
|
.errstr {
|
2021-02-06 13:11:29 +00:00
|
|
|
word-break : break-all;
|
|
|
|
white-space : pre-wrap;
|
2019-05-31 07:31:43 +00:00
|
|
|
}
|
|
|
|
|
2021-03-09 12:17:28 +00:00
|
|
|
.filename {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
2019-05-31 07:31:43 +00:00
|
|
|
.filename, .login, .timestamp {
|
|
|
|
color : @default-text;
|
|
|
|
}
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2020-02-25 10:25:55 +00:00
|
|
|
border-color : @border-default;
|
2017-11-29 16:10:15 +00:00
|
|
|
max-width : 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-20 05:51:48 +00:00
|
|
|
.phpinfo {
|
|
|
|
table {
|
|
|
|
border-collapse : collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.e, td.v {
|
|
|
|
border : 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.e {
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.v {
|
|
|
|
font-family : monospace;
|
2019-03-04 06:05:34 +00:00
|
|
|
word-break : break-all;
|
2019-02-20 05:51:48 +00:00
|
|
|
}
|
|
|
|
}
|
2017-11-29 16:10:15 +00:00
|
|
|
}
|
|
|
|
|
2019-07-12 09:40:42 +00:00
|
|
|
body.ttrss_prefs,
|
|
|
|
body.ttrss_main {
|
|
|
|
#filterNewRuleDlg {
|
2020-02-28 15:21:16 +00:00
|
|
|
.dijitValidationTextAreaError {
|
2019-07-12 09:40:42 +00:00
|
|
|
background : #ffc0c0;
|
|
|
|
}
|
2020-02-28 15:21:16 +00:00
|
|
|
.dijitValidationTextArea:not(.dijitValidationTextAreaError) {
|
2019-07-12 09:40:42 +00:00
|
|
|
background : #c0ffc0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-20 14:21:32 +00:00
|
|
|
body.ttrss_prefs,
|
|
|
|
body.ttrss_utility {
|
|
|
|
fieldset {
|
|
|
|
border-width : 0px;
|
|
|
|
padding : 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.narrow {
|
|
|
|
padding : 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.align-right {
|
|
|
|
text-align : right;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset > label:first-of-type {
|
|
|
|
min-width : 140px;
|
|
|
|
margin-right : 20px;
|
|
|
|
display : inline-block;
|
|
|
|
text-align : right;
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset > label.checkbox {
|
|
|
|
display : inline;
|
|
|
|
font-weight : normal;
|
|
|
|
}
|
|
|
|
}
|