[Slashdotjp-dev 1186] [713] fix pollbooth for ads

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 7月 22日 (火) 16:27:49 JST


Revision: 713
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=713
Author:   tach
Date:     2008-07-22 16:27:49 +0900 (Tue, 22 Jul 2008)

Log Message:
-----------
fix pollbooth for ads

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


-------------- next part --------------
Modified: images/css/slashdotjp.css
===================================================================
--- images/css/slashdotjp.css	2008-07-22 07:04:15 UTC (rev 712)
+++ images/css/slashdotjp.css	2008-07-22 07:27:49 UTC (rev 713)
@@ -52,6 +52,7 @@
 #firehose #itemsreturned,
 #firehose .firemenu,
 #firehose .paginate,
+#pollBooth #wide,
 div#users-blocks {
 	margin-right: 212px;
 }
@@ -142,6 +143,30 @@
 	work-break: break-all;
 }
 
+/* Fix pollBooth graph */
+#pollBooth .generalbody table {
+	margin: 0;
+	width: 100%;
+}
+#pollBooth .generalbody caption {
+	margin-left: 0;
+}
+#pollBooth .totalVotes {
+	display: block;
+	margin: 0.2em 0;
+	text-align: right;
+	float: none;
+}
+#pollBooth #resultgraph {
+	margin: 0 1em;
+}
+#pollBooth .polllinks {
+	margin: 1em 0;
+}
+#pollBooth #listpolls li {
+	margin-bottom: 0.4em;
+}
+
 /* slashdot.jp announce area */
 div#slashdotjp-site-announce {
 	background: #FFC;


Slashdotjp-dev メーリングリストの案内
Back to archive index