~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/css/page.css

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
 
379
379
#select_project table tr.title {
380
380
    font-size: 2em;
 
381
}
 
382
 
 
383
/* Begin Select Customer */
 
384
#select_customer ul {
 
385
    list-style: none;
 
386
    margin-left: 0;
 
387
    padding-left: 0;
 
388
}
 
389
 
 
390
#select_customer ul li {
 
391
    padding: .3em 0;
 
392
}
 
393
 
 
394
#select_customer label {
 
395
    display: block;
381
396
}
 
 
b'\\ No newline at end of file'