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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 13日 (火) 00:45:15 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.2 xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.3
--- xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.2	Mon Jun 12 02:03:52 2006
+++ xoops2jp/html/modules/base/admin/theme/stylesheets/style.css	Tue Jun 13 00:45:15 2006
@@ -230,12 +230,33 @@
 .pagenavi {
 	text-align: center;
 }
+.warning {
+	border:2px dotted #ff6633;
+	padding: 8px;
+	padding-left: 35px;
+	margin: 10px;
+}
+.important {
+	border:2px dotted #ff6633;
+	padding: 8px;
+	padding-left: 35px;
+	margin: 10px;
+	background: #fff8ee url(<{"icons/important.gif"|theme}>) no-repeat 5px 4px;
+}
 .tips {
 	border:2px dotted #ff6633;
 	padding: 8px;
 	padding-left: 35px;
 	margin: 10px;
-	background: #fff8ee url(<{"design/module_title.gif"|theme}>) no-repeat 5px 2px;
+	background: #fff8ee url(<{"icons/idea.gif"|theme}>) no-repeat 5px 4px;
+}
+ul.error {
+	padding-left:10px;	
 }
-.help {
-}
\ No newline at end of file
+ul.error li {
+	margin-left: 25px;
+	padding:2px;
+	list-style:url(<{"icons/error.gif"|theme}>) outside;
+}
+.help {
+}


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