설문조사 Simple 스킨 재구성 등
- Simple 스킨을 의미에 맞게 `SIMPLE` 하게 만들어 넣음 (default 스킨 기반) - 사용하지 않게 된 이미지 삭제 - 설문조사 컴포넌트 팝업창 author 정보 정확하게 표현하도록 수정
|
|
@ -1,6 +1,6 @@
|
|||
.rx_poll_default_wrap{max-width:100%;}
|
||||
.pollWidget{padding:5px;}
|
||||
.rx_poll_default{border-radius: 10px;border:1px solid #e0e0e0;overflow:auto; background-color:#ffffff; color:#000000; font-size:12px; font-family:"Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;}
|
||||
.rx_poll_default_wrap .pollWidget{padding:5px;}
|
||||
.rx_poll_default{border-radius: 10px;border:1px solid #e0e0e0;overflow:auto; background-color:#ffffff; color:#000000; font-size:12px; font-family:"Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","애플 SD 산돌고딕 Neo","Apple SD Gothic Neo","돋움",Dotum,AppleGothic,Helvetica,sans-serif;}
|
||||
.rx_poll_default .rx_poll_header{padding:13px 15px 10px;overflow:auto;background: #000;background: linear-gradient(-180deg, #212121, #424242);color:#e0e0e0;}
|
||||
.rx_poll_default .rx_poll_h_strong{color:#FFFFFF;font-weight:bold}
|
||||
.rx_poll_default .rx_poll_content{padding: 15px;}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 159 B |
|
Before Width: | Height: | Size: 43 B |
|
Before Width: | Height: | Size: 328 B |
|
Before Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 211 B |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 215 B |
|
Before Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 523 B |
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
{{/each}}
|
||||
</script>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'widgets/pollWidget/skins/default/form/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'widgets/pollWidget/skins/default/form/' . $poll_srl" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="poll" action="./" method="post" onsubmit="return doRxDefaultPoll(this)">
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<input type="hidden" name="poll_srl_indexes" value="" />
|
||||
<input type="hidden" name="skin" value="{$skin}" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<input type="hidden" name="xe_validator_id" value="widgets/pollWidget/skins/default/form/1" />
|
||||
<input type="hidden" name="xe_validator_id" value="widgets/pollWidget/skins/default/form/{$poll_srl}" />
|
||||
<section class="rx_poll_default">
|
||||
<div class="rx_poll_header">
|
||||
<div style="float:left">
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
<input type="button" id="btn_load_more_{{poll_item_srl}}" value="{$lang->more}" onclick="showRxDefaultPollMemberNext({{poll_srl}},{{poll_item_srl}});return false;" style="width:100%;" class="btn" />
|
||||
{{/if}}
|
||||
</script>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/poll/skins/default/form/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/poll/skins/default/form/' . $poll_srl" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<section class="rx_poll_default">
|
||||
|
|
|
|||