[Slashdotjp-dev 1466] [997] fix css for radiobutton and checkbox

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 12日 (木) 13:36:06 JST


Revision: 997
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=997
Author:   tach
Date:     2009-02-12 13:36:06 +0900 (Thu, 12 Feb 2009)

Log Message:
-----------
fix css for radiobutton and checkbox

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


-------------- next part --------------
Modified: images/trunk/css/slashdotjp.css
===================================================================
--- images/trunk/css/slashdotjp.css	2009-02-10 12:19:49 UTC (rev 996)
+++ images/trunk/css/slashdotjp.css	2009-02-12 04:36:06 UTC (rev 997)
@@ -104,10 +104,17 @@
 div.storylinks ul {
 	font-size: 90%;
 }
+
 input {
 	margin: 3px;
 }
 
+input[type="radio"],
+input[type="checkbox"] {
+	margin: 0.2em 3px 1px;
+	vertical-align: bottom;
+}
+
 textarea {
 	width: 98%;
 }



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