Select Git revision
SubscriberModal.js
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 {