aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/reportedcontent/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/reportedcontent/css.php')
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/css.php92
1 files changed, 27 insertions, 65 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php
index 061a5e5f6..872ff36bb 100644
--- a/mod/reportedcontent/views/default/reportedcontent/css.php
+++ b/mod/reportedcontent/views/default/reportedcontent/css.php
@@ -1,43 +1,33 @@
<?php
-
- /**
- * Elgg reported content CSS
- *
- * @package reportedcontent
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
- */
+/**
+ * Elgg reported content CSS
+ *
+ * @package reportedcontent
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.org/
+ */
?>
-/* ***************************************
-PAGE-OWNER BLOCK
-*************************************** */
-#owner_block_report_this {
- padding:5px 0 0 0;
+/* link in footer */
+#report_this {
+ text-align: left;
+ float:left;
}
-#owner_block_report_this a {
+#report_this a {
font-size: 90%;
- color:#999999;
padding:0 0 4px 20px;
- background: url(<?php echo $vars['url']; ?>_graphics/icon_reportthis.gif) no-repeat left top;
-}
-#owner_block_report_this a:hover {
- color: #0054a7;
+ background: url(<?php echo $vars['url']; ?>mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}
-
-/* ***************************************
- ADMIN AREA - REPORTED CONTENT
-*************************************** */
-.reportedcontent_content {
+/* admin area */
+.admin_settings.reported_content {
margin:0 0 5px 0;
- padding:0 7px 4px 10px;
+ padding:5px 7px 3px 9px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
-.reportedcontent_content p.reportedcontent_detail,
-.reportedcontent_content p {
+.admin_settings.reported_content p {
margin:0;
}
.active_report {
@@ -48,44 +38,16 @@ PAGE-OWNER BLOCK
border:1px solid #666666;
background:#dedede;
}
-a.archive_report_button {
+.admin_settings.reported_content .controls {
float:right;
- font: 12px/100% Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #ffffff;
- background:#4690d6;
- border: 1px solid #4690d6;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- width: auto;
- padding: 4px;
- margin:15px 0 0 20px;
- cursor: pointer;
-}
-a.archive_report_button:hover {
- background: #0054a7;
- border: 1px solid #0054a7;
- text-decoration: none;
+ margin:14px 5px 0 0;
}
-a.delete_report_button {
+.admin_settings.reported_content a.action_button {
+ display:inline;
float:right;
- font: 12px/100% Arial, Helvetica, sans-serif;
- font-weight: bold;
- color: #ffffff;
- background:#999999;
- border: 1px solid #999999;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- width: auto;
- padding: 4px;
- margin:15px 0 0 20px;
- cursor: pointer;
-}
-a.delete_report_button:hover {
- background: #333333;
- border: 1px solid #333333;
- text-decoration:none;
+ margin-left:15px;
}
-.reportedcontent_content .collapsible_box {
- background: white;
+.admin_settings.reported_content .details_link {
+ cursor: pointer;
}
+