From 2fdc71fdbe898b835abc8528d4fd6d15fa5c068a Mon Sep 17 00:00:00 2001 From: strentini <none@none> Date: Fri, 24 Feb 2012 11:44:46 +0100 Subject: [PATCH] OO-1 : fixes for footer --HG-- branch : 80-patch --- src/main/webapp/static/themes/openolat/all/_basemod.scss | 2 ++ src/main/webapp/static/themes/openolat/all/content.scss | 5 ++--- .../webapp/static/themes/openolat/all/modules/_misc.scss | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/themes/openolat/all/_basemod.scss b/src/main/webapp/static/themes/openolat/all/_basemod.scss index 76cd94cb5f1..0cfc5356d6c 100644 --- a/src/main/webapp/static/themes/openolat/all/_basemod.scss +++ b/src/main/webapp/static/themes/openolat/all/_basemod.scss @@ -430,6 +430,8 @@ div.b_tree { border-top:1px solid #ddd; } + a { color: $basegray_light; } + #b_footer_user { float: left; line-height: 16px; a.b_ajax {background: url(../openolat/images/ajax.png) no-repeat; width: 20px; height: 16px; display: block; float: left; } diff --git a/src/main/webapp/static/themes/openolat/all/content.scss b/src/main/webapp/static/themes/openolat/all/content.scss index 88ad65feb31..692fa2bcda8 100644 --- a/src/main/webapp/static/themes/openolat/all/content.scss +++ b/src/main/webapp/static/themes/openolat/all/content.scss @@ -98,9 +98,9 @@ dd { margin: 0 0 1em 2em } .b_important {background: #FFF1A4; padding: 1em; border: 2px #F4D000 solid; @include o-border-radius(4px);} .b_warning {background: #FFD5AA; padding: 1em; border: 2px #FF9E3E solid; @include o-border-radius(4px);} div.b_note, div.b_important, div.b_warning, div.b_info { margin: 1em 0;} -.b_border_box { border: 1px solid #ACAAAA; padding: 1em;} +.b_border_box { border: 1px solid $basegray_light; padding: 1em;} /* font */ -.b_disabled { color: #ACAAAA; } +.b_disabled { color: $basegray_light; } .b_deleted { text-decoration: line-through; } .b_selected { font-weight: bold; } /* font sizes relative to parent object */ @@ -121,7 +121,6 @@ blockquote.b_quote { margin: 0; border: 1px solid rgb(229, 229, 229);color: blac .o_ochre { color: #c8a959; } - /* =============================================================================== **/ /* HELP, context sensitive */ diff --git a/src/main/webapp/static/themes/openolat/all/modules/_misc.scss b/src/main/webapp/static/themes/openolat/all/modules/_misc.scss index c650b180946..32084495c22 100644 --- a/src/main/webapp/static/themes/openolat/all/modules/_misc.scss +++ b/src/main/webapp/static/themes/openolat/all/modules/_misc.scss @@ -37,6 +37,11 @@ div.o_bcard_footer {text-align: right; clear: both; font-size: 95%; color:rgb(31 } #callout_fx_link input { width:460px;} +#b_footer .fx_footer #b_footer_version { + > a { display:block; min-height: 45px; height: 4em; background: transparent url('../../images/frentix/frentix_logo_grey.png') no-repeat left bottom ; } + > a:hover { background-image: url('../../images/frentix/frentix_logo.png'); } +} + /* INFO MESSAGES */ div.o_infomsgs { padding-top:5px; -- GitLab