new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
83e792bcaa
commit
fe4f6c97d5
778 changed files with 71557 additions and 0 deletions
27
static/parler/admin/language_tabs.css
Normal file
27
static/parler/admin/language_tabs.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.parler-language-tabs span {
|
||||
display: inline-block;
|
||||
padding: 5px 15px;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: none;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 1px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.parler-language-tabs span.current {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.parler-language-tabs span.empty {
|
||||
opacity: 0.7;
|
||||
font-weight: normal;
|
||||
}
|
||||
.parler-language-tabs a.deletelink {
|
||||
right: -17px;
|
||||
bottom: 4px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.parler-inline-language-tabs + .inline-group {
|
||||
margin-top: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue