Updated Config with "new" options.

This commit is contained in:
Brinken
2012-03-22 11:35:13 +01:00
parent c400908ab2
commit 6f2c1ea997
4 changed files with 61 additions and 19 deletions
+29 -1
View File
@@ -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; }
-17
View File
@@ -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;
}