Minor css fix for my last commit
This commit is contained in:
Родитель
43e31bc549
Коммит
e012c46efb
|
@ -106,39 +106,29 @@ a.button:hover {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.back-to-top {
|
.back-to-top {
|
||||||
margin-bottom:70px;
|
margin-bottom:70px;
|
||||||
color:#403c3c;
|
color:#403c3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.back-to-top div {
|
.back-to-top div {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.back-to-top div div {
|
.back-to-top div div {
|
||||||
float:none;
|
float:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.left-line, div.right-line {
|
.left-line, .right-line {
|
||||||
border-top:1px solid #403c3c;
|
border-top:1px solid #403c3c;
|
||||||
position:relative;
|
position:relative;
|
||||||
top:11px;
|
top:11px;
|
||||||
/* L10N NOTICE
|
|
||||||
The width of this element should be adjusted depending on the language.
|
|
||||||
--------left-line------------- div.copy ----------right-line---------- must have an total added width of 100%
|
|
||||||
Use Firebug to determine the appropriate values.
|
|
||||||
*/
|
|
||||||
width:40%;
|
width:40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.back-to-top .copy {
|
.back-to-top .copy {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:1.231em;
|
font-size:1.231em;
|
||||||
/* L10N NOTICE
|
|
||||||
The width of this element should be adjusted depending on the language.
|
|
||||||
--------left-line------------- div.copy ----------right-line---------- must have an total added width of 100%
|
|
||||||
Use Firebug to determine the appropriate values.
|
|
||||||
*/
|
|
||||||
width:20%;
|
width:20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
</script>
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
|
|
||||||
{% if LANG != 'en-US' %}
|
{% if LANG != 'en-US' %}
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче