Changeset 5851
- Timestamp:
- Mar 18, 2008, 5:37:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r5848 r5851 133 133 div.parts tr td:first-child { 134 134 border-left-width: 0; 135 }136 /*----------------------------------------------137 * ラベルの矢印138 *--------------------------------------------*/139 label.arrow {140 padding: 3px 18px 2px 0;141 background: url(http://takai.sns.dazai.pne.jp/skin/default/img/icon_arrow_2.gif) no-repeat 100% 0;142 135 } 143 136 /*---------------------------------------------- … … 190 183 } 191 184 /*---------------------------------------------- 192 * clearfix 相当185 * clearfix, overflow: hidden 193 186 *--------------------------------------------*/ 194 187 div#LayoutA, 195 div#LayoutB { 188 div#LayoutB, 189 div#LayoutC { 196 190 zoom: 1; 197 191 overflow: hidden; … … 1053 1047 1054 1048 /*============================================================================== 1049 * 14. searchFormLine(検索フォームライン) 1050 *----------------------------------------------------------------------------*/ 1051 .searchFormLine ul { 1052 text-align: center; 1053 padding: 1px 0; 1054 } 1055 .searchFormLine ul li { 1056 display: inline; 1057 } 1058 .searchFormLine ul li * { 1059 vertical-align: middle; 1060 } 1061 .searchFormLine ul li label { 1062 margin-right: 2px; 1063 padding: 1px 13px 0 0; 1064 background: url(http://takai.sns.dazai.pne.jp/skin/default/img/icon_arrow_2.gif) no-repeat 100% 0; 1065 } 1066 1067 /*============================================================================== 1055 1068 * 1056 1069 *----------------------------------------------------------------------------*/ 1070 1071 /*============================================================================== 1072 * 1073 *----------------------------------------------------------------------------*/ 1074 1075 /*============================================================================== 1076 * 1077 *----------------------------------------------------------------------------*/ 1078 1079 /*============================================================================== 1080 * 1081 *----------------------------------------------------------------------------*/
Note: See TracChangeset
for help on using the changeset viewer.