Added style, image and div for verified image if the episode is already verified.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user