--- a/integration/css/common.css Wed Nov 28 15:46:05 2012 +0100
+++ b/integration/css/common.css Wed Nov 28 17:21:26 2012 +0100
@@ -463,7 +463,7 @@
margin-right: 4px;
max-width: 80px;
max-height: 60px;
- box-shadow: 2px 2px 2px #333333;
+ box-shadow: 1px 1px 2px #808080;
}
.item-video .video-info{
margin-left: 88px;
@@ -486,13 +486,13 @@
color: #de2500;
}
.item-video .media-count-wrap {
+ display: none;
+ height: 15px;
+ left: 66px;
+ position: absolute;
+ text-align: right;
+ top: 45px;
width: 30px;
- text-align: center;
- position: absolute;
- top: 45px;
- left: 75px;
- height: 15px;
- display: none;
}
.item-video .media-count{
color: #FFF;
@@ -502,8 +502,9 @@
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
- padding: 0 3px;
- border: 1px solid #DE2500;
+ padding: 0 2px;
+ border: 1px solid #C81000;
+ text-shadow: 1px 1px 1px #330000;
}
.item-video .subtitle{
margin-bottom: 2px;
@@ -629,15 +630,22 @@
background: #333333;
position: relative;
}
-.video-wait {
- display: none;
- position: absolute; left: 0; top: 0; width: 100%; height: 100%;
+.video-wait, .full-wait {
+ left: 0; top: 0; width: 100%; height: 100%;
background-color: rgba(120, 120, 140, .6);
background-image: url(../img/reel.gif);
background-position: center;
background-repeat: no-repeat;
- z-index: 3;
+}
+
+.video-wait {
+ position: absolute; display: none; z-index: 3;
}
+
+.full-wait {
+ position: fixed; z-index: 300;
+}
+
.widget {
position: relative;
}