|
@@ -10,7 +10,7 @@ body {
|
|
font-family: sans-serif;
|
|
font-family: sans-serif;
|
|
}
|
|
}
|
|
.wrapper {
|
|
.wrapper {
|
|
- height: calc(100% - 60px - 30px); /* nvabar top and bottom*/
|
|
|
|
|
|
+ height: calc(100% - 40px - 30px); /* nvabar top and bottom*/
|
|
width: 100%;
|
|
width: 100%;
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -62,7 +62,7 @@ body {
|
|
font-family: 'Montserrat'
|
|
font-family: 'Montserrat'
|
|
}
|
|
}
|
|
.navbar {
|
|
.navbar {
|
|
- height: 60px;
|
|
|
|
|
|
+ height: 40px;
|
|
width: 100%;
|
|
width: 100%;
|
|
font-family: "Montserrat";
|
|
font-family: "Montserrat";
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
@@ -79,15 +79,15 @@ body {
|
|
background-color: #efefef;
|
|
background-color: #efefef;
|
|
}
|
|
}
|
|
.navbar .title {
|
|
.navbar .title {
|
|
- height: 60px;
|
|
|
|
|
|
+ height: 40px;
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
- line-height: 60px;
|
|
|
|
|
|
+ line-height: 40px;
|
|
color: #15A4FA;
|
|
color: #15A4FA;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.navbar .version {
|
|
.navbar .version {
|
|
- height: 60px;
|
|
|
|
- line-height: 60px;
|
|
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
color: #7283a0;
|
|
color: #7283a0;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
@@ -99,12 +99,12 @@ body {
|
|
.navbar .category.right {
|
|
.navbar .category.right {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
- top: 15px;
|
|
|
|
|
|
+ top: 8px;
|
|
}
|
|
}
|
|
.navbar .button {
|
|
.navbar .button {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- height: 30px;
|
|
|
|
- line-height: 30px;
|
|
|
|
|
|
+ height: 25px;
|
|
|
|
+ line-height: 25px;
|
|
color: white;
|
|
color: white;
|
|
background-color: #7283a0;
|
|
background-color: #7283a0;
|
|
margin: 0 2px 0 2px;
|
|
margin: 0 2px 0 2px;
|
|
@@ -121,8 +121,8 @@ body {
|
|
background-color: #15A4FA;
|
|
background-color: #15A4FA;
|
|
}
|
|
}
|
|
.navbar .button.run {
|
|
.navbar .button.run {
|
|
- height: 40px;
|
|
|
|
- line-height: 40px;
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
+ line-height: 30px;
|
|
background-color: #15A4FA;
|
|
background-color: #15A4FA;
|
|
font-size: 1.0em;
|
|
font-size: 1.0em;
|
|
}
|
|
}
|
|
@@ -135,11 +135,10 @@ body {
|
|
}
|
|
}
|
|
.navbar .select .toDisplay {
|
|
.navbar .select .toDisplay {
|
|
border: 1px solid #7283a0;
|
|
border: 1px solid #7283a0;
|
|
- border-radius: 5px;
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
left: 0;
|
|
left: 0;
|
|
- top: 32px;
|
|
|
|
|
|
+ top: 25px;
|
|
min-width: 100%;
|
|
min-width: 100%;
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -149,6 +148,7 @@ body {
|
|
line-height: 35px;
|
|
line-height: 35px;
|
|
padding: 0px 5px 0px 5px;
|
|
padding: 0px 5px 0px 5px;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ border-bottom : 1px solid rgba(0,0,0,0.1);
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .toDisplay .option.light:hover {
|
|
.navbar .select .toDisplay .option.light:hover {
|
|
@@ -156,13 +156,14 @@ body {
|
|
background-color: #d9d9d9;
|
|
background-color: #d9d9d9;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
.navbar .select .toDisplay .option.dark {
|
|
.navbar .select .toDisplay .option.dark {
|
|
background-color: #333;
|
|
background-color: #333;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
.navbar .select .toDisplay .option.light {
|
|
.navbar .select .toDisplay .option.light {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #15A4FA;
|
|
|
|
|
|
+ color: #7283a0;
|
|
}
|
|
}
|
|
.navbar .select .toDisplay .option.dark:hover {
|
|
.navbar .select .toDisplay .option.dark:hover {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -224,7 +225,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .toDisplayBig a.light {
|
|
.navbar .select .toDisplayBig a.light {
|
|
- color: #15A4FA;
|
|
|
|
|
|
+ color: #7283a0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -306,10 +307,14 @@ body {
|
|
margin : 0 5px 0 5px;
|
|
margin : 0 5px 0 5px;
|
|
font-size:0.8em;
|
|
font-size:0.8em;
|
|
}
|
|
}
|
|
-.navbarBottom .links .link:hover{
|
|
|
|
|
|
+.navbarBottom .links .link.light:hover{
|
|
color:#999;
|
|
color:#999;
|
|
background-color:#333;
|
|
background-color:#333;
|
|
}
|
|
}
|
|
|
|
+.navbarBottom .links .link.dark:hover{
|
|
|
|
+ color:#333;
|
|
|
|
+ background-color:#eee;
|
|
|
|
+}
|
|
.navbarBottom .links .link a{
|
|
.navbarBottom .links .link a{
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
color:#999;
|
|
color:#999;
|
|
@@ -413,4 +418,10 @@ body {
|
|
.save-layer .save-form input,
|
|
.save-layer .save-form input,
|
|
.save-layer .save-form textarea {
|
|
.save-layer .save-form textarea {
|
|
width: 350px;
|
|
width: 350px;
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*@media (max-width: 800px) {
|
|
|
|
+ .desktopOnly {
|
|
|
|
+ display: none !important;
|
|
|
|
+ }
|
|
|
|
+}*/
|