Skip to content
Snippets Groups Projects
Commit a7b77b7f authored by gnaegi's avatar gnaegi
Browse files

OO-352 OO-371 Fix to small input field in social footer

parent 2dafc4dc
No related branches found
No related tags found
No related merge requests found
......@@ -315,8 +315,7 @@ but had to include here, don't want to change all layout.scss **/
#b_mail {background-image: url(../openolat/images/social/email_16.png);}
#b_link {background-image: url(../openolat/images/social/link_16.png);}
}
#callout_share_link input { width:460px;}
.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'); }
......@@ -329,6 +328,10 @@ but had to include here, don't want to change all layout.scss **/
#b_footer_version { right: 0; }
}
}
/* part of b_share, but rendered in ext window outside the b_share div */
#callout_share_link input {
width: 480px;
}
/* --------------- MENU TOOLBAR & BREADCRUMBS ------------ **/
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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