[Slashdotjp-dev 1482] [1013] add css for printCommentsSuffix

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 18日 (水) 22:22:53 JST


Revision: 1013
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1013
Author:   tach
Date:     2009-02-18 22:22:53 +0900 (Wed, 18 Feb 2009)

Log Message:
-----------
add css for printCommentsSuffix

Modified Paths:
--------------
    images/trunk/css/slashdotjp.css


-------------- next part --------------
Modified: images/trunk/css/slashdotjp.css
===================================================================
--- images/trunk/css/slashdotjp.css	2009-02-18 09:33:09 UTC (rev 1012)
+++ images/trunk/css/slashdotjp.css	2009-02-18 13:22:53 UTC (rev 1013)
@@ -241,6 +241,37 @@
 	word-break: break-all;
 }
 
+/* comments suffix (printCommentsSuffix) */
+#discussion_buttons {
+	margin-bottom: 1em;
+}
+
+.comments-suffix-prev-next {
+	margin-bottom: 1em;
+	padding: 0.5em;
+	background: #EEE;
+	border: 4px solid #CCC;
+	border-radius: 10px;
+	-moz-border-radius: 10px;
+}
+
+.comments-suffix-prev-next .suffix-prev {
+	float: left;
+	text-align: left;
+	font-weight: bold;
+}
+
+.comments-suffix-prev-next .suffix-next {
+	float: right;
+	text-align: right;
+	font-weight: bold;
+}
+
+.comments-suffix-prev-next .suffix-up {
+	text-align: center;
+	font-weight: bold;
+}
+
 /* zoo icon position fix */
 .zooicon img {
 	vertical-align: bottom;



Slashdotjp-dev メーリングリストの案内
Zurück zum Archiv-Index