Skip to content
Snippets Groups Projects
Select Git revision
  • febd7b8884c974c9107897d85ed5c9f3af3c89f6
  • main default protected
  • dependabot/go_modules/github.com/gin-contrib/cors-1.6.0
  • master
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
14 results

SubscriberModal.js

Blame
  • css.php 4.36 KiB
    <?php
    
    	/**
    	 * Elgg Messages CSS extender
    	 * 
    	 * @package ElggMessages
    	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
    	 * @author Curverider Ltd <info@elgg.com>
    	 * @copyright Curverider Ltd 2008-2009
    	 * @link http://elgg.com/
    	 */
    
    ?>
    
    /*-------------------------------
    MESSAGING PLUGIN
    -------------------------------*/
    #messages {
    	margin:0 10px 0 10px;
    }
    .actiontitle {
    	font-weight: bold;
    	font-size: 110%;
    	margin: 0 0 10px 0;
    }
    #messages .pagination {
    	margin:5px 0 5px 0;
    }
    #messages input[type="checkbox"] {
    	margin:0;
    	padding:0;
    	border:none;
    }
    .messages_buttonbank {
    	-webkit-border-radius: 8px; 
    	-moz-border-radius: 8px;
    	background:white;
    	margin:5px 10px;
    	padding:5px;
    	text-align: right;
    }
    .messages_buttonbank input {
    	margin:0 0 0 10px;
    }
    .messages_buttonbank input[type="button"] {
    	font: 12px/100% Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	color: #4690D6;
    	background:#dddddd;
    	border: 1px solid #999999;
    	-webkit-border-radius: 4px; 
    	-moz-border-radius: 4px;
    	width: auto;
    	height: 25px;
    	padding: 2px 6px 2px 6px;
    	margin:0 0 0 10px;
    	cursor: pointer;
    }
    .messages_buttonbank input[type="button"]:hover {
    	background: #0054a7;
    	border: 1px solid #0054a7;
    	color:white;
    }
    
    #messages td {
    	text-align: left;
    	vertical-align:middle;
    	padding: 5px;
    }
    #messages .message_sent {