Added a warning that the sound recording only works in Firefox.
This commit is contained in:
parent
1800530774
commit
9379ffec30
4 changed files with 1932 additions and 2824 deletions
BIN
resources/public/img/firefox.jpeg
Normal file
BIN
resources/public/img/firefox.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
File diff suppressed because it is too large
Load diff
|
|
@ -22,13 +22,37 @@ th {
|
|||
}
|
||||
|
||||
.character-table {
|
||||
position: relative
|
||||
position: relative;
|
||||
margin: 1em 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.entry {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.entry button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.firefox {
|
||||
font-style: italic;
|
||||
border: thin solid orangered;
|
||||
padding: 0 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.firefox img {
|
||||
float: left;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.firefox p {
|
||||
padding: 0 4em;
|
||||
}
|
||||
|
||||
.progressbar {
|
||||
width: 80%;
|
||||
margin: 25px auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue