• R/O
  • SSH
  • HTTPS

phosphoresce: Commit


Commit MetaInfo

Revision389 (tree)
Time2013-08-13 22:48:04
Authorbbcry

Log Message

(empty log message)

Change Summary

Incremental Difference

--- develop/Phosphoresce_Java_Webcore/trunk/content/styles/layout.css (revision 388)
+++ develop/Phosphoresce_Java_Webcore/trunk/content/styles/layout.css (revision 389)
@@ -16,12 +16,10 @@
1616 */
1717 .global-uniform {
1818 word-break: break-all;
19-/*
2019 max-width: 960px;
2120 min-width: 960px;
2221 margin: 0 auto 0 auto;
23-*/
24- margin: 0 20px 0 20px;
22+/* margin: 0 20px 0 20px; */
2523 }
2624
2725 /*
--- develop/Phosphoresce_Java_Webcore/trunk/content/styles/webfw-ui/webfw-ui-layout.css (revision 388)
+++ develop/Phosphoresce_Java_Webcore/trunk/content/styles/webfw-ui/webfw-ui-layout.css (revision 389)
@@ -21,6 +21,12 @@
2121 padding: 5px 5px 5px 5px;
2222 }
2323
24+.button-small {
25+ padding: .3em .3em .3em .3em !important;
26+ line-height: 1.0em !important;
27+ min-height: 1.0em !important;
28+}
29+
2430 /*
2531 * 入力フォームレイアウト
2632 */
--- develop/Phosphoresce_Java_Webcore/trunk/content/styles/webfw-ui/webfw-ui-default.css (revision 388)
+++ develop/Phosphoresce_Java_Webcore/trunk/content/styles/webfw-ui/webfw-ui-default.css (revision 389)
@@ -27,7 +27,7 @@
2727 * 入力フォームレイアウト
2828 */
2929 .form-container {
30- background-color: #ffffff;
30+ background-color: #f8f8f8;
3131 border: 1px solid #d9d9d9;
3232 }
3333 .button-container {
@@ -58,3 +58,31 @@
5858
5959 table.list-form td {
6060 }
61+
62+/*
63+ * ボタンスタイル
64+ */
65+input[type=button],
66+input[type=submit],
67+input[type=reset],
68+button {
69+ background-image: url(../../images/bg_grd_v_f0f0f0_fefefe_128x48.png) !important;
70+}
71+input[type=button]:hover,input[type=button]:focus,
72+input[type=submit]:hover,input[type=submit]:focus,
73+input[type=reset]:hover,input[type=reset]:focus,
74+button:hover,button:focus {
75+ background-image: url(../../images/bg_grd_v_ffffff_fafafa_128x48.png) !important;
76+}
77+input[type=button]:active,
78+input[type=submit]:active,
79+input[type=reset]:active,
80+button:active {
81+ background-image: url(../../images/bg_grd_v_c8c8c8_ededed_128x48.png) !important;
82+}
83+input[type=button]:disabled,
84+input[type=submit]:disabled,
85+input[type=reset]:disabled,
86+button:disabled {
87+ background-image: url(../../images/bg_grd_v_ffffff_fafafa_128x48.png) !important;
88+}
Show on old repository browser