Fix a few style issues
This commit is contained in:
parent
71baf445e0
commit
0dfd6680f8
|
@ -411,7 +411,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="bulk-actions" class="manage-row">
|
<div id="bulk-actions" class="manage-row">
|
||||||
<div>
|
|
||||||
<label class="checkmate toggle-all" tabindex="0">
|
<label class="checkmate toggle-all" tabindex="0">
|
||||||
<input id="toggle-all-filters" type="checkbox">
|
<input id="toggle-all-filters" type="checkbox">
|
||||||
<svg class="svg-icon checkbox"viewBox="0 0 10 10">
|
<svg class="svg-icon checkbox"viewBox="0 0 10 10">
|
||||||
|
@ -473,7 +472,6 @@
|
||||||
-->
|
-->
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ body.dark {
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.disabled a:hover {
|
.disabled a:hover {
|
||||||
color: #000;
|
color: #3c3c3c;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #666;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invisible {
|
.invisible {
|
||||||
|
@ -110,6 +110,17 @@ a:hover {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bulk-actions {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bulk-info > span,
|
||||||
|
#bulk-info button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#bulk-actions .svg-icon.busy:not(.hidden) {
|
#bulk-actions .svg-icon.busy:not(.hidden) {
|
||||||
-webkit-animation:spin 1s linear infinite;
|
-webkit-animation:spin 1s linear infinite;
|
||||||
-moz-animation:spin 1s linear infinite;
|
-moz-animation:spin 1s linear infinite;
|
||||||
|
@ -186,7 +197,6 @@ a:hover {
|
||||||
#installed .entry,
|
#installed .entry,
|
||||||
#installed .entry-header {
|
#installed .entry-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: var(--entry-height);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 var(--narrow-column);
|
flex: 0 0 var(--narrow-column);
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
@ -222,6 +232,7 @@ body.all-styles-hidden-by-filters #installed:after {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
line-height: var(--entry-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-text,
|
.center-text,
|
||||||
|
@ -237,7 +248,7 @@ body.all-styles-hidden-by-filters #installed:after {
|
||||||
.header-last-update,
|
.header-last-update,
|
||||||
.entry-last-update {
|
.entry-last-update {
|
||||||
/* inlcude update history link */
|
/* inlcude update history link */
|
||||||
max-width: calc(var(--narrow-column) + 20px);
|
max-width: calc(var(--narrow-column) + 30px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* keep all icons on the same row */
|
/* keep all icons on the same row */
|
||||||
|
@ -272,8 +283,9 @@ body.all-styles-hidden-by-filters #installed:after {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-right: 8px;
|
margin: auto 8px auto 0;
|
||||||
padding: 8px 0;
|
padding: 0;
|
||||||
|
align-self: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-name-text {
|
.entry-name-text {
|
||||||
|
@ -346,7 +358,9 @@ body.all-styles-hidden-by-filters #installed:after {
|
||||||
|
|
||||||
.applies-to-extra-expander {
|
.applies-to-extra-expander {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1.5em;
|
font-size: 1.3em;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.targets .target img,
|
.targets .target img,
|
||||||
|
@ -400,7 +414,7 @@ body.all-styles-hidden-by-filters #installed:after {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: .8em;
|
font-size: .75em;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -640,10 +654,6 @@ a svg, .svg-icon.sort {
|
||||||
opacity: .35;
|
opacity: .35;
|
||||||
}
|
}
|
||||||
|
|
||||||
#check-all-updates-force {
|
|
||||||
margin-top: 1ex;
|
|
||||||
}
|
|
||||||
|
|
||||||
#update-all-no-updates[data-skipped-edited="true"] {
|
#update-all-no-updates[data-skipped-edited="true"] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -661,7 +671,7 @@ a svg, .svg-icon.sort {
|
||||||
top: var(--header-height);
|
top: var(--header-height);
|
||||||
left: 0;
|
left: 0;
|
||||||
height: var(--toolbar-height);
|
height: var(--toolbar-height);
|
||||||
padding: 4px 16px;
|
padding: 4px 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
color: var(--tooltip-text);
|
color: var(--tooltip-text);
|
||||||
content: attr(data-title);
|
content: attr(data-title);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.5em;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
padding: .5em .75em;
|
padding: .5em .75em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user