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

OO-269 more space for QTI and SCORM fullscreen mode, better style for back bar in SCORM

parent ea4465a0
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,15 @@ $basegray: #555 !default;
$basegray_light: #777 !default;
$basegray_ultra_light: #eee !default;
/* glossy bar colors, default is dark, alternative would be #fefefe,#e3e3e3,#cfcfcf,#f3f3f3 */
$glossColor1 : #5E5E5E !default;
$glossColor2 : #444 !default;
$glossColor3 : #222 !default;
$glossColor4 : #3C3C3C !default;
/* full screen margins. Set to 0% to have have no surrounding border at all */
$fullScreenModalMarginPercents: 2% !default;
/* menu navigation */
$tree_level_margin : 1em !default;
$tree_padding_steps_px : 10px !default;
......
......@@ -113,14 +113,20 @@ div.o_peekview_author { padding: 3px 0 5px 0; font-style: italic; color: #aaaaaa
body.b_full_screen {
background-color: white; background-image:none;
#b_page_margins {display:none;}
div.b_modal_area {
margin: $fullScreenModalMarginPercents;
width : 100% - (2 * $fullScreenModalMarginPercents);
}
div#b_preview_wrapper {
margin: 5px; border:1px solid #ddd; padding:0;
@include o-border-radius(5px);
@include o-box-shadow(0,1px,2px,lightGrey);
// old legacy olat: background: #ebebeb url(../images/brasato/eportfolio/artefaktbg.png) top left repeat-x;
@include o-gradient-white();
div.b_preview_link { border:none; }
margin: 0; border:0; padding:0;
@include o-gradient-glassy($glossColor1,$glossColor2,$glossColor3,$glossColor4);
div.b_preview_link {
border:none;
a.b_link_back { margin: 0.5em;}
}
div.b_preview_link div.b_preview_wrapper_loading { background:transparent url(../openolat/images/ajax-loader.gif) no-repeat top left; }
}
}
......
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