Index: lams_central/web/css/thickbox.css =================================================================== diff -u -rf5f28e65d432b4911686667d4e6b6f5128934fa4 -r8158e7cb9978ee8478575f756f4952cc3f18eb3e --- lams_central/web/css/thickbox.css (.../thickbox.css) (revision f5f28e65d432b4911686667d4e6b6f5128934fa4) +++ lams_central/web/css/thickbox.css (.../thickbox.css) (revision 8158e7cb9978ee8478575f756f4952cc3f18eb3e) @@ -136,6 +136,11 @@ max-width: 1200px; border-width: 4px 4px 2px 4px;/* to compensate TB_iframeContent's cut in height of 2px */ } +@media (min-width: 1330px) { + #navcontent ~ #TB_window { + padding-left: 170px; /* to be able to see entire navbar which gets enlarged at 1330px */ + } +} #TB_iframeContent { height:calc(100% - 2px); width:100%;