Adjusting spacing on dashboard.

This commit is contained in:
Samuel Clay 2022-06-21 11:11:59 -04:00
parent 04544f9c9f
commit 79bc2a22d9
5 changed files with 21 additions and 13 deletions

View file

@ -709,7 +709,7 @@ color: #a85b40;
box-shadow: 0 2px 0 #383215;
}
.NB-dark .NB-modal-feedchooser .NB-feedchooser-premium-already {
border-color: rgba(255,255,255,0.1);
background-color: rgb(48 88 83);
color: #85bd67;
}

View file

@ -131,7 +131,9 @@ fieldset legend {
.NB-module-header {
margin: 0;
padding: 14px 12px;
display: flex;
align-items: center;
background-color: #EAECE5;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

View file

@ -7024,7 +7024,7 @@ form.opml_import_form input {
cursor: default;
}
.NB-module .NB-module-previous-page {
padding-left: 4px;
padding: 0 4px 0 4px;
background: transparent url('/media/embed/reader/previous_page.png') no-repeat 8px center;
background-size: 14px;
}
@ -7091,9 +7091,12 @@ form.opml_import_form input {
font-size: 13px;
line-height: 16px;
font-weight: normal;
position: absolute;
right: 12px;
top: 16px;
display: flex;
order: 2;
flex: 0 1 0;
}
.NB-module .NB-module-header-text {
flex: 2 1 0;
}
.NB-module .NB-spinner {
background: transparent url('/media/embed/reader/ring_spinner.svg') no-repeat center center;
@ -7687,6 +7690,7 @@ form.opml_import_form input {
text-align: left;
display: flex;
justify-content: center;
flex: 1 1 0;
}
.NB-module-river .NB-dashboard-column-control {
float: left;
@ -7699,7 +7703,6 @@ form.opml_import_form input {
}
.NB-module-river .NB-dashboard-column-control li {
width: 32px;
margin: -2px 0 -4px;
padding: 5px 0;
}
.NB-module-river .NB-dashboard-column-control li img {
@ -7710,6 +7713,9 @@ form.opml_import_form input {
.NB-module-river .NB-dashboard-column-control li.NB-active img {
opacity: 0.5;
}
.NB-module-river .NB-module-river-settings {
order: 3;
}
.NB-module-river .NB-view-river {
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
border-radius: 3px;

View file

@ -77,7 +77,7 @@
<div class="NB-account NB-module">
<h5 class="NB-module-header">
NewsBlur
<div class="NB-module-header-text">NewsBlur</div>
</h5>
<div class="NB-account-left">
@ -138,7 +138,7 @@
<div class="NB-module-search NB-module">
<h5 class="NB-module-header">
Search Sites and People
<div class="NB-module-header-text">Search Sites and People</div>
</h5>
<div class="NB-module-search-container">

View file

@ -10,10 +10,10 @@
</div>
{% endif %}
<div class="NB-spinner NB-left"></div>
<a href="#" class="NB-module-direction NB-module-next-page NB-javascript"></a>
<a href="#" class="NB-module-direction NB-module-previous-page NB-disabled"></a>
<a href="#" class="NB-module-direction NB-module-previous-page NB-disabled"></a>
<a href="#" class="NB-module-direction NB-module-next-page NB-javascript"></a>
</div>
What's New
<div class="NB-module-header-text">What's New</div>
</h5>
<h3 class="NB-module-content-header">
@ -41,4 +41,4 @@
{% render_feedback_table %}
</div>
</div>