[Svn-src-all:2719] [version-2_12-dev 21618] #1613 (typo修正・ソース整形・ソースコメントの改善)

Seasoft admin @ mail.ec-cube.net
2012年 3月 8日 (木) 10:47:31 JST


Subversion committed to /home/svn/open 21618
http://svn.ec-cube.net/open_trac/changeset/21618
┌────────────────────────────┐
│更新者 :  Seasoft                                      │
│更新日時:  2012-03-08 10:47:31 +0900 (木, 08  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1613 (typo修正・ソース整形・ソースコメントの改善)

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css
U   branches/version-2_12-dev/html/user_data/packages/default/css/common.css
U   branches/version-2_12-dev/html/user_data/packages/default/css/contents.css
U   branches/version-2_12-dev/html/user_data/packages/default/css/popup.css
U   branches/version-2_12-dev/html/user_data/packages/sphone/css/common.css
U   branches/version-2_12-dev/html/user_data/packages/sphone/css/contents.css
U   branches/version-2_12-dev/html/user_data/packages/sphone/css/jqm.css

変更: branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -1049,7 +1049,8 @@
 }
 
 .home-info-item .date {
-    background: #ddd;padding: 5px 10px 0px;
+    background: #ddd;
+    padding: 5px 10px 0px;
 }
 
 .home-info-item .title {

変更: branches/version-2_12-dev/html/user_data/packages/default/css/common.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/default/css/common.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/default/css/common.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -420,38 +420,70 @@
 /* Tipsy
 ----------------------------------------------- */
 .tipsy {
-    padding: 5px; font-size: 10px; position: absolute; z-index: 100000;
+    padding: 5px;
+    font-size: 10px;
+    position: absolute;
+    z-index: 100000;
 }
 .tipsy-inner {
-    padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;
+    padding: 5px 8px 4px 8px;
+    background-color: black;
+    color: white;
+    max-width: 200px;
+    text-align: center;
 }
 .tipsy-inner {
-    border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px;
+    border-radius: 3px;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
 }
 .tipsy-arrow {
-    position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px;
+    position: absolute;
+    background: url('../img/ajax/tipsy.gif') no-repeat top left;
+    width: 9px;
+    height: 5px;
 }
 .tipsy-n .tipsy-arrow {
-    top: 0; left: 50%; margin-left: -4px;
+    top: 0;
+    left: 50%;
+    margin-left: -4px;
 }
 .tipsy-nw .tipsy-arrow {
-    top: 0; left: 10px;
+    top: 0;
+    left: 10px;
 }
 .tipsy-ne .tipsy-arrow {
-    top: 0; right: 10px;
+    top: 0;
+    right: 10px;
 }
 .tipsy-s .tipsy-arrow {
-    bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left;
+    bottom: 0;
+    left: 50%;
+    margin-left: -4px;
+    background-position: bottom left;
 }
 .tipsy-sw .tipsy-arrow {
-    bottom: 0; left: 10px; background-position: bottom left;
+    bottom: 0;
+    left: 10px;
+    background-position: bottom left;
 }
 .tipsy-se .tipsy-arrow {
-    bottom: 0; right: 10px; background-position: bottom left;
+    bottom: 0;
+    right: 10px;
+    background-position: bottom left;
 }
 .tipsy-e .tipsy-arrow {
-    top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right;
+    top: 50%;
+    margin-top: -4px;
+    right: 0;
+    width: 5px;
+    height: 9px;
+    background-position: top right;
 }
 .tipsy-w .tipsy-arrow {
-    top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px;
+    top: 50%;
+    margin-top: -4px;
+    left: 0;
+    width: 5px;
+    height: 9px;
 }

変更: branches/version-2_12-dev/html/user_data/packages/default/css/contents.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/default/css/contents.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/default/css/contents.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -100,7 +100,6 @@
     border: solid 1px #ccc;
     width: 97%;
     background: #f9f9f9;
-
 }
 div#mycontents_area div.mycondition_area p {
     float: left;

変更: branches/version-2_12-dev/html/user_data/packages/default/css/popup.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/default/css/popup.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/default/css/popup.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -36,7 +36,8 @@
 }
 
 div#window_area .message {
-    margin-bottom: 20px;    color: #f60;
+    margin-bottom: 20px;
+    color: #f60;
     line-height: 150%;
     font-weight: bold;
     font-size: 140%;

変更: branches/version-2_12-dev/html/user_data/packages/sphone/css/common.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/sphone/css/common.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/sphone/css/common.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -234,7 +234,8 @@
     background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
     border-top: #74828B solid 1px;
-    border-bottom: #74828B solid 1px;vertical-align: middle;
+    border-bottom: #74828B solid 1px;
+    vertical-align: middle;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
@@ -491,7 +492,8 @@
     border: 0;
     border-top: #CCC dashed 1px;
     margin: 0.2em 0;
-padding:0;}
+    padding: 0;
+}
 .free_money_area {
     font-size: 11px;
 }

変更: branches/version-2_12-dev/html/user_data/packages/sphone/css/contents.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/sphone/css/contents.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/sphone/css/contents.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -332,7 +332,6 @@
 .delivContents ul li:first-child {
     line-height: 1.2;
     vertical-align: bottom;
-
 }
 
 /* -----------------------------------------------

変更: branches/version-2_12-dev/html/user_data/packages/sphone/css/jqm.css
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/sphone/css/jqm.css	2012-03-07 19:55:00 UTC (rev 21617)
+++ branches/version-2_12-dev/html/user_data/packages/sphone/css/jqm.css	2012-03-08 01:47:31 UTC (rev 21618)
@@ -56,7 +56,7 @@
 }
 
 .ui-body-f .ui-link-inherit {
-    color: 	#333333;
+    color: #333333;
 }
 .ui-body-f .ui-link {
     color: #4265AE;
@@ -126,10 +126,9 @@
 
 .ui-link:link {
     color: #4265AE;
-
 }
 .ui-link:visited {
-    color: 					#603E7D;
+    color: #603E7D;
     font-weight: bold;
 }
 




Svn-src-all メーリングリストの案内