rhymix/widgets/pollWidget/skins/default/css/poll.css
MinSoo Kim 189fa00294 설문조사 Simple 스킨 재구성 등
- Simple 스킨을 의미에 맞게 `SIMPLE` 하게 만들어 넣음 (default 스킨 기반)
- 사용하지 않게 된 이미지 삭제
- 설문조사 컴포넌트 팝업창 author 정보 정확하게 표현하도록 수정
2016-01-26 18:00:27 +09:00

28 lines
No EOL
2.5 KiB
CSS

.rx_poll_default_wrap{max-width:100%;}
.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;}
.rx_poll_default .rx_poll_content .title{background-color:#f5f5f5;border-top:2px solid #bdbdbd;border-bottom:2px solid #bdbdbd;font-weight:bold;padding:7px 10px;margin-bottom:10px}
.rx_poll_default .rx_poll_content .rx_poll_default_item,.rx_poll_default .rx_poll_content .poll_vote .checkcount,.rx_poll_default .rx_poll_content .poll_vote .poll_item label{padding: 10px 0px;}
.rx_poll_default .rx_poll_content .rx_poll_default_item .item_text strong{display:inline-block; padding-right:10px; margin-right:10px;border-right:2px solid #e0e0e0;}
.rx_poll_default .rx_poll_content .rx_poll_default_item>div.item_bar{height:22px;position:relative;margin:6px 0px;background-color:#eeeeee;}
.rx_poll_default .rx_poll_content .rx_poll_default_item>div.item_bar div.item_bar{position:absolute;top:0px;left:0;background-color:#66bb6a;}
.rx_poll_default .rx_poll_content .rx_poll_default_item div.item_bar .item_bar_text{position:absolute;top:0px;right:3px;}
.rx_poll_default div.poll_button{background-color:#f5f5f5;padding:10px 15px;width:auto;text-align:center}
.rx_poll_default .rx_poll_content .poll_vote{margin:5px 0px;}
.rx_poll_default .rx_poll_content .poll_vote .poll_item, .rx_poll_default .rx_poll_content .poll_vote .poll_item_add{position:relative;border-bottom:1px solid #e0e0e0;}
.rx_poll_default .rx_poll_content .poll_vote .poll_item label{display:block;width:auto}
.rx_poll_default .rx_poll_content .poll_vote .poll_item .poll_item_delete{position:absolute;right:0;top:7px;}
.rx_poll_default .rx_poll_content .poll_vote .poll_item_add input[type="text"]{width:100%;
line-height: 25px;
font-size: 14px;
margin: 0;
padding: 8px 0;
outline: none;
border: none;
border-bottom:1px solid #e0e0e0;
}
.rx_poll_default .rx_poll_content .poll_vote .poll_item_add input[type="button"]{position:absolute;right:0;top:7px;}