add some styling for the video player
This commit is contained in:
parent
fec4581f34
commit
bd20f6ed9a
4 changed files with 36 additions and 0 deletions
|
@ -2192,6 +2192,15 @@ input#profile-jot-email {
|
||||||
width: 587px;
|
width: 587px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-top-wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
|
margin-left: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-jot-desc {
|
#profile-jot-desc {
|
||||||
/*float: left;*/
|
/*float: left;*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -2137,6 +2137,15 @@ aside input[type='text'] {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-top-wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
|
margin-left: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-jot-desc {
|
#profile-jot-desc {
|
||||||
/*float: left;*/
|
/*float: left;*/
|
||||||
width: 480px;
|
width: 480px;
|
||||||
|
|
|
@ -2162,6 +2162,15 @@ input#profile-jot-email {
|
||||||
width: 587px;
|
width: 587px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-top-wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
|
margin-left: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-jot-desc {
|
#profile-jot-desc {
|
||||||
/*float: left;*/
|
/*float: left;*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -2519,6 +2519,15 @@ aside input[type='text'] {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-top-wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-right: 15px;
|
||||||
|
margin-left: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-jot-desc {
|
#profile-jot-desc {
|
||||||
/*float: left;*/
|
/*float: left;*/
|
||||||
/*width: 480px;*/
|
/*width: 480px;*/
|
||||||
|
|
Loading…
Reference in a new issue