Выглядят они так:
position: fixed; min-width: 1349px; max-width: 1349px; top: 0px; left: 0px;
Как я понимаю они формируется в core/js/common.js
Спасибо.
position: fixed; min-width: 1349px; max-width: 1349px; top: 0px; left: 0px;
Эти стили прописаны не в css, они формируются в js. В этом проблема.
Не понятно в чём проблема? Открываю окно, жму F12 и смотрю где прописанны стили
#popup_container .popup_body — styles(3831)
или я что то не так понял?
При чём здесь js?
#popup_container { position: absolute; /* width: 100%;*/ top: 0; left: 0; z-index: 100; text-align: left; } #popup_container .b { background: transparent url('../images/core/b.png') repeat scroll 0 0; } #popup_container .tl { background: transparent url('../images/core/tl.png') repeat scroll 0 0; } #popup_container .tr { background: transparent url('../images/core/tr.png') repeat scroll 0 0; } #popup_container .bl { background: transparent url('../images/core/bl.png') repeat scroll 0 0; } #popup_container .br { background: transparent url('../images/core/br.png') repeat scroll 0 0; } #popup_container table { border-collapse: collapse; margin: auto; } #popup_container .body { background: #fff; width: 600px; } #popup_container .tl, #popup_container .tr, #popup_container .bl, #popup_container .br { height: 10px; overflow: hidden; padding: 0; width: 10px; } #popup_title, #note_title { background: none repeat scroll 0 0 #396EA4; border: 1px solid #396EA4; color: #FFFFFF; font-size: 13px; font-weight: bold; line-height: 1; margin: 0; padding: 6px; text-shadow: 0 1px 0 #111111; } #popup_container .popup_x_button, #noteform .popup_x_button { background: url('../images/core/boxicon.gif') repeat scroll -4px -2px #9AB5D1; cursor: pointer; float: right; height: 17px; margin: 5px 7px 0; padding: 0; width: 17px; } #popup_container .popup_x_button:hover, #noteform .popup_x_button:hover { background-color: #fff; } #popup_progress { display: none; text-align: center; width: 100%; margin: 45px 0 28px; } #popup_content { padding: 0; margin: 0; } #popup_message { color: #111; font-size: 13px; padding: 0 3px 0 3px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; overflow:hidden; } #popup_message .box_message_content { color: #111; font-size: 13px; margin: 5px; padding: 5px; } #popup_panel, #note_panel { background: #f9f9f9; /*border: 1px solid #aaa;*/ /*border-top: 1px solid #ccc;*/ margin-top: 0px; padding: 3px; padding-right: 10px; text-align: right; } #popup_prompt { margin: 0.5em 0 } span.ajax-loader { background: url('../images/core/ajax-loader.gif') no-repeat; display: none; float: left; left: 6px; position: relative; top: 11px; width: 36px; } #popup_info { border: 1px solid #666666; display: none; float: left; margin: 3px 2px; padding: 2px 9px 1px; position: relative; } #popup_info.error { background-color: #E6A4A4; } #popup_info.info { background-color: #AEFFA4; } /** Core messages styles [AM][end] **/ #popup_message div.js_smiles, #smileajax { height: 1px; } #popup_message div.js_smiles a, #smileajax a { text-decoration: none; }
rdimrs,
#popup_container { position: absolute; /* width: 100%;*/ top: 0; left: 0; z-index: 100; text-align: left; } #popup_container .b { background: transparent url('../images/core/b.png') repeat scroll 0 0; } #popup_container .tl { background: transparent url('../images/core/tl.png') repeat scroll 0 0; } #popup_container .tr { background: transparent url('../images/core/tr.png') repeat scroll 0 0; } #popup_container .bl { background: transparent url('../images/core/bl.png') repeat scroll 0 0; } #popup_container .br { background: transparent url('../images/core/br.png') repeat scroll 0 0; } #popup_container table { border-collapse: collapse; margin: auto; } #popup_container .body { background: #fff; width: 600px; } #popup_container .tl, #popup_container .tr, #popup_container .bl, #popup_container .br { height: 10px; overflow: hidden; padding: 0; width: 10px; } #popup_title, #note_title { background: none repeat scroll 0 0 #396EA4; border: 1px solid #396EA4; color: #FFFFFF; font-size: 13px; font-weight: bold; line-height: 1; margin: 0; padding: 6px; text-shadow: 0 1px 0 #111111; } #popup_container .popup_x_button, #noteform .popup_x_button { background: url('../images/core/boxicon.gif') repeat scroll -4px -2px #9AB5D1; cursor: pointer; float: right; height: 17px; margin: 5px 7px 0; padding: 0; width: 17px; } #popup_container .popup_x_button:hover, #noteform .popup_x_button:hover { background-color: #fff; } #popup_progress { display: none; text-align: center; width: 100%; margin: 45px 0 28px; } #popup_content { padding: 0; margin: 0; } #popup_message { color: #111; font-size: 13px; padding: 0 3px 0 3px; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; overflow:hidden; } #popup_message .box_message_content { color: #111; font-size: 13px; margin: 5px; padding: 5px; } #popup_panel, #note_panel { background: #f9f9f9; /*border: 1px solid #aaa;*/ /*border-top: 1px solid #ccc;*/ margin-top: 0px; padding: 3px; padding-right: 10px; text-align: right; } #popup_prompt { margin: 0.5em 0 } span.ajax-loader { background: url('../images/core/ajax-loader.gif') no-repeat; display: none; float: left; left: 6px; position: relative; top: 11px; width: 36px; } #popup_info { border: 1px solid #666666; display: none; float: left; margin: 3px 2px; padding: 2px 9px 1px; position: relative; } #popup_info.error { background-color: #E6A4A4; } #popup_info.info { background-color: #AEFFA4; } /** Core messages styles [AM][end] **/ #popup_message div.js_smiles, #smileajax { height: 1px; } #popup_message div.js_smiles a, #smileajax a { text-decoration: none; }
/*$('#popup_container').css({ minWidth: $('#popup_container').outerWidth(), maxWidth: $('#popup_container').outerWidth() });*/
Ну дык уберите то что вам не нужно. И будут работать родные стили.У меня в css тоже присутствуют эти стили, но они не работают потому что в файле формирования окна прописаны свои по типу: <div style=" и т.д.