[Slashdotjp-dev 1252] [780] add journallist new css

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 10月 3日 (金) 21:15:48 JST


Revision: 780
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=780
Author:   tach
Date:     2008-10-03 21:15:48 +0900 (Fri, 03 Oct 2008)

Log Message:
-----------
add journallist new css

Modified Paths:
--------------
    images/css/slashdotjp_journal.css


-------------- next part --------------
Modified: images/css/slashdotjp_journal.css
===================================================================
--- images/css/slashdotjp_journal.css	2008-10-01 10:19:16 UTC (rev 779)
+++ images/css/slashdotjp_journal.css	2008-10-03 12:15:48 UTC (rev 780)
@@ -12,11 +12,14 @@
 	margin-bottom: 0.6em;
 }
 
+.journallist table,
 .journaltop table {
 	margin-bottom: 0.6em;
 	width: 100%;
 }
 
+.journallist table th,
+.journallist table td,
 .journaltop table th,
 .journaltop table td {
 	text-align: left;
@@ -24,16 +27,33 @@
 	padding: 0.2em 0.4em;
 }
 
+.journallist table tr.odd,
 .journaltop table tr.odd {
 	background: #EEE;
 }
 
+.journallist table tr th,
+.journallist table tr td.time,
+.journallist table tr td.edit,
 .journaltop table tr th,
 .journaltop table tr td.nickname,
 .journaltop table tr td.lastupdate {
 	white-space: nowrap;
 }
 
+.journallist table input {
+	margin: 0;
+	padding: 0;
+}
+
+.journallist .journalpage .newer {
+	float: left;
+}
+
+.journallist .journalpage .older {
+	text-align: right;
+}
+
 .journaltop .pagination ul li {
 	display: inline;
 }
@@ -414,3 +434,7 @@
 	_padding: 0.75em 0.6em 0.75em 0.2em !important; /* IE6 */
 }
 
+/* ads */
+#journal div.adsense_468x60 {
+	margin-top: 0.8em;
+}


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る