hydra/src/root/static/css/hydra.css

32 lines
525 B
CSS
Raw Normal View History

2013-02-19 13:34:53 +00:00
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
padding-bottom: 0px; /* 60px to make the container go all the way to the bottom of the topbar */
}
2012-04-13 08:05:02 +00:00
.logo {
2012-04-13 08:33:11 +00:00
height: 30px;
2012-04-13 08:05:02 +00:00
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
h3 {
margin-top: 1em;
}
2012-07-18 22:33:02 +00:00
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}
span.dep-tree-line:target {
background-color: #f8f8e0;
font-style: italic;
}