Files
peeringdb-peeringdb/peeringdb_server/static/autocomplete/jquery.autocomplete-light.css
677f94f550 Support 202111 (#1101)
* Block registering private ASN ranges

* Add a continental region field for facilities #1007

* Incorrect order of search results #232

* Allow users to upload a small logo to their record #346

* Sponsor badge CSS and text translation issues #453

* IXP and Facility summary #18

* Add sales email and phone contact to ix object #949

* Increase timeout timer for IX-F JSON importer to 30s #962

* IX-F manually triggered import bugs #1054

* remove survey notifications

* IX-F importer: manual add followed by IX-F prompted add can result in "The server rejected your data" #807

* performance fix for net view

* api documentation generate broken #956

* fix poc set missing from net view

* Auto focus cursor on search field on main website #695

* PeeringDB website has a poor choice of line-breaks for IPv6 addresses. #748

* Delete childless org objects #838

* linting

* poetry lock

* re-add mistakingly dropped translation to email template

* fix template variables

* regen docs

* regen api docs

* add u2f api

* fix merge cruft

* fido u2f webauthn first steps

* dont need this

* typo

* first ux steps for security key management, u2f views

* u2f auth

* linting

* Cascade delete when performed by superuser in django-admin #735

* security key passwordless login

* reset webauthn migrations

* security key 2fa

* linting

* ux cleanup

* cleanup

* Add IXP to AS record / dropdown limited #469

* ignore orgs that have pre-dated or finished sponsorships attached

* split out to django_security_keys

* default to 90 days

* make URL required for new objects #374

* move CONN_MAX_AGE to proper location and expose as env var (#1060)

* Error message for invalid password on email change

* Registering a new facility or exchange organization is broken #1062

* Creating a facility that matches the name of a soft-deleted facility will cause the entry to bypass the verification queue #901

* irr source validator doesn't allow for hyphens in source #921

* split out javascript

* split out js

* Clicking "Add" to add a user api-key without providing a name for the key raises Internal Error #1033

* remove security key admin views

* global stats don't show up at login screen #284

* Possible for "pending" exchange to have "deleted" ixlan (#1077)

* webauthn finalizations

* oidc support for oauth provider #1070

* Revert "Merge branch 'gh_1070' into 'support_202111'"

* remove unused dev mounts

* linting

* add django-security-key and relock poetry

* re-add imports removed through linting

* docs regen

* oauth toolkit pinned to 1.6.1
django-security-keys pinned to 1.0.1

* remove debug message

* linting

* linting

Co-authored-by: Stefan Pratter <[email protected]>
Co-authored-by: David Poarch <[email protected]>
2022-01-11 08:56:47 -06:00

176 lines
4.0 KiB
CSS

/*
* Admin specific styling are prefixed with body.change-form.
*/
.yourlabs-autocomplete
{
position: absolute;
left: 0;
z-index: 1000;
display: none;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
overflow: scroll;
max-height: 360px;
}
.yourlabs-autocomplete .hilight
{
color: #ffffff !important;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.yourlabs-autocomplete .choice,
.yourlabs-autocomplete [data-value],
.yourlabs-autocomplete em
{
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
color: black;
cursor: pointer;
}
/*
* You should use the "block" class because the "div" class is deprecated since
* 2.0. However, the "div" class is still supported for backward compatibility.
*/
.block,
.div
{
display: block;
}
.autocomplete-light-widget {
display: inline-block;
/* for the add-another image */
vertical-align: middle;
}
.autocomplete-light-widget input,
.autocomplete-light-widget input:focus {
margin: 0;
outline: 0;
}
.autocomplete-light-widget {
/* "Position" the widget */
position: relative;
}
input.autocomplete {
position: relative;
vertical-align: top;
}
input.autocomplete.xhr-pending {
background-image: url('xhr-pending.gif');
background-repeat: no-repeat;
background-position: right;
}
.autocomplete-light-widget.modern-style {
border: 1px solid lightgrey;
padding: 4px 4px 3px 4px;
}
.autocomplete-light-widget.modern-style input,
.autocomplete-light-widget.modern-style input:focus {
border: 0;
margin: 2px 0;
}
.autocomplete-light-widget.modern-style .deck [data-value],
.autocomplete-light-widget.modern-style .deck .choice {
border: 1px solid lightgrey;
border-radius: 4px;
}
.autocomplete-light-widget.yourlabs-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 100;
}
.autocomplete-light-widget .deck [data-value],
.autocomplete-light-widget .deck .choice
{
list-style-type: none;
display: inline-block;
padding-top: 3px;
padding-right: 3px;
}
.autocomplete-light-widget .deck [data-value] .remove
{
background-image: url('delete.png');
color: #fff;
cursor: pointer;
text-indent: -999px;
height: 16px;
width: 16px;
display: inline-block;
background-position-y: -1px;
background-repeat: no-repeat;
}
.autocomplete-light-widget .deck [data-value] .remove:hover
{
background-position: -15px 0;
}
.yourlabs-autocomplete .choice-detail,
.yourlabs-autocomplete .choice-update
{
display: none;
}
/* These lines are important to avoid style change to the underlying divs */
.autocomplete-light-clearfix:after {
content: "";
display: table;
clear: both;
}
/* credit: http://www.csslab.cl/2008/01/30/ventana-modal-solo-con-css/ */
#yourlabs_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index:1001;
opacity:.75;
-moz-opacity: 0.75;
filter: alpha(opacity=75);
}