Skip to content
Snippets Groups Projects
Commit 2fdc71fd authored by strentini's avatar strentini
Browse files

OO-1 : fixes for footer

--HG--
branch : 80-patch
parent 9a71386d
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
......@@ -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 */
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment