diff --git a/html/main.html b/html/main.html index 99c27acb..834dd710 100644 --- a/html/main.html +++ b/html/main.html @@ -8,11 +8,11 @@
-
+
<%template "logo" .%>
-
+
@@ -42,4 +42,4 @@ <%template "extra-body" .%> -<%end%> \ No newline at end of file +<%end%> diff --git a/src/styles/components/_bar.scss b/src/styles/components/_bar.scss index d368302b..5425fd7e 100644 --- a/src/styles/components/_bar.scss +++ b/src/styles/components/_bar.scss @@ -33,7 +33,7 @@ @include box-shadow(0 2px 10px 0 $componentfg3); @include touch-callout(none); @include user-select(none); - .left { + .bar-left { bottom: 0; left: 0; top: 0; @@ -62,7 +62,7 @@ } } -#bar .right { +#bar .bar-right { bottom: 1px; padding-right: 8px; position: absolute; @@ -127,7 +127,7 @@ margin: -5px .5em 0 .5em; width: 46px; } - > .middle { + .bar-middle { background-color: $componentbg; display: inline-block; min-height: 44px; diff --git a/static/partials/statusmessage.html b/static/partials/statusmessage.html index bddddd86..1216daf4 100644 --- a/static/partials/statusmessage.html +++ b/static/partials/statusmessage.html @@ -1,4 +1,4 @@ - + {{_("Initializing")}} {{_("Online")}} {{id|displayName}} {{_("Calling")}} {{dialing|displayName}} {{_("Hangup")}}