Committer: mchervonniy
LJSUP-9016: standard view of two windows with Nonavigation schemeU trunk/cgi-bin/bml/scheme/nonavigation.look U trunk/htdocs/stc/nonavigation.css
Modified: trunk/cgi-bin/bml/scheme/nonavigation.look =================================================================== --- trunk/cgi-bin/bml/scheme/nonavigation.look 2011-06-17 04:11:12 UTC (rev 10656) +++ trunk/cgi-bin/bml/scheme/nonavigation.look 2011-06-17 04:19:46 UTC (rev 10657) @@ -8,10 +8,10 @@ page<= {Fp}<?_code - LJ::need_res('stc/lj_base-app.css'); - LJ::need_res('stc/ad_base.css') if $LJ::USE_ADS; - LJ::need_res('stc/nonavigation.css'); - LJ::need_res('stc/widget.css'); + LJ::need_res('stc/lj_base-app.css'); + LJ::need_res('stc/ad_base.css') if $LJ::USE_ADS; + LJ::need_res('stc/nonavigation.css'); + LJ::need_res('stc/widget.css'); _code?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> @@ -23,10 +23,15 @@ %%head%% </head> <body %%bodyopts%%> -<?_code - return @errors && scalar @errors ? LJ::error_list(@errors) : ''; -_code?> -%%body%% +<div class="popup-win"> + <div class="popup-win-header"></div> + <div class="popup-win-body"> + <?_code + return @errors && scalar @errors ? LJ::error_list(@errors) : ''; + _code?> + %%body%% + </div> +</div> </body> </html> <=page Modified: trunk/htdocs/stc/nonavigation.css =================================================================== --- trunk/htdocs/stc/nonavigation.css 2011-06-17 04:11:12 UTC (rev 10656) +++ trunk/htdocs/stc/nonavigation.css 2011-06-17 04:19:46 UTC (rev 10657) @@ -7,7 +7,7 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; - padding: 15px 0 0 0; + padding: 0; min-width: 780px; width: 100%; } @@ -64,3 +64,64 @@ width: 730px; min-width: 730px; } + + + +/* 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: 15px 0 0; + } +.popup-win-confirm { + padding: 20px 75px 35px; + } +.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; + } +