Actualiza el plugin Additionals a 3.0.2-master

This commit is contained in:
Manuel Cillero 2021-03-20 11:12:56 +01:00
parent 3b6a41320c
commit cfa0d58b18
164 changed files with 2027 additions and 58190 deletions

View file

@ -16,6 +16,10 @@
padding-bottom: 10px;
}
span.additionals-live-search input::placeholder {
font-size: 90%;
}
.query-description,
.dashboard-description {
color: #666;
@ -34,7 +38,6 @@
/* Go to top link */
.gototop {
border-top: 1px solid #eee;
display: block;
margin-top: 20px;
padding: 10px 0;
@ -42,6 +45,14 @@
clear: both;
}
.gototop::before {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
content: "\f139"; /* fas fa-chevron-circle-up */
padding-right: 4px;
opacity: 0.8;
}
/* Footer */
.additionals-footer {
text-align: center;
@ -169,83 +180,22 @@ div.clear-both { clear: both; }
text-align: left;
}
.clipboard_button {
.clipboard-button {
padding-bottom: 2px;
padding-top: 2px;
text-align: center;
float: left;
}
/* TAGs */
ul.tags {
list-style: none;
padding: 0;
}
span.additionals-tag-label-color {
display: inline-block;
margin-bottom: 5px !important;
border-radius: 2px !important;
}
td.tags span.additionals-tag-label-color {
display: inline-block;
line-height: normal;
margin: 2px !important;
}
.additionals-tag-label-color {
padding: 2px 4px;
font-size: 10px !important;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px;
}
.additionals-tag-label-color a::before {
font-family: Font Awesome\ 5 Free;
font-size: 0.9em;
font-weight: 900;
content: "\f02b"; /* fas fa-tag */
padding-right: 3px;
}
ul.tags li { margin: 0.25em 0; }
.additionals-tag-label-color .tag-count,
.tag-label .tag-count {
font-size: 0.75em;
margin-left: 0.5em;
}
span.additionals-tag-label-color:hover a {
text-decoration: none !important;
}
#edit_tags_form.box { margin: 1px 5px 0 0; }
#edit_tags_form.box label {
margin-right: 5px;
font-weight: bold;
}
#edit_tags_form.box #contact_tags {
margin-bottom: 10px;
}
div#tags-data span.contextual {
float: none;
padding-left: 0;
}
#edit_tags_link { opacity: 0; }
#tags-data:hover #edit_tags_link { opacity: 1; }
.clipboard-text { cursor: pointer; }
img.additionals-avatar { margin-right: 0.25em; }
/* Live search */
.additionals-live-search input.live-search-field { font-size: 16px; }
.additionals-live-search input.live-search-field {
font-size: 16px;
width: 65%;
}
.additionals-live-search {
margin-left: 5px;