Little UI fixes
This commit is contained in:
parent
a0050ded4a
commit
9d2e1ca35d
|
@ -343,7 +343,6 @@ main {
|
|||
#page-meet #empty #be-first {
|
||||
text-decoration: none;
|
||||
padding: .5em 1em;
|
||||
background: #893ad9;
|
||||
color: #fff;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #ffffff1c;
|
||||
|
|
|
@ -23,6 +23,7 @@ app.pages.meet = {
|
|||
} else {
|
||||
app.template.load('meet.empty', function(tpl) {
|
||||
dom.innerHTML = app.template.fill({}, tpl);
|
||||
calcCustomCss();
|
||||
});
|
||||
}
|
||||
app.preload.home();
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
<p>{s:app.meet_empty_p}</p>
|
||||
<br>
|
||||
<a id="be-first" href="#compose"
|
||||
class="button noback light rounder"
|
||||
class="component button"
|
||||
style="background-color: #893ad9"
|
||||
>{s:app.be_the_first}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue