|
@@ -65,25 +65,25 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.footerRight a img {
|
|
.footerRight a img {
|
|
- width: 48px;
|
|
|
|
- height: 48px;
|
|
|
|
- margin: 4px;
|
|
|
|
|
|
+ width: 36px;
|
|
|
|
+ height: 36px;
|
|
|
|
+ margin: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.footerRight a:hover {
|
|
.footerRight a:hover {
|
|
- background-color: #162D3A; /* Add a hover color */
|
|
|
|
|
|
+ background-color: #2c5a74; /* Add a hover color */
|
|
}
|
|
}
|
|
|
|
|
|
.footerRight a:active {
|
|
.footerRight a:active {
|
|
- background-color: #2c5a74; /* Add a hover color */
|
|
|
|
|
|
+ background-color: #162D3A; /* Add a hover color */
|
|
}
|
|
}
|
|
|
|
|
|
.custom-upload {
|
|
.custom-upload {
|
|
position: relative;
|
|
position: relative;
|
|
background:url(./Assets/Icon_OpenFile.svg) center right no-repeat;
|
|
background:url(./Assets/Icon_OpenFile.svg) center right no-repeat;
|
|
- width: 48px;
|
|
|
|
- height: 48px;
|
|
|
|
- margin: 4px;
|
|
|
|
|
|
+ width: 36px;
|
|
|
|
+ height: 36px;
|
|
|
|
+ margin: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.custom-upload input[type=file]
|
|
.custom-upload input[type=file]
|
|
@@ -172,7 +172,7 @@ a {
|
|
color: white;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
width: calc(100% - 168px);
|
|
width: calc(100% - 168px);
|
|
- bottom: 12px;
|
|
|
|
|
|
+ bottom: 10px;
|
|
min-height: 30px;
|
|
min-height: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -194,8 +194,8 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
#animationBar img {
|
|
#animationBar img {
|
|
- width: 25px;
|
|
|
|
- height: 25px;
|
|
|
|
|
|
+ width: 36px;
|
|
|
|
+ height: 36px;
|
|
}
|
|
}
|
|
|
|
|
|
.dropdown {
|
|
.dropdown {
|
|
@@ -271,14 +271,15 @@ a {
|
|
width: 1000px;
|
|
width: 1000px;
|
|
outline: none;
|
|
outline: none;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
- height: 4px;
|
|
|
|
- margin-top: 10px;
|
|
|
|
|
|
+ height: 2px;
|
|
|
|
+ margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
/*Chrome -webkit */
|
|
/*Chrome -webkit */
|
|
#slider::-webkit-slider-thumb {
|
|
#slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
- appearance: none;
|
|
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
height: 20px;
|
|
border: 0;
|
|
border: 0;
|
|
@@ -296,7 +297,7 @@ a {
|
|
/** FireFox -moz */
|
|
/** FireFox -moz */
|
|
#slider::-moz-range-progress {
|
|
#slider::-moz-range-progress {
|
|
background-color: white;
|
|
background-color: white;
|
|
- height: 5px;
|
|
|
|
|
|
+ height: 2px;
|
|
}
|
|
}
|
|
#slider::-moz-range-thumb{
|
|
#slider::-moz-range-thumb{
|
|
width: 20px;
|
|
width: 20px;
|
|
@@ -309,11 +310,11 @@ a {
|
|
/** IE -ms */
|
|
/** IE -ms */
|
|
#slider::-ms-fill-lower {
|
|
#slider::-ms-fill-lower {
|
|
background-color: white;
|
|
background-color: white;
|
|
- height: 5px;
|
|
|
|
|
|
+ height: 2px;
|
|
}
|
|
}
|
|
#slider::-ms-fill-upper {
|
|
#slider::-ms-fill-upper {
|
|
background-color: white;
|
|
background-color: white;
|
|
- height: 5px;
|
|
|
|
|
|
+ height: 2px;
|
|
}
|
|
}
|
|
#slider::-ms-thumb {
|
|
#slider::-ms-thumb {
|
|
width: 20px;
|
|
width: 20px;
|