/*****************************************************************
Addon Name: sNews AJAX polls
Description: Create polls for your sNews 1.7 install, with AJAX
Version: 1.0.2
Author: Matt Jones
Author URI: http://mdj.us/
License: Creative Commons Attribution-Share Alike 3.0 United States License
License URI: http://creativecommons.org/licenses/by-sa/3.0/us/
*****************************************************************/

/*****************************************************************
poll_styles.css
class names should be relatively self-explanatory
*****************************************************************/

.pollContainer {
font-size: 90%;
width: 145px;
margin: 5px 0;
background-color: #fff;
padding: 5px;
}
.pollQuestion {
font-size: 1.4em;
font-weight: 800;
margin-bottom: 6px;
}
.pollAnswer {
margin-bottom: 2px;
font-size: 1.2em;
}
.pollBar {
width: 145px;
background-color: #dddddd;
margin-bottom: 6px;
height: 12px;
}
.pollImg {
border: 1px inset;
height: 10px;
}
.pollTotal {
margin-bottom: 6px;
}
.pollOption {
display: inline-block;
vertical-align: middle;
margin: 4px;
}
.pollButton {
margin-top: 10px;
}
.pollResultLink {
margin: 8px 0;
color: #333333;
}
.pollAdminTD {
padding: 3px 6px;
}
.pollAdminQuestion {
width: 75%;
height: 50px;
margin: 10px 0;
}
.pollAdminButton {
margin: 10px 4px;
}