mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c2209ea9b0
commit
160e9f5a65
6 changed files with 125 additions and 13 deletions
54
modules/poll/tpl/css/poll.css
Normal file
54
modules/poll/tpl/css/poll.css
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
.poll_box {
|
||||
border:1px solid #EFEFEF;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.poll_title_box {
|
||||
border:2px solid #EFEFEF;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
height:13px;
|
||||
font-weight:bold;
|
||||
color:#AAAAAA;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.poll_stop_date {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.poll_total_count {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.poll_detail_box {
|
||||
border:1px solid #AAAAAA;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.poll_detail_box .title {
|
||||
background-color:#EEEEEE;
|
||||
padding:5px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.poll_detail_box .item {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.poll_detail_box .checkcount {
|
||||
color:#555555;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.poll_button_area {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.poll_button {
|
||||
border:1px solid #555555;
|
||||
background-color:#FFFFFF;
|
||||
font-weight:bold;
|
||||
height:17px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue