You are here

pollpanel.css in Make Meeting Scheduler 7

Same filename and directory in other branches
  1. 6 pollpanel.css
table#poll_panel th{ border: 1px solid #D6E7F7; }

table#pollpanel td{
	font-size: 11px;
	border: 1px solid #D6E7F7;
}

table#pollpanel td.ct{ text-align: center; }

table#pollpanel th{  
	text-align: center;
	font-size: 11px;
}

table#pollpanel td.voted_ok{ background: #8DFC92; }
table#pollpanel td.voted_maybe{ background: #F1DE5F; }
table#pollpanel td.voted_no{ background: #FF8B8B; }
table#pollpanel td.green{ background: #8DFC92; }
table#pollpanel td.yellow{ background: #F1DE5F; }
table#pollpanel td.red{ background: #FF8B8B; }

File

pollpanel.css
View source
  1. table#poll_panel th{ border: 1px solid #D6E7F7; }
  2. table#pollpanel td{
  3. font-size: 11px;
  4. border: 1px solid #D6E7F7;
  5. }
  6. table#pollpanel td.ct{ text-align: center; }
  7. table#pollpanel th{
  8. text-align: center;
  9. font-size: 11px;
  10. }
  11. table#pollpanel td.voted_ok{ background: #8DFC92; }
  12. table#pollpanel td.voted_maybe{ background: #F1DE5F; }
  13. table#pollpanel td.voted_no{ background: #FF8B8B; }
  14. table#pollpanel td.green{ background: #8DFC92; }
  15. table#pollpanel td.yellow{ background: #F1DE5F; }
  16. table#pollpanel td.red{ background: #FF8B8B; }