* improve css

* scrolling table

* debug icon

* fix css

* Update swage.css

* fix more css

* Update swage.scss

* Delete _components.css

* added: .log-debug
This commit is contained in:
maTh 2022-03-16 23:21:28 +01:00 committed by GitHub
parent ae54a590b9
commit 9748ac48e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 43 additions and 180 deletions

View File

@ -78,6 +78,7 @@ class FreshRSS_Themes extends Minz_Model {
'category' => '☷',
'close' => '❌',
'configure' => '⚙',
'debug' => '🐛',
'down' => '▽',
'error' => '❌',
'favorite' => '★',

View File

@ -15,7 +15,7 @@
<?php if (!empty($items)) { ?>
<?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?>
<div id="loglist-wrapper">
<div id="loglist-wrapper" class="table-wrapper">
<table id="loglist">
<thead>
<th><?= _t('conf.logs.loglist.level') ?></th>

View File

@ -1124,7 +1124,6 @@ a.btn {
}
.pagination {
margin: 0 0 3.5em;
border-top: 1px solid #292929;
}

View File

@ -1124,7 +1124,6 @@ a.btn {
}
.pagination {
margin: 0 0 3.5em;
border-top: 1px solid #292929;
}

View File

@ -478,11 +478,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1337,10 +1332,6 @@ a.btn {
display: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -478,11 +478,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1337,10 +1332,6 @@ a.btn {
display: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -438,11 +438,6 @@ a.btn {
text-align: center;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
background: #111;
font-size: 1.5em;
@ -1178,10 +1173,6 @@ a.btn {
font-size: 1.1rem;
}
.pagination {
margin: 0 0 3.5em;
}
.notification {
border-top: none;
border-right: none;

View File

@ -438,11 +438,6 @@ a.btn {
text-align: center;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
background: #111;
font-size: 1.5em;
@ -1178,10 +1173,6 @@ a.btn {
font-size: 1.1rem;
}
.pagination {
margin: 0 0 3.5em;
}
.notification {
border-top: none;
border-left: none;

View File

@ -1165,10 +1165,6 @@ a.btn {
font-size: 1.1rem;
}
.pagination {
margin: 0 0 3.5em;
}
.notification {
border-radius: 0;
}

View File

@ -1165,10 +1165,6 @@ a.btn {
font-size: 1.1rem;
}
.pagination {
margin: 0 0 3.5em;
}
.notification {
border-radius: 0;
}

View File

@ -190,12 +190,6 @@
background: url("loader.gif") center center no-repeat #34495e;
}
.content .pagination {
margin: 0;
padding: 0;
}
/*=== Boxes */
.box {
background: variables.$white;

View File

@ -359,11 +359,6 @@ form th {
background: url("loader.gif") center center no-repeat #34495e;
}
.content .pagination {
margin: 0;
padding: 0;
}
/*=== Boxes */
.box {
background: #fff;

View File

@ -359,11 +359,6 @@ form th {
background: url("loader.gif") center center no-repeat #34495e;
}
.content .pagination {
margin: 0;
padding: 0;
}
/*=== Boxes */
.box {
background: #fff;

View File

@ -477,11 +477,6 @@ a.btn,
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1258,10 +1253,6 @@ a.btn,
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -477,11 +477,6 @@ a.btn,
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1258,10 +1253,6 @@ a.btn,
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -458,11 +458,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1199,10 +1194,6 @@ a.btn {
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -458,11 +458,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1199,10 +1194,6 @@ a.btn {
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -422,11 +422,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1178,10 +1173,6 @@ a.signin {
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -422,11 +422,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1178,10 +1173,6 @@ a.signin {
text-shadow: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -473,11 +473,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1307,10 +1302,6 @@ a.btn {
display: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -473,11 +473,6 @@ a.btn {
font-size: 0.8em;
}
.content .pagination {
margin: 0;
padding: 0;
}
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
@ -1307,10 +1302,6 @@ a.btn {
display: none;
}
.pagination {
margin: 0 0 3.5em;
}
.notification a.close {
background: transparent;
display: block;

View File

@ -38,14 +38,6 @@ select:invalid {
clear: both;
}
.switch.active {
background-color: #0062be;
}
.switch.active:hover {
background-image: url('./icons/disabled-light.svg');
}
#nav_entries, .notification, #new-article, .aside, .header > .item.title, .stick.configure-feeds {
width: 231px;
}
@ -224,6 +216,13 @@ form th {
background: #f95c20 !important;
}
.switch.active {
background-color: #0062be;
}
.switch.active:hover {
background-image: url("./icons/disabled-light.svg");
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
@ -417,10 +416,6 @@ form th {
.content {
padding: 20px 10px;
}
.content .pagination {
margin: 0;
padding: 0;
}
.content hr {
margin: 30px 10px;
background: #e3e3e3;
@ -1004,10 +999,6 @@ form th {
width: 85%;
}
.pagination {
margin: 0 0 3.5em;
}
#panel .close,
.dropdown-menu .toggle_aside {
background: #22303d;
@ -1173,3 +1164,5 @@ button.as-link {
#slider .form-group:hover {
background: initial;
}
/*# sourceMappingURL=swage.css.map */

View File

@ -38,14 +38,6 @@ select:invalid {
clear: both;
}
.switch.active {
background-color: #0062be;
}
.switch.active:hover {
background-image: url('./icons/disabled-light.svg');
}
#nav_entries, .notification, #new-article, .aside, .header > .item.title, .stick.configure-feeds {
width: 231px;
}
@ -224,6 +216,13 @@ form th {
background: #f95c20 !important;
}
.switch.active {
background-color: #0062be;
}
.switch.active:hover {
background-image: url("./icons/disabled-light.svg");
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
@ -417,10 +416,6 @@ form th {
.content {
padding: 20px 10px;
}
.content .pagination {
margin: 0;
padding: 0;
}
.content hr {
margin: 30px 10px;
background: #e3e3e3;
@ -1004,10 +999,6 @@ form th {
width: 85%;
}
.pagination {
margin: 0 0 3.5em;
}
#panel .close,
.dropdown-menu .toggle_aside {
background: #22303d;

View File

@ -274,6 +274,14 @@ form {
}
}
.switch.active {
background-color: #0062be;
&:hover {
background-image: url('./icons/disabled-light.svg');
}
}
.nav-list {
.nav-header {
@ -519,11 +527,6 @@ form {
.content {
padding: 20px 10px;
.pagination {
margin: 0;
padding: 0;
}
hr {
margin: 30px 10px;
background: color.adjust( $color_light, $lightness: -10%);
@ -1242,10 +1245,6 @@ form {
}
}
.pagination {
margin: 0 0 3.5em;
}
#panel .close,
.dropdown-menu .toggle_aside {
background: $color_aside;

View File

@ -608,8 +608,12 @@ input[type="checkbox"]:focus-visible {
}
/*=== Pagination */
.pagination {
.nav-pagination {
margin: 2em auto;
}
.pagination {
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
@ -1526,7 +1530,8 @@ input:checked + .slide-container .properties {
/*===========*/
.log-error,
.log-warning,
.log-notice {
.log-notice,
.log-debug {
text-align: center;
}

View File

@ -608,8 +608,12 @@ input[type="checkbox"]:focus-visible {
}
/*=== Pagination */
.pagination {
.nav-pagination {
margin: 2em auto;
}
.pagination {
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
@ -1526,7 +1530,8 @@ input:checked + .slide-container .properties {
/*===========*/
.log-error,
.log-warning,
.log-notice {
.log-notice,
.log-debug {
text-align: center;
}

3
p/themes/icons/debug.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<path fill="#666" d="M3.058 13.939c-.179-.179-.185-.213-.14-.72.097-1.069.412-1.783 1.095-2.483.458-.47.458-.47.29-.915a6.82 6.82 0 0 1-.256-.898c-.09-.451-.09-.451-1.526-.451-1.402 0-1.439-.004-1.549-.161a.5.5 0 0 1 0-.62c.11-.158.147-.162 1.552-.162 1.44 0 1.44 0 1.488-.308.06-.38.2-.875.347-1.224.11-.264.11-.264-.347-.733-.682-.699-.997-1.414-1.093-2.481-.046-.508-.04-.543.139-.721.206-.206.34-.23.579-.104.23.12.265.201.266.608.002.731.391 1.72.845 2.146.156.147.156.147.669-.276.428-.354.512-.46.514-.646.008-.657.48-1.348 1.147-1.675 1.253-.616 2.695.183 2.89 1.6.037.27.094.368.307.53.144.108.363.305.487.437.224.241.224.241.532-.092.432-.47.724-1.127.772-1.744.058-.736.08-.8.314-.896.264-.11.482-.046.633.185.092.14.106.28.068.67a4.08 4.08 0 0 1-1.14 2.5c-.411.431-.411.431-.244.876.092.244.208.648.256.896.09.452.09.452 1.526.452 1.402 0 1.439.004 1.549.161a.5.5 0 0 1 0 .62c-.11.158-.147.162-1.546.162-1.434 0-1.434 0-1.56.584-.068.322-.185.725-.26.897-.133.313-.133.313.325.783.674.691.989 1.395 1.092 2.444.04.406.027.544-.066.686-.151.23-.37.295-.633.185-.234-.097-.256-.16-.314-.896a3.027 3.027 0 0 0-.772-1.744c-.307-.333-.307-.333-.61-.018-1.45 1.515-3.662 1.572-5.2.133-.474-.444-.474-.444-.78-.113a3.026 3.026 0 0 0-.77 1.742c-.057.723-.079.792-.285.886-.274.125-.383.106-.591-.102z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB