diff --git a/data/interfaces/brink/CSS/StyleSheet.css b/data/interfaces/brink/CSS/StyleSheet.css index a469c31b..4a7cea56 100644 --- a/data/interfaces/brink/CSS/StyleSheet.css +++ b/data/interfaces/brink/CSS/StyleSheet.css @@ -882,7 +882,35 @@ footer div#version { text-align: center; font-weight: bold; } div#donate { text-align: center; margin: 20px auto 20px auto; } -div#shutdown{ text-align: center; vertical-align: middle; } +div#shutdown +{ + position: fixed; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + background-color: rgba(0,0,0,0.9); + z-index: 9999; +} +div#shutdown div +{ + position: fixed; + top: 50%; + left: 50%; + width: 0px; + height: 0px; +} +div#shutdown div div +{ + text-align: center; + position: relative; + float: left; + left: -150px; + top: -100px; + width: 300px; + height: 200px; +} + .cloudtag { padding-top: 30px; font-size:16px; } #cloud a.tag1 { font-size: 0.7em; font-weight: 100; } diff --git a/data/interfaces/brink/CSS/selectFix.css b/data/interfaces/brink/CSS/selectFix.css deleted file mode 100644 index d276eeae..00000000 --- a/data/interfaces/brink/CSS/selectFix.css +++ /dev/null @@ -1,17 +0,0 @@ -select, .select -{ - background-color: #FFF; - color: #222; /*default styling of input*/ - line-height: 40px; - height: 40px; - width: 46.72466734902764%; -} -select -{ - width: 46.72466734902764%; -} -.arrow -{ - background-color: #E4AACC; - border-left: 1px solid #000; -} \ No newline at end of file diff --git a/data/interfaces/brink/config.html b/data/interfaces/brink/config.html index 407064bc..611f0fb7 100644 --- a/data/interfaces/brink/config.html +++ b/data/interfaces/brink/config.html @@ -619,6 +619,27 @@ %endfor + +
+

Host:
+ +

+

+ Port:
+ +

+

+ Sleep Interval: +
+ +

+
+ +
+

Username:

+

Password:

+ Get an Account

+
diff --git a/data/interfaces/brink/shutdown.html b/data/interfaces/brink/shutdown.html index be7ca21d..a2958fc1 100644 --- a/data/interfaces/brink/shutdown.html +++ b/data/interfaces/brink/shutdown.html @@ -7,7 +7,17 @@ <%def name="body()">
-

Headphones is ${message}

+
+
+ +

Headphones is ${message}

+
+
+ + Estimate ${timer} seconds + +
+
\ No newline at end of file