aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-10 23:12:15 +0100
committerSem <sembrestels@riseup.net>2011-11-10 23:12:15 +0100
commit2649953a338c84608d586d1d6ff18e5a137c1ddd (patch)
tree87914be8286cd3a99978b86bd00b5a63c3350841 /views
parent34e4ad8ba5e0a77b797f24ed9af1cee6dce82c36 (diff)
downloadelgg-2649953a338c84608d586d1d6ff18e5a137c1ddd.tar.gz
elgg-2649953a338c84608d586d1d6ff18e5a137c1ddd.tar.bz2
Suppressed non-used CSS code.
Diffstat (limited to 'views')
-rw-r--r--views/default/videolist/css.php115
1 files changed, 1 insertions, 114 deletions
diff --git a/views/default/videolist/css.php b/views/default/videolist/css.php
index 6f2bf397d..931d80567 100644
--- a/views/default/videolist/css.php
+++ b/views/default/videolist/css.php
@@ -1,12 +1,6 @@
<?php
/**
- * Elgg Candidate Profile Video Plugin
- * This plugin allows users to create a library of youtube videos
- *
- * @package ElggProfile
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Prateek Choudhary <synapticfield@gmail.com>
- * @copyright Prateek Choudhary
+ * Elgg Videolist CSS
*/
?>
@@ -14,110 +8,3 @@
margin-top: 40px;
margin-left: 20px;
}
-
-.videolist_error{
- color:red;
- font-weight:bold;
-}
-
-/* video listing */
-.video_entity .entity_listing:first-child {
- border-top:0;
-}
-.entity_listing_icon .video_icon {
- width:150px;
- height:95px;
- display:table-cell;
- text-align:center;
- vertical-align: middle;
- background-color: black;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
-}
-.video_entity .entity_listing_info {
- width:560px;
- margin-left:15px;
-}
-
-/* single video view page */
-.video_view {
- text-align: center;
- margin-top:5px;
- padding-bottom:20px;
- border-bottom:1px solid #CCCCCC;
-}
-.video_view embed {
- margin-top:20px;
-}
-.video_view .tags {
- text-align:left;
-}
-
-/* search for videos */
-#loading_search_results .ajax_loader {
- margin:10px 0;
-}
-.search_videos {
- width:100%;
- margin-top:4px;
-}
-.search_videos .submit_button {
- margin:0;
-}
-.search_videos #title_search {
- margin-left:14px;
- margin-right:14px;
-}
-
-/* find videos search results list */
-#videosearch_results .video_entity {
- padding:10px 0;
- border-top:1px dotted #CCCCCC;
-}
-#videosearch_results .video_entity table {
- width:100%;
-}
-#videosearch_results .video_actions {
- text-align: right;
- width:15%;
-}
-#videosearch_results .video_entity .entity_title {
- margin:0;
-}
-
-/* pop-up video player */
-#page_overlay {
- position: fixed;
- top: 0px;
- left: 0px;
- height:100%;
- width:100%;
- z-index:299999;
-}
-.video_popup{
- position:absolute;
- display:none;
- padding:5px 10px 10px 10px;
- background:black;
- z-index:300000;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
-}
-.close_video {
- margin-bottom:5px;
- text-align: right;
-}
-.close_video a {
- color:white;
-}
-
-/* videos group widget */
-.group_tool_widget.video .entity_listing_icon img {
- margin:0;
- width:auto;
- max-width:80px;
- height:60px;
-}
-.group_tool_widget.video .entity_listing_info {
- width:260px;
-}