css fixes
This commit is contained in:
parent
eb87e0a823
commit
9eee80673d
@ -107,13 +107,15 @@ img {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height:100%;
|
height:100%;
|
||||||
width:100%;
|
width:100%;
|
||||||
margin: 5%;
|
margin-left: 4%;
|
||||||
|
margin-bottom: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
|
margin-top : -2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection {
|
.selection {
|
||||||
@ -343,8 +345,8 @@ img {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
top: 61%;
|
top: 70%;
|
||||||
margin-left: -9%;
|
margin-left: -8%;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
border-bottom: 17px solid #fefefe;
|
border-bottom: 17px solid #fefefe;
|
||||||
@ -364,7 +366,7 @@ img {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
top: 102%;
|
top: 102%;
|
||||||
margin-left: -13%;
|
margin-left: -12%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|||||||
@ -60,6 +60,7 @@
|
|||||||
var options = ["theme","displayTheme","elecConf","unit"];
|
var options = ["theme","displayTheme","elecConf","unit"];
|
||||||
var ranges = {}; //ranges[theme][0] is min [1] is max [2] is range
|
var ranges = {}; //ranges[theme][0] is min [1] is max [2] is range
|
||||||
var elementCount = 118; // Number of elements
|
var elementCount = 118; // Number of elements
|
||||||
|
var lastElement;
|
||||||
|
|
||||||
var choices = [ //Keep these in the same order as options
|
var choices = [ //Keep these in the same order as options
|
||||||
["light","dark"],
|
["light","dark"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user