First attempt at merging video-patch.
This commit is contained in:
@ -91,9 +91,14 @@ a:hover {
|
||||
right: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#photo-box {
|
||||
#photo-box, #video-box {
|
||||
display: inline;
|
||||
}
|
||||
#video-box-inner {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
#photo-links {
|
||||
background-color: #000000;
|
||||
font-weight: bold;
|
||||
@ -194,6 +199,14 @@ a:hover {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#video-unsupported {
|
||||
background-image: url(../img/video-unsupported.png);
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
padding-top: 96px;
|
||||
}
|
||||
|
||||
#auth-text input {
|
||||
color: rgb(0, 0, 0);
|
||||
background-color: rgb(200, 200, 200);
|
||||
|
Reference in New Issue
Block a user