[Slashdotjp-dev 1487] [1018] fix submission layout

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 19日 (木) 18:58:14 JST


Revision: 1018
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1018
Author:   tach
Date:     2009-02-19 18:58:14 +0900 (Thu, 19 Feb 2009)

Log Message:
-----------
fix submission layout

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


-------------- next part --------------
Modified: images/trunk/css/slashdotjp.css
===================================================================
--- images/trunk/css/slashdotjp.css	2009-02-19 09:12:47 UTC (rev 1017)
+++ images/trunk/css/slashdotjp.css	2009-02-19 09:58:14 UTC (rev 1018)
@@ -58,10 +58,36 @@
 }
 
 #index #slashboxes,
-#firehose #slashboxes {
+#firehose #slashboxes,
+#submit #slashboxes {
 	width: 300px;
 }
 
+/* Fix normal ul and ol */
+div.general_contents ul, div.general_contents ol,
+div#wikicontents ul, div#wikicontents ol,
+div#search div.sectiontitle table td ul, div#search div.sectiontitle table td ol,
+div#search div.search-help ul, div#search div.search-help ol,
+div#polls div.generalbody ul, div#polls div.generalbody ol,
+div#submit div.generalbody ul, div#submit div.generalbody ol,
+div#commentBody ul, div#commentBody ul,
+div#metamod #metamod-intro ul, div#metamod #metamod-intro ol,
+div#bookmark ul, div#bookmark ol,
+div#topics .generalbody ul, div#topics .generalbody ol,
+.error ul, .error ol,
+.err ul, .err ol,
+.warning ul, .warning ol,
+.warn ul, .warn ol,
+.info ul, .info ol,
+.journaltext ul, .journaltext ol,
+form#createuserform ul, form#createuserform ol {
+	margin: 1em 0pt 1em 2em !important;
+}
+
+div#bookmark ul.menu {
+	margin: 0 !important;
+}
+
 /* fix firehose right margin */
 #firehoselist,
 #firehose #message,
@@ -74,9 +100,11 @@
 	min-height: 80px;
 }
 
+/* fix slashbox buttons */
 div#slashboxes div.block img.map {
 	float: right;
 }
+
 .map {
 	background: transparent;
 	padding: 0;
@@ -89,6 +117,28 @@
 	cursor: pointer;
 }
 
+/* fix slashboxes internal layout */
+div#slashboxes div.block div.content ul {
+	margin: 0;
+	padding: 0;
+}
+
+div#slashboxes div.block div.content ul li {
+	margin: 0;
+	padding: 0.1em 0.4em 0.3em;
+	border-top: none;
+	border-bottom: 1px solid #DDD;
+}
+
+.generalbody div#slashboxes {
+	margin-top: 0.5em;
+}
+
+.generalbody div#slashboxes div.block div.content ul {
+	margin: 0 !important;
+}
+
+/* fix edit link */
 .edit a {
 	float: none;
 	margin-top: 0;
@@ -449,6 +499,12 @@
 	padding-right: 12px;
 }
 
+/* submit.pl layout */
+#submit form {
+	clear: right;
+}
+
+
 /* slashdot.jp announce area */
 div#slashdotjp-site-announce {
 	background: #FFC;
@@ -459,31 +515,6 @@
 	font-size: 82%;
 }
 
-/* Fix normal ul and ol */
-div.general_contents ul, div.general_contents ol,
-div#wikicontents ul, div#wikicontents ol,
-div#search div.sectiontitle table td ul, div#search div.sectiontitle table td ol,
-div#search div.search-help ul, div#search div.search-help ol,
-div#polls div.generalbody ul, div#polls div.generalbody ol,
-div#submit div.generalbody ul, div#submit div.generalbody ol,
-div#commentBody ul, div#commentBody ul,
-div#metamod #metamod-intro ul, div#metamod #metamod-intro ol,
-div#bookmark ul, div#bookmark ol,
-div#topics .generalbody ul, div#topics .generalbody ol,
-.error ul, .error ol,
-.err ul, .err ol,
-.warning ul, .warning ol,
-.warn ul, .warn ol,
-.info ul, .info ol,
-.journaltext ul, .journaltext ol,
-form#createuserform ul, form#createuserform ol {
-	margin: 1em 0pt 1em 2em !important;
-}
-
-div#bookmark ul.menu {
-	margin: 0 !important;
-}
-
 /* firehose tablist */
 div#firehose div.firemenu div.submenu ul#fhtablist {
 	padding-right: 40px;



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