Skip to content

Instantly share code, notes, and snippets.

View SteveByerly's full-sized avatar

Steve Byerly SteveByerly

  • Metis Genetics
  • Spokane, WA
View GitHub Profile
@SteveByerly
SteveByerly / gist:a3629148441e742e0b13
Created November 12, 2014 16:34
Reportlab basic doc with table example
import io
from reportlab.lib import colors
from reportlab.lib.pagesizes import letter
from reportlab.platypus import SimpleDocTemplate, Table
from reportlab.platypus.tables import TableStyle
def make_doc():
pdf = io.BytesIO()
select.form-control + .chosen-container.chosen-container-single .chosen-single {
display: block;
width: 100%;
height: 34px;
padding: 6px 6px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;