Done minor changes to various css files when working on the editor.
-Changed background on intro text and question in Question Set.
-Changed some minor css in interactive video editor
-Improved vertical tabs (replaced image arrow with css arrow and change bitmap icons to Font Awesome icons)

Please note that verticalTabs needs review as it has a minor visual bug.
pull/1/head
Magnus Vik Magnussen 2013-11-28 13:23:09 +01:00
parent d5e7207e5b
commit c678f5bbde
1 changed files with 8 additions and 6 deletions

View File

@ -30,8 +30,8 @@
}
.h5p-multichoice > .h5p-question {
text-align: left;
padding: 1em 0 0.2em;
margin: 0 0.5em 0.7em;
padding: 0.5em 0.5em 0.4em;
margin: 0.5em 0.5em 0.7em;
background: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6FFFFFF,endColorstr=#e6FFFFFF);
zoom: 1;
@ -59,6 +59,12 @@
.progress-dot.current {
background: #267ec9;
}
.intro-page {
background: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6FFFFFF,endColorstr=#e6FFFFFF);
}
.intro-page .title {
font-size: 2em;
line-height: 2em;
@ -73,11 +79,9 @@
margin: 3em auto;
text-align: center;
}
.qs-footer {
overflow: hidden;
}
.qs-footer .button, .qs-startbutton, .qs-finishbutton, .questionset-results .button, .video-container > .button {
display: inline-block;
padding: 0.2em 1em;
@ -167,8 +171,6 @@
background: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
padding: 0.625em;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.questionset-results .greeting {