Changeset 5858
- Timestamp:
- Mar 18, 2008, 8:38:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r5851 r5858 161 161 } 162 162 ul.check { 163 margin-left: 5px;164 163 line-height: 1.4; 164 } 165 ul.check .input_radio, 166 ul.check .input_checkbox { 167 margin: 0 4px; 165 168 } 166 169 /*---------------------------------------------- … … 1066 1069 1067 1070 /*============================================================================== 1071 * 5. infoButtonBox(ボタン付き案内ボックス) 1072 *----------------------------------------------------------------------------*/ 1073 .infoButtonBox .block { 1074 padding: 30px 10px; 1075 } 1076 .infoButtonBox p, 1077 .infoButtonBox ul { 1078 margin-top: 6px; 1079 text-align: center; 1080 } 1081 .infoButtonBox ul.check li { 1082 text-align: center; 1083 } 1084 .infoButtonBox ul.check li .input_submit { 1085 margin-top: 6px; 1086 } 1087 .infoButtonBox ul.moreInfo { 1088 margin-left: 230px; 1089 } 1090 .infoButtonBox ul.moreInfo.button { 1091 margin-left: 0; 1092 } 1093 .infoButtonBox ul.moreInfo.button li { 1094 text-align: center; 1095 } 1096 1097 /*============================================================================== 1068 1098 * 1069 1099 *----------------------------------------------------------------------------*/ … … 1076 1106 * 1077 1107 *----------------------------------------------------------------------------*/ 1078 1079 /*==============================================================================1080 *1081 *----------------------------------------------------------------------------*/
Note: See TracChangeset
for help on using the changeset viewer.