mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-29 04:40:55 +02:00
add static files
This commit is contained in:
34
static/polymorphic/css/polymorphic_inlines.css
Normal file
34
static/polymorphic/css/polymorphic_inlines.css
Normal file
@ -0,0 +1,34 @@
|
||||
.polymorphic-add-choice {
|
||||
position: relative;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.polymorphic-add-choice a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.polymorphic-type-menu {
|
||||
position: absolute;
|
||||
top: 2.2em;
|
||||
left: 0.5em;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
padding: 2px;
|
||||
background-color: #fff;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.polymorphic-type-menu ul {
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.polymorphic-type-menu li {
|
||||
list-style: none inside none;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.inline-related.empty-form {
|
||||
/* needed for grapelli, which uses grp-empty-form */
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user