if(! x($a->page,'aside'))
$a->page['aside'] = '';
+ $a->page['aside'] .= $vcard_widget;
$a->page['aside'] .= $o;
+ $a->page['aside'] .= $photo_albums_widget;
$tpl = get_markup_template("photos_head.tpl");
}
#recip {
-
+
}
- .autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
+ .autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.nav-ajax-left {margin-left: -1em; margin-top: 0px; }
nav #site-location,
nav #banner { position: relative; clear:both; }
- ul.menu-popup { left: 0px; top 20px; }
+ ul.menu-popup { left: 0px; top: 20px; }
}
+
+/* videos page */
+.videos .video-top-wrapper {
+ width: 300px;
+ float: left;
+ margin: 0px 10px 10px 0px;
+ position: relative;
+}
+.videos .video-top-wrapper .video-js {
+ width: 300px!important;
+ height: 232px!important;
+}
+.videos .video-top-wrapper .video-delete {
+ position: absolute;
+ opacity: 0;
+ right: 0px;
+ top: 0px;
+ transition: opacity 0.5s;
+}
+.videos .video-top-wrapper:hover .video-delete {
+ opacity: 1;
+}