Fix CSS glitches. Improve show/hide.

This commit is contained in:
Michael Teeuw
2016-04-01 10:25:54 +02:00
parent ac7fc587ee
commit a1973faa06
4 changed files with 29 additions and 19 deletions

View File

@@ -35,7 +35,6 @@ body {
header {
margin-top: 30px;
text-transform: uppercase;
font-size: 15px;
font-family: 'roboto_condensedregular';
@@ -50,6 +49,18 @@ sup {
font-size: 50%;
line-height: 50%;
}
/**
* Module styles.
*/
.module {
margin-top: 30px;
}
.module:first-child {
margin-top: 0px;
}
/**
* Region Definitions.
*/
@@ -120,6 +131,8 @@ sup {
.region.right {
text-align: right;
}
.region.right table {
float: right;
.region table {
width: 100%;
border-spacing: 0px;
border-collapse: separate;
}