new static files.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-08 23:26:27 -06:00
commit fe4f6c97d5
778 changed files with 71557 additions and 0 deletions

View 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;
}