Add tutorials module

This commit is contained in:
Brian Miyaji
2015-03-10 14:24:56 +11:00
parent e058d68c5f
commit 547f196de7
3 changed files with 202 additions and 7 deletions

View File

@@ -776,6 +776,41 @@ table.sp-status-table td mark.yes {
width: auto;
}
/* Tutorials */
.sp-tutorials-list {
margin: -6px;
width: 100%;
}
.sp-tutorials-list li {
display: inline-block;
width: 342px;
max-width: 100%;
margin: 6px;
}
.sp-tutorials-list li strong {
background: #aaa;
display: inline-block;
color: #ffffff;
padding: 0 6px;
border-radius: 3px;
text-align: center;
font-size: 12px;
margin-right: 3px;
}
.sp-tutorials-list li:hover strong {
background: #00a69c;
}
.sp-tutorials-list li .sp-popup {
float: right;
color: #aaa;
}
.sp-tutorials-list li:hover .sp-popup {
color: #00a69c;
}
.sp-tutorials-list li iframe {
display: block;
}
/* Media Queries */
@media only screen and (max-width: 850px) {
.sp-modules-wrapper {