Index: library/src/webapp/skin/default/portal.css =================================================================== --- library/src/webapp/skin/default/portal.css (revision 49955) +++ library/src/webapp/skin/default/portal.css (working copy) @@ -1049,6 +1049,19 @@ background-image: url(../../image/silk/drive_user.png); } +/** Portal Timeout **/ +#timeout_alert_body { + position: absolute; + background: #fff; + color: #000; + border: 4px solid #0198CD; + width: 450px; + top: 20%; + left: 50%; + margin-left: -225px; + z-index: 10000; + padding: 5px 5px 5px 10px; +}