@@ -668,6 +668,8 @@ html[lang="bo"] .msg-popup .front p { font-size:18px;}
668
668
# pop-login ,
669
669
# lang-login { cursor : pointer; }
670
670
671
+ # lang-login { display : flex; align-items : center;}
672
+
671
673
.over-nav + .nav .inner-nav > div { margin : 0 25px ; line-height : 44px ;height : 44px ; font-size : 16px ;}
672
674
673
675
.over-nav + .nav .inner-nav > div a { font-size : 16px ; color : black;}
@@ -1893,7 +1895,8 @@ footer #donate,
1893
1895
text-align : center; display : inline-block; margin-left : 25px ; }
1894
1896
.nav # donate img { vertical-align : middle; display : inline-block; margin-right : 10px ;}
1895
1897
1896
- .nav # lang { cursor : pointer; /*margin-top:7px;*/ margin-left : 25px ; display : inline-block;}
1898
+ .nav # lang { cursor : pointer; /*margin-top:7px; margin-left:25px;*/ display : inline-block;}
1899
+ .nav .lang-login > : first-child { margin-left : 25px ; }
1897
1900
# uiLangPopup # lang img ,
1898
1901
.nav # lang img { display : inline-block; width : 28px ; }
1899
1902
@@ -4816,6 +4819,10 @@ div.mustLogin a:hover { border:none; text-decoration: underline;}
4816
4819
# feedback .tooltip a { cursor : pointer; }
4817
4820
# feedback .tooltip : not (.on ) { display : none; }
4818
4821
4822
+ # feedback .top .tooltip {
4823
+ right : -4px ;
4824
+ top : 100% ;
4825
+ }
4819
4826
4820
4827
.popHowTo .bg { z-index : 1000 ; background-color : rgba (0 , 0 , 0 , 0.25 )}
4821
4828
@@ -7103,16 +7110,36 @@ a.result .contenu ul > div:last-child h3[lang=bo] span { font-size:18px;}
7103
7110
7104
7111
7105
7112
/* feedbucket */
7113
+ # feedback .top : not (.on , .off ),
7106
7114
.nav + # feedback : not (.on , .off ),
7107
7115
feedbucket-app : not (.on ) { display : none !important ; }
7108
7116
7109
7117
# root .recording ~ feedbucket-app { display : block !important ; }
7110
7118
7119
+ # feedback .top ,
7111
7120
.nav + # feedback { position : fixed; color : # d73449 ; background : white; display : flex; border-radius : 20px 20px ; width : 40px ; height : 40px ; box-sizing : border-box;
7112
- box-shadow : 0 2px 4px rgba (187 , 187 , 187 , 0.5 ); bottom : calc (50% - 20px ); right : 10px ; cursor : pointer; justify-content : center; align-items : center; z-index : 1000000 ;
7121
+ box-shadow : 0 2px 4px rgba (187 , 187 , 187 , 0.5 ); bottom : calc (50% - 20px ); right : 10px ; cursor : pointer; justify-content : center; align-items : center; z-index : 10000000 ;
7113
7122
}
7123
+
7124
+ # feedback .top {
7125
+ position : relative;bottom : auto;right : auto;top : auto;left : auto;box-shadow : none; margin-right : 4px ;z-index : 0 ;
7126
+ }
7127
+
7128
+
7129
+ # feedback .top svg {
7130
+ color : # d73449 ;
7131
+ }
7132
+
7133
+ # feedback : not (.top ): not (.X ) { visibility : hidden; }
7134
+
7135
+ # feedback .top svg ,
7114
7136
.nav + # feedback svg { width : 24px ; height : 24px ; display : none; position : absolute;}
7137
+
7138
+ # feedback .top .X svg : first-of-type ,
7139
+ # feedback .top : not (.X ) svg : first-of-type ,
7115
7140
.nav + # feedback : not (.X ) svg : first-of-type { display : block;}
7141
+
7142
+ /* #feedback.X.top svg:last-of-type, */
7116
7143
.nav + # feedback .X svg : last-of-type { display : block;}
7117
7144
7118
7145
.nav + # feedback .X { top : calc (50% + 117px ); right : 10px ; bottom : auto; }
@@ -7444,7 +7471,7 @@ feedbucket-app:not(.on) { display:none !important; }
7444
7471
{
7445
7472
7446
7473
.nav { padding : 0 calc ((100% - 700px ) / 2 ); }
7447
- .nav # lang { margin-left : 20px ; }
7474
+ /* .nav #lang { margin-left:20px; } */
7448
7475
.nav # donate { width : 40px ; margin-left : 15px ; }
7449
7476
7450
7477
# res-header > div .widget-header {
0 commit comments