CSS: Fix footer position in desktop view

pull/3683/head
Angel Fernando Quiroz Campos 5 years ago
parent a0cc55bc47
commit 66baa6f6a7
  1. 9
      app/Resources/public/css/themes/academica/default.css
  2. 9
      app/Resources/public/css/themes/baby_orange/default.css
  3. 10
      app/Resources/public/css/themes/beach/default.css
  4. 9
      app/Resources/public/css/themes/blue_lagoon/default.css
  5. 11
      app/Resources/public/css/themes/chamilo/default.css
  6. 12
      app/Resources/public/css/themes/chamilo_electric_blue/default.css
  7. 9
      app/Resources/public/css/themes/chamilo_green/default.css
  8. 9
      app/Resources/public/css/themes/chamilo_orange/default.css
  9. 9
      app/Resources/public/css/themes/chamilo_red/default.css
  10. 9
      app/Resources/public/css/themes/chamilo_sport_red/default.css
  11. 17
      app/Resources/public/css/themes/cool_blue/default.css
  12. 9
      app/Resources/public/css/themes/corporate/default.css
  13. 9
      app/Resources/public/css/themes/cosmic_campus/default.css
  14. 9
      app/Resources/public/css/themes/delicious_bordeaux/default.css
  15. 12
      app/Resources/public/css/themes/empire_green/default.css
  16. 9
      app/Resources/public/css/themes/fruity_orange/default.css
  17. 10
      app/Resources/public/css/themes/holi/default.css
  18. 11
      app/Resources/public/css/themes/journal/default.css
  19. 18
      app/Resources/public/css/themes/kiddy/default.css
  20. 17
      app/Resources/public/css/themes/medical/default.css
  21. 9
      app/Resources/public/css/themes/readable/default.css
  22. 9
      app/Resources/public/css/themes/royal_purple/default.css
  23. 9
      app/Resources/public/css/themes/silver_line/default.css
  24. 9
      app/Resources/public/css/themes/simplex/default.css
  25. 9
      app/Resources/public/css/themes/sober_brown/default.css
  26. 9
      app/Resources/public/css/themes/spacelab/default.css
  27. 9
      app/Resources/public/css/themes/steel_grey/default.css
  28. 9
      app/Resources/public/css/themes/tasty_olive/default.css

@ -33,12 +33,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #185B8E;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -29,16 +29,22 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a {
color: #2E75A3;

@ -33,12 +33,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #185B8E;
}

@ -6,8 +6,17 @@
* Based on Bootstrap v3
*/
html {
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a {

@ -30,6 +30,18 @@
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
}
body {
margin: 0 0 60px;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #004600;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;

@ -31,14 +31,21 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -30,13 +30,20 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;

@ -30,14 +30,21 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -31,14 +31,21 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #185B8E;
}

@ -30,14 +30,21 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -29,12 +29,20 @@
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -29,16 +29,22 @@
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a {
color: #3D91CA;

@ -29,17 +29,22 @@
font-weight: 700;
src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url(fonts/Arimo-BoldItalic.woff2) format('woff2');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Arimo', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -24,15 +24,21 @@
src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/RobotoCondensed-Bold.woff2) format('woff2');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
font-family: 'Roboto Condensed', sans-serif;
line-height: 1.72222;
margin: 0 0 60px;
font-family: 'Roboto Condensed', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;

@ -36,13 +36,20 @@
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
font-family: 'Lato', sans-serif;
line-height: 1.72222;
margin: 0 0 60px;
font-family: 'Lato', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #2D9DB5;

@ -28,13 +28,20 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Roboto Slab', serif;
line-height: 1.72222;
background-color: #E3E3E3;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -26,12 +26,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Titillium Web', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -26,12 +26,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Lato', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #111111;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -33,12 +33,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #185B8E;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

@ -32,12 +32,19 @@
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0;
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}

Loading…
Cancel
Save