Merge branch 'api-1.2' of github.com:h5p/h5p-question-set into api-1.2
commit
1c4da0ac92
|
@ -1 +1,2 @@
|
|||
*~
|
||||
/nbproject/private/
|
|
@ -53,10 +53,10 @@
|
|||
box-shadow: 0 0 0.5em #c7c7c7;
|
||||
}
|
||||
.progress-dot.answered {
|
||||
background: #bccade;
|
||||
background: #73a2d5;
|
||||
}
|
||||
.progress-dot.current {
|
||||
background: #267ec9;
|
||||
background: #285585;
|
||||
}
|
||||
|
||||
.intro-page .title {
|
||||
|
@ -96,14 +96,14 @@
|
|||
}
|
||||
.qs-footer .button, .qs-startbutton, .qs-finishbutton, .questionset-results .button, .video-container > .button {
|
||||
display: inline-block;
|
||||
padding: 0.2em 1em;
|
||||
padding: 0 0.7em;
|
||||
border: 0.2em solid #fff;
|
||||
border-radius: 0.4em;
|
||||
margin: 0 0.5em 1em;
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
box-shadow: 0 0 0.5em #999;
|
||||
|
||||
line-height: 1.9em;
|
||||
background: rgb(100,152,254); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(100,152,254,1) 0%, rgba(4,104,206,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,152,254,1)), color-stop(100%,rgba(4,104,206,1))); /* Chrome,Safari4+ */
|
||||
|
@ -116,7 +116,7 @@
|
|||
text-decoration: none;
|
||||
box-shadow: 0 0 0.5em #999;
|
||||
color: #ffffff;
|
||||
|
||||
border-color: #fff;
|
||||
background: rgb(4,104,206); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(4,104,206,1) 0%, rgba(100,152,254,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,104,206,1)), color-stop(100%,rgba(100,152,254,1))); /* Chrome,Safari4+ */
|
||||
|
@ -139,12 +139,12 @@
|
|||
|
||||
.qs-footer a.next.button:after {
|
||||
font-family: 'H5PFontAwesome4';
|
||||
content: " \f054"; /* TODO: Use margin not whitespace, spacing is not content! */
|
||||
content: "\f054"; /* TODO: Use margin not whitespace, spacing is not content! */
|
||||
}
|
||||
|
||||
.qs-footer a.prev.button:before {
|
||||
font-family: 'H5PFontAwesome4';
|
||||
content: "\f053 ";
|
||||
content: "\f053";
|
||||
}
|
||||
|
||||
.questionset-results .qs-finishbutton {
|
||||
|
@ -247,7 +247,7 @@
|
|||
content: "";
|
||||
font-size: 5em;
|
||||
position: absolute;
|
||||
left: -15px;
|
||||
left: -14px;
|
||||
top: 36px;
|
||||
height: 0;
|
||||
width: 0;
|
||||
|
|
Loading…
Reference in New Issue