Skip to content

Instantly share code, notes, and snippets.

@mgerlach-klick
Created July 13, 2015 20:07
Show Gist options
  • Save mgerlach-klick/a7b93c6796b81722b378 to your computer and use it in GitHub Desktop.
Save mgerlach-klick/a7b93c6796b81722b378 to your computer and use it in GitHub Desktop.
More better Genome!
@-moz-document domain('genome.klick.com') {
body, html {
font-size: 10pt;
/*line-height: 1.4;*/
font-family: Arial,sans-serif;
}
div.dashboard-grids .grid, div.dashboard-grids input, div.dashboard-grids textarea {
font-family: Arial,sans-serif;
font-size: 10pt;
}
.grid.sensei-os .sensei-table td {
padding-bottom: 5px;
padding-top: 5px;
}
.chatter .chatter-post .chatter-post-content, .chatter .chatter-post .chatter-post-kudo-type, .chatter .chatter-post .chatter-post-comment {
font-size: 10pt;
}
.full-width > .left
{
max-width: 160px;
}
div.content h3, h3 {
font-size: 18px;
margin-bottom: 0px;
}
h2 {
font-size: 20px;
}
.grid.sensei-os .sensei-table td, .grid.sensei-os .sensei-table th {
padding: 8px 5px;
}
.grid.sensei-os .table-container {
padding: 0px;
}
.table {
margin-bottom: 0px;
}
div.dashboard-grids h2, div.dashboard-grids h3 {
margin-bottom: 3px !important;
}
.sensei-table th {
font-size: 8pt;
min-width: 40px;
}
th.Priority {
font-size: 8pt;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment