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