[xoops-cvslog 3326] CVS update: xoops2jp/html/modules/base/admin/theme/stylesheets

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 14日 (水) 21:57:54 JST


Index: xoops2jp/html/modules/base/admin/theme/stylesheets/style.css
diff -u xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.5 xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.6
--- xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.5	Wed Jun 14 01:12:54 2006
+++ xoops2jp/html/modules/base/admin/theme/stylesheets/style.css	Wed Jun 14 21:57:54 2006
@@ -45,7 +45,7 @@
 	color: #ffffff;
 	background: #000080;
 	text-align: center;
-	padding: 3px 4px;
+	padding: 5px 1px;
 }
 
 th a {
@@ -184,25 +184,31 @@
 .nw {
 	white-space: nowrap;
 }
+.outer {
+	border-collapse: collapse;
+}
+.outer td , .outer th {
+	border:1px solid #ffffff;
+}
 .head {
 	color: #000000;
 	background: #dddddd;
-	padding: 1px 4px;
+	padding: 5px 2px;
 }
 .foot {
 	color: #000000;
 	background: #dddddd;
-	padding: 4px 4px;
+	padding: 6px 4px;
 	text-align: center;
 }
 .odd {
 	background: #e6e6e6;
-	padding: 1px 4px;
+	padding: 5px 2px;
 }
 .even {
 	background: #f5f5f5;
-	padding: 1px 4px;
-}
+	padding: 5px 2px;
+}/*
 tr.odd td {
 	background: #e6e6e6;
 	padding: 1px 4px;
@@ -210,7 +216,7 @@
 tr.even td {
 	background: #f5f5f5;
 	padding: 1px 4px;
-}
+}*/
 .adminnavi {
 }
 .adminnavi a {
@@ -231,11 +237,12 @@
 	text-align: center;
 }
 .warning {
-	border:2px dotted #ff6633;
+	color:#000000;
+	border:2px dotted #cc0000;
 	padding: 8px;
 	padding-left: 35px;
 	margin: 10px;
-	background: #fff8ee;
+	background: #fff8f8 url(<{"icons/error.gif"|theme}>) no-repeat 5px 4px;
 }
 .confirm {
 	border:2px dotted #ff6633;
@@ -245,11 +252,11 @@
 	background: #fff8ee url(<{"icons/important.gif"|theme}>) no-repeat 5px 4px;
 }
 .tips {
-	border:2px dotted #ff6633;
+	border:2px dotted #00cc00;
 	padding: 8px;
 	padding-left: 35px;
 	margin: 10px;
-	background: #fff8ee url(<{"icons/idea.gif"|theme}>) no-repeat 5px 4px;
+	background: #f8fff8 url(<{"icons/idea.gif"|theme}>) no-repeat 5px 4px;
 }
 .error {
 	border:2px dotted #ff6633;


xoops-cvslog メーリングリストの案内
Back to archive index