aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/cclear/content.css')
-rw-r--r--template/cclear/content.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css
index 0ed06dd4c..ab9c845eb 100644
--- a/template/cclear/content.css
+++ b/template/cclear/content.css
@@ -5,7 +5,14 @@
margin-bottom: 1em; /* when it's longer than menu bar */
}
-#commentsPage #content {
+BODY#theCommentsPage #content,
+BODY#theRegisterPage #content,
+BODY#theIdentificationPage #content,
+BODY#theProfilePage #content,
+BODY#theSearchPage #content,
+BODY#theAboutPage #content,
+BODY#theNotificationPage #content
+{
margin: 1em;
}
@@ -126,7 +133,7 @@ ul.categoryActions {
#content DIV.comment > A.illustration {
display: block;
- float: left;
+ position: absolute;
margin: 5px;
}
@@ -142,7 +149,6 @@ ul.categoryActions {
#content DIV.comment UL.actions {
text-align: center;
margin: 0.2em;
- clear: left;
}
#content DIV.comment > UL.actions > LI {
@@ -155,3 +161,4 @@ ul.categoryActions {
border-left: 2px solid gray;
padding: 0.5em;
}
+