|
@@ -1285,6 +1285,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|
|
height: 28px;
|
|
height: 28px;
|
|
|
min-width: 208px;
|
|
min-width: 208px;
|
|
|
padding-left: 4px;
|
|
padding-left: 4px;
|
|
|
|
|
+ appearance:none;
|
|
|
|
|
+ -moz-appearance:none;
|
|
|
|
|
+ -webkit-appearance:none;
|
|
|
|
|
+ padding-left: 10px;
|
|
|
}
|
|
}
|
|
|
.l-select select:focus {
|
|
.l-select select:focus {
|
|
|
border: 0;
|
|
border: 0;
|
|
@@ -2465,6 +2469,7 @@ label {
|
|
|
font-size: 19px;
|
|
font-size: 19px;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
height: 43px;
|
|
height: 43px;
|
|
|
|
|
+ cursor: pointer;
|
|
|
margin: 2px 6px 0 0;
|
|
margin: 2px 6px 0 0;
|
|
|
min-width: 138px;
|
|
min-width: 138px;
|
|
|
padding: 8px 1px 6px 10px;
|
|
padding: 8px 1px 6px 10px;
|
|
@@ -2475,7 +2480,6 @@ label {
|
|
|
-moz-appearance:none;
|
|
-moz-appearance:none;
|
|
|
-webkit-appearance:none;
|
|
-webkit-appearance:none;
|
|
|
text-shadow: 0 0 0 #555;
|
|
text-shadow: 0 0 0 #555;
|
|
|
- cursor: pointer;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.vst-list.long-2 {
|
|
.vst-list.long-2 {
|
|
@@ -2503,6 +2507,9 @@ label {
|
|
|
background-position: -210px -604px;
|
|
background-position: -210px -604px;
|
|
|
text-shadow: none !important;
|
|
text-shadow: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
+.vst-list.flat:hover {
|
|
|
|
|
+ color: #ff6701;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
a.vst-text,
|
|
a.vst-text,
|
|
|
a.vst-text b{
|
|
a.vst-text b{
|
|
@@ -2548,6 +2555,9 @@ a.vst-text:active b{
|
|
|
font-family:"Lucida Console", Monaco, monospace;
|
|
font-family:"Lucida Console", Monaco, monospace;
|
|
|
white-space: pre;
|
|
white-space: pre;
|
|
|
}
|
|
}
|
|
|
|
|
+.vst-textinput.short {
|
|
|
|
|
+ width: 360px;
|
|
|
|
|
+}
|
|
|
#advanced-options .console{
|
|
#advanced-options .console{
|
|
|
width: 833px;
|
|
width: 833px;
|
|
|
height: 600px;
|
|
height: 600px;
|
|
@@ -2823,8 +2833,8 @@ a.button.cancel {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
color: #777;
|
|
color: #777;
|
|
|
border: 1px solid #d9d9d9;
|
|
border: 1px solid #d9d9d9;
|
|
|
- padding: 7px 5px 12px 20px;
|
|
|
|
|
- margin-top: 17px;
|
|
|
|
|
|
|
+ padding: 0px 5px 12px 20px;
|
|
|
|
|
+ margin-top: 64px;
|
|
|
width: 334px;
|
|
width: 334px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
@@ -2844,6 +2854,12 @@ a.button.cancel {
|
|
|
width: 190px;
|
|
width: 190px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
+.mail-infoblock a {
|
|
|
|
|
+ color: #2c9491;
|
|
|
|
|
+}
|
|
|
|
|
+.mail-infoblock a:hover {
|
|
|
|
|
+ color: #ff6701;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.additional-info {
|
|
.additional-info {
|
|
|
margin-left: 30px;
|
|
margin-left: 30px;
|