Index: lams_central/web/css/thickbox.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/thickbox.css,v diff -u -r1.2.2.6 -r1.2.2.7 --- lams_central/web/css/thickbox.css 14 Dec 2016 17:16:22 -0000 1.2.2.6 +++ lams_central/web/css/thickbox.css 8 Mar 2017 21:31:11 -0000 1.2.2.7 @@ -135,6 +135,7 @@ width:90%; max-width: 1200px; border-width: 4px 4px 2px 4px;/* to compensate TB_iframeContent's cut in height of 2px */ + border-radius: 6px; } @media (min-width: 1330px) { #navcontent ~ #TB_window { @@ -144,4 +145,5 @@ #TB_iframeContent { height:calc(100% - 2px); width:100%; + border-radius: 0 0 6px 6px; }