Changeset 22825 for branches/version-2_13-dev/html/user_data
- Timestamp:
- 2013/05/20 05:42:41 (13 years ago)
- Location:
- branches/version-2_13-dev/html/user_data/packages/sphone
- Files:
-
- 6 added
- 2 deleted
- 5 edited
-
css/block.css (modified) (7 diffs)
-
js/jquery-1.9.1.min.js (added)
-
js/jquery.mobile/images/ajax-loader.gif (added)
-
js/jquery.mobile/images/ajax-loader.png (deleted)
-
js/jquery.mobile/images/icons-18-black.png (modified) (previous)
-
js/jquery.mobile/images/icons-18-white.png (modified) (previous)
-
js/jquery.mobile/images/icons-36-black.png (modified) (previous)
-
js/jquery.mobile/images/icons-36-white.png (modified) (previous)
-
js/jquery.mobile/jquery.mobile-1.3.1.js (added)
-
js/jquery.mobile/jquery.mobile-1.3.1.min.css (added)
-
js/jquery.mobile/jquery.mobile-1.3.1.min.js (added)
-
js/jquery.mobile/jquery.mobile-1.3.1.min.map (added)
-
js/news.js (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/user_data/packages/sphone/css/block.css
r22602 r22825 255 255 padding: 0; 256 256 } 257 258 257 #categorytree li:first-child { 259 258 border-top: none; … … 266 265 border-bottom: none; 267 266 } 268 #categorytree ul li a, 269 .categorytree > ul > li > ul > li a { 267 #categorytree ul li a { 270 268 padding: 0.6em 0; 271 269 } 272 .category_body {273 display: inline-block; 274 } 275 .category_body a {270 #categorytree .category_body { 271 display: inline-block; 272 } 273 #categorytree .category_body a { 276 274 width: 100%; 277 275 display: inline-block; … … 281 279 cursor: pointer; 282 280 } 283 #categorytree ul li li { 284 padding-bottom: 0.6em; 285 } 286 .category_header { 281 #categorytree .category_header { 287 282 width: 1.5em; 288 283 margin: 0 6px 0 8px; … … 291 286 text-align: right; 292 287 } 293 .category_header.plus,294 .category_header.minus {288 #categorytree .category_header.plus, 289 #categorytree .category_header.minus { 295 290 color: #FFF; 296 291 margin: 0 6px 0 8px; 297 padding -bottom: 4px;292 padding: 2px 0; 298 293 display: inline-block; 299 294 text-align: center; 300 line-height: 0.4;301 295 width: 1.5em; 302 296 height: 1.3em; … … 308 302 -webkit-border-radius: 3px; 309 303 } 310 311 .category_header.plus > a, 312 .category_header.minus > a { 304 #categorytree .category_header.plus > a, 305 #categorytree .category_header.minus > a { 313 306 width: 1.5em; 314 307 color: #FFF; … … 347 340 width: 64%; 348 341 } 349 350 342 #categorytree .level5 .category_header { 351 343 margin-left: 6.2em; … … 355 347 } 356 348 357 358 349 /*リンクカラー*/ 359 .category_body a:link,360 .category_body a:visited {350 #categorytree .category_body a:link, 351 #categorytree .category_body a:visited { 361 352 color: #000; 362 353 text-decoration: none; 363 354 cursor: pointer; 364 355 } 365 .category_header.plus a,366 .category_header.minus a {356 #categorytree .category_header.plus a, 357 #categorytree .category_header.minus a { 367 358 color: #FFF; 368 359 }
Note: See TracChangeset
for help on using the changeset viewer.
