mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 17:33:56 +02:00
Improve text and robustness of marketplaces footer
This commit is contained in:
parent
186d3f18ef
commit
01226b03ef
3 changed files with 12 additions and 10 deletions
|
@ -93,8 +93,8 @@ body {
|
|||
*/
|
||||
font-family: sans-serif;
|
||||
font-size: 24px;
|
||||
margin-left: 25px;
|
||||
margin-right: 5px;
|
||||
margin-left: 20px;
|
||||
margin-right: 3px;
|
||||
color: #fff;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
@ -107,9 +107,11 @@ body {
|
|||
top: 1px;
|
||||
}
|
||||
#marketplace-navigation input {
|
||||
float: right;
|
||||
margin-right: 25px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
margin-top: 12px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
|
|
|
@ -85,9 +85,9 @@
|
|||
$("head").append(
|
||||
'<style>' +
|
||||
'#marketplace-navigation { font-family: Arial, Helvetica, sans-serif; width: 100%; height: 50px; background: #00b4ef; position: fixed; bottom: 0; }' +
|
||||
'#marketplace-navigation .glyph { margin-left: 25px; margin-right: 5px; font-family: sans-serif; color: #fff; font-size: 24px; line-height: 50px; }' +
|
||||
'#marketplace-navigation .glyph { margin-left: 20px; margin-right: 3px; font-family: sans-serif; color: #fff; font-size: 24px; line-height: 50px; }' +
|
||||
'#marketplace-navigation .text { color: #fff; font-size: 18px; line-height: 50px; vertical-align: top; position: relative; top: 1px; }' +
|
||||
'#marketplace-navigation input { float: right; margin-right: 25px; margin-top: 12px; }' +
|
||||
'#marketplace-navigation input { position: absolute; right: 20px; margin-top: 12px; padding-left: 10px; padding-right: 10px; }' +
|
||||
'</style>'
|
||||
);
|
||||
|
||||
|
@ -113,7 +113,7 @@
|
|||
// Marketplaces footer.
|
||||
$("body").append(
|
||||
'<div id="marketplace-navigation">' +
|
||||
'<span class="glyph">🛈</span> <span class="text">Check out other markets.</span>' +
|
||||
'<span class="glyph">🛈</span> <span class="text">Check out other marketplaces.</span>' +
|
||||
'<input id="all-markets" type="button" class="white" value="See All Markets" />' +
|
||||
'</div>'
|
||||
);
|
||||
|
|
|
@ -17,9 +17,9 @@ $(document).ready(function () {
|
|||
$("head").append(
|
||||
'<style>' +
|
||||
'#marketplace-navigation { font-family: Arial, Helvetica, sans-serif; width: 100%; height: 50px; background: #00b4ef; position: fixed; bottom: 0; }' +
|
||||
'#marketplace-navigation .glyph { margin-left: 25px; margin-right: 5px; font-family: sans-serif; color: #fff; font-size: 24px; line-height: 50px; }' +
|
||||
'#marketplace-navigation .glyph { margin-left: 20px; margin-right: 3px; font-family: sans-serif; color: #fff; font-size: 24px; line-height: 50px; }' +
|
||||
'#marketplace-navigation .text { color: #fff; font-size: 18px; line-height: 50px; vertical-align: top; position: relative; top: 1px; }' +
|
||||
'#marketplace-navigation input { float: right; margin-right: 25px; margin-top: 12px; }' +
|
||||
'#marketplace-navigation input { position: absolute; right: 20px; margin-top: 12px; padding-left: 10px; padding-right: 10px; }' +
|
||||
'</style>'
|
||||
);
|
||||
|
||||
|
@ -37,7 +37,7 @@ $(document).ready(function () {
|
|||
// Marketplaces footer.
|
||||
$("body").append(
|
||||
'<div id="marketplace-navigation">' +
|
||||
'<span class="glyph">🛈</span> <span class="text">Check out other markets.</span>' +
|
||||
'<span class="glyph">🛈</span> <span class="text">Check out other marketplaces.</span>' +
|
||||
'<input id="all-markets" type="button" class="white" value="See All Markets" />' +
|
||||
'</div>'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue