From 9f92bd28e3bb239c34dcd50dc12e8ff6c436ed2a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 28 Apr 2014 11:32:51 +0200 Subject: [PATCH] Changed #bar .right/.middle/.left to #bar .bar-right/.bar-middle/.bar-left --- html/main.html | 6 +++--- src/styles/components/_bar.scss | 6 +++--- static/partials/statusmessage.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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")}}