@@ -1285,6 +1285,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
12851285 height : 28px ;
12861286 min-width : 208px ;
12871287 padding-left : 4px ;
1288+ appearance : none;
1289+ -moz-appearance : none;
1290+ -webkit-appearance : none;
1291+ padding-left : 10px ;
12881292}
12891293.l-select select : focus {
12901294 border : 0 ;
@@ -1324,7 +1328,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13241328 border-bottom : none;
13251329}
13261330
1327- .l-unit-ftl {
1331+ .l-unit-ft {
13281332 color : # 929292 ;
13291333 padding : 0 0 0 15px ;
13301334}
@@ -2465,6 +2469,7 @@ label {
24652469 font-size : 19px ;
24662470 font-weight : normal;
24672471 height : 43px ;
2472+ cursor : pointer;
24682473 margin : 2px 6px 0 0 ;
24692474 min-width : 138px ;
24702475 padding : 8px 1px 6px 10px ;
@@ -2475,7 +2480,6 @@ label {
24752480 -moz-appearance : none;
24762481 -webkit-appearance : none;
24772482 text-shadow : 0 0 0 # 555 ;
2478- /*color: transparent !important;*/
24792483}
24802484
24812485.vst-list .long-2 {
@@ -2493,6 +2497,23 @@ label {
24932497 color : # 333 ;
24942498}
24952499
2500+ .vst-list .flat {
2501+ border : 1px solid # fff ;
2502+ color : # 2c9491 ;
2503+ text-transform : uppercase;
2504+ font-weight : bold;
2505+ font-size : 11px ;
2506+ margin-left : -14px ;
2507+ background-position : -210px -604px ;
2508+ text-shadow : none !important ;
2509+ }
2510+ .vst-list .flat : hover {
2511+ color : # ff6701 ;
2512+ }
2513+ .vst-list .flat option {
2514+ color : # 555 ;
2515+ }
2516+
24962517a .vst-text ,
24972518a .vst-text b {
24982519 color : # 2c9491 ;
@@ -2537,6 +2558,9 @@ a.vst-text:active b{
25372558 font-family : "Lucida Console" , Monaco, monospace;
25382559 white-space : pre;
25392560}
2561+ .vst-textinput .short {
2562+ width : 360px ;
2563+ }
25402564# advanced-options .console {
25412565 width : 833px ;
25422566 height : 600px ;
@@ -2808,18 +2832,37 @@ a.button.cancel {
28082832 vertical-align : top;
28092833}
28102834.mail-infoblock {
2811- padding-top : 80px ;
2812- margin-left : -100px ;
2835+ margin-left : -110px ;
28132836 font-size : 12px ;
28142837 color : # 777 ;
2838+ border : 1px solid # d9d9d9 ;
2839+ padding : 0px 5px 12px 20px ;
2840+ margin-top : 64px ;
2841+ width : 334px ;
2842+ overflow : hidden;
2843+ }
2844+ .mail-infoblock : hover {
2845+ overflow : visible;
28152846}
28162847.mail-infoblock td {
28172848 color : # 777 ;
28182849 font-size : 14px ;
28192850 height : 18px ;
2820- padding-right : 25px ;
28212851 font-weight : normal;
28222852}
2853+ .mail-infoblock td : first-child {
2854+ padding-right : 15px ;
2855+ }
2856+ .mail-infoblock div {
2857+ width : 190px ;
2858+ white-space : nowrap;
2859+ }
2860+ .mail-infoblock a {
2861+ color : # 2c9491 ;
2862+ }
2863+ .mail-infoblock a : hover {
2864+ color : # ff6701 ;
2865+ }
28232866
28242867.additional-info {
28252868 margin-left : 30px ;
0 commit comments