commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -10404,7 +10404,7 @@ a.badge:focus {
box-shadow: none;
padding: 0;
}
.qtip-content {
.qtip-content, .tippy-content {
position: relative;
padding: 5px 9px;
overflow: hidden;
@ -10503,7 +10503,7 @@ a.badge:focus {
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
* Does not work with IE 7.
*/
.qtip-bootstrap {
.qtip-bootstrap, .tippy-box {
/** Taken from Bootstrap body */
font-size: 14px;
line-height: 20px;

7
html/css/easymde.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -6275,6 +6275,10 @@ i.menu-icon,
margin-right: 5px;
margin-top: 1px;
}
.dropdown-scrollable .dropdown-menu {
max-height: 1000px;
overflow-y: auto;
}
.well {
min-height: 20px;
padding: 10px;
@ -6769,6 +6773,7 @@ i.menu-icon,
color: #444;
display: block;
padding: 7px 10px;
padding-bottom: 4px;
position: relative;
background-color: #fafafa;
}
@ -10449,7 +10454,8 @@ a.badge:focus {
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
* Does not work with IE 7.
*/
.qtip-bootstrap {
.qtip-bootstrap,
.tippy-box {
/** Taken from Bootstrap body */
font-size: 14px;
line-height: 20px;
@ -10496,9 +10502,10 @@ a.badge:focus {
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content {
.qtip-bootstrap .qtip-content,
.tippy-content {
/** Taken from Bootstrap .popover-content */
padding: 9px 14px;
padding: 9px 9px;
}
.qtip-bootstrap .qtip-icon {
/**
@ -10916,11 +10923,13 @@ select.selectpicker {
overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
right: 12px;
/*
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
*/
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit;
@ -12127,6 +12136,12 @@ form.pagination {
.form-horizontal .col-md-4 .control-label {
width: 120px;
}
.dygraph-axis-label > .dygraph-axis-label-x {
color: #333333;
}
.dygraph-axis-label > .dygraph-axis-label-y {
color: #333333;
}
/*EOF*/
#suggestions {
display: none;

File diff suppressed because one or more lines are too long