Add temporary styling

pull/1/head
Svein-Tore Griff With 2013-01-20 22:57:53 +01:00
parent 6c8e2c57af
commit e8ef20a995
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,8 @@
box-shadow: 0px 0px 6px firebrick; box-shadow: 0px 0px 6px firebrick;
} }
.intro-page { .intro-page {
background: white; background-color: rgba(255,255,255,0.9);
padding: 10px;
position: absolute; position: absolute;
z-index: 20; z-index: 20;
height: 100%; height: 100%;
@ -25,3 +26,7 @@
left: 0px; left: 0px;
top: 0px; top: 0px;
} }
.questionset-results {
background-color: rgba(255, 255, 255, 0.75);
padding: 10px;
}