Added style, image and div for verified image if the episode is already verified.

This commit is contained in:
2017-05-13 13:23:00 +02:00
parent 86df508a7f
commit 411f4029c7
3 changed files with 17 additions and 1 deletions

View File

@@ -2,13 +2,23 @@
* @Author: KevinMidboe
* @Date: 2017-04-07 00:47:40
* @Last Modified by: KevinMidboe
* @Last Modified time: 2017-04-07 01:13:27
* @Last Modified time: 2017-05-13 13:10:41
*/
h3 {
padding-left: 40px;
}
#verified {
position: relative;
}
#verified img {
position: absolute;
width: 22px;
margin-left: 12px;
}
/* valid color */
.input-field input[type=text].valid {
border-bottom: 1px solid #00a69a;