-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from 10up/release/2.8.6
Release 2.8.6
- Loading branch information
Showing
9 changed files
with
735 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,44 @@ | ||
.brightcove-playlist { | ||
background-color: white; | ||
padding: 20px 20px 10px 20px; | ||
font-size: 80%; } | ||
font-size: 80%; | ||
} | ||
|
||
h3.brightcove-playlist-title { | ||
margin: 0 0 10px 0; } | ||
margin: 0 0 10px 0; | ||
} | ||
|
||
.brightcove-playlist-item { | ||
display: table; | ||
margin-bottom: 20px; | ||
border-top: 1px solid #eee; | ||
padding-top: 20px; | ||
width: 100%; } | ||
width: 100%; | ||
} | ||
|
||
.brightcove-playlist-video-order-id { | ||
display: table-cell; | ||
vertical-align: middle; | ||
width: 20px; | ||
color: #999; } | ||
color: #999; | ||
} | ||
|
||
.brightcove-playlist-video-thumbnail { | ||
display: table-cell; | ||
vertical-align: middle; | ||
width: 40%; | ||
padding-right: 20px; } | ||
padding-right: 20px; | ||
} | ||
|
||
.brightcove-playlist-video-meta { | ||
display: table-cell; | ||
vertical-align: middle; } | ||
vertical-align: middle; | ||
} | ||
|
||
h4.brightcove-playlist-video-title { | ||
margin: 0; } | ||
margin: 0; | ||
} | ||
|
||
.brightcove-playlist-videodescription { | ||
margin: 0; } | ||
margin: 0; | ||
} |
Oops, something went wrong.