Youtube and stats modules style improvements
[snf-cloudcms] / cloudcms / static / cloudcms / css / modules.css
index 1dc2384..820a540 100644 (file)
@@ -655,6 +655,8 @@ a.prompt                                                                            { float: right; color:#fff; background:#F24E53;   padding:5px
 a.prompt:hover                                                                 { text-decoration: none; position: relative;   border: 2px solid #F24E53; background: #fff; color:#F24E53;}
 .user-not-authenticated        a.prompt                                { display: inline-block;}
 
-.video-thumb                                                                   { border:2px dashed #3582AC;  overflow: hidden; height: 282px; position: relative;}
+.video-thumb                                                                   { border:2px dashed #3582AC;  overflow: hidden; height: 282px; position: relative; margin-bottom: 1em}
 .video-thumb .play                                                             { position: absolute; top:0; left:0; height: 100%;width: 100%; display: block; background:url(../images/play-off.png) no-repeat center center; text-indent: -1000px }
-.video-thumb .play:hover                                               { background-image: url(../images/play-on.png); text-decoration: none;}
\ No newline at end of file
+.video-thumb .play:hover                                               { background-image: url(../images/play-on.png); text-decoration: none;}
+#stop-youtube                                                                  { font-weight: bold; font-size:20px; display: block; visibility: hidden; text-align: right;color:#3582AC;}
+#stop-youtube:hover                                                    { text-decoration: none; color:#F89A1C; }