From d8e1f81df2e40574c0e685910bf99407f7e66017 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 13 Jul 2011 15:28:30 +0000 Subject: administrators can permanently delete a device page - part 1 --- h-source/Public/Css/main.css | 13 +++++++++++-- h-source/Public/Img/Crystal/clear.png | Bin 0 -> 1120 bytes 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100755 h-source/Public/Img/Crystal/clear.png (limited to 'h-source/Public') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 2f15a7f..be0c737 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1392,11 +1392,14 @@ ins .hide_general, .block_general { + clear:right; float:right; margin-left:10px; - font-weight:normal; + font-weight:bold; text-decoration:none; - color:black; + color:#000; + font-size:13px; + padding-bottom:4px; } .hide_general img { @@ -1809,6 +1812,12 @@ span.entry_label_small display:none; } +.moderation_details_box +{ + clear:right; + margin-top:5px; +} + /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko diff --git a/h-source/Public/Img/Crystal/clear.png b/h-source/Public/Img/Crystal/clear.png new file mode 100755 index 0000000..4ad6a58 Binary files /dev/null and b/h-source/Public/Img/Crystal/clear.png differ -- cgit v1.2.3