Committer: mchervonniy
LJSUP-9016: standard view of two windows with Nonavigation schemeU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-06-17 03:47:38 UTC (rev 19312) +++ trunk/htdocs/stc/lj_base.css 2011-06-17 04:19:13 UTC (rev 19313) @@ -3150,57 +3150,3 @@ padding: 0 24px 0 0; } -/* Popup browser window*/ -.popup-win { - color: #222; - font: 12px Arial, sans-serif; - } -.popup-win-header { - height: 60px; - background: #051C43 url(/img/popup/header.jpg?v=1) no-repeat 0 0; - font-weight: normal; - }.popup-win-body { - padding: 35px 75px; - } -.popup-win-body A, -.popup-win-body A:link, -.popup-win-body A:visited { - border-bottom: 1px solid #D5D5D5; - color: #4F74AE; - text-decoration: none; - } -.popup-win-body A: hover { - border-color: #4F74AE; - } - .popup-win-title { - color: #222; - font-weight: normal; - font-size: 20px; } - .popup-win-text { - font-size: 12px; - } - .popup-win-tooltip { - position: relative; - padding: 8px 10px; - border: 1px solid; - border-radius: 6px; - font-size: 11px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - } - .warning { - border-color: #EAE8AC; - background-color: #FFFFD5; - } - .popup-win-buttons { - } - .popup-win-submit { - border: 1px solid #959595; - font: 18px Arial, sans-serif; - } - .popup-win-cancel { - display: inline-block; - margin: 0 17px 4px; - vertical-align: middle; - } -