aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-07-02 13:19:20 -0700
committerArmen Kesablyan2012-07-02 13:19:20 -0700
commit526b9d76686323f488f1b26175440172b715d808 (patch)
tree47fc6bd90715b403a08d08a48a86f4d24da1ba29 /node_modules/montage-google/youtube-channel.reel/youtube-channel.html
parentb194664df7e01aaeb8d1e7220a6de0e7f879f1db (diff)
parent12de4e49a309e210c13eb40b2ffa158ef2eb54a7 (diff)
downloadninja-526b9d76686323f488f1b26175440172b715d808.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage-google/youtube-channel.reel/youtube-channel.html')
-rw-r--r--node_modules/montage-google/youtube-channel.reel/youtube-channel.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/node_modules/montage-google/youtube-channel.reel/youtube-channel.html b/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
index 01cc42f3..65ffc945 100644
--- a/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
+++ b/node_modules/montage-google/youtube-channel.reel/youtube-channel.html
@@ -96,7 +96,7 @@
96 .montage-youtube-channel-close { 96 .montage-youtube-channel-close {
97 position: absolute; 97 position: absolute;
98 top: 5px; 98 top: 5px;
99 left: 5px; 99 right: 5px;
100 100
101 width: 25px; 101 width: 25px;
102 height: 25px; 102 height: 25px;
@@ -107,6 +107,14 @@
107 107
108 color: #EEE; 108 color: #EEE;
109 outline: none; 109 outline: none;
110 text-align: center;
111 padding: 0;
112 }
113
114 .montage-youtube-channel .montage-youtube-player {
115 border-top: 35px solid #000;
116 -webkit-box-sizing: border-box;
117 box-sizing: border-box;
110 } 118 }
111 </style> 119 </style>
112</head> 120</head>