Changeset 16021


Ignore:
Timestamp:
2007/09/25 22:45:52 (17 years ago)
Author:
nanasess
Message:

select, input のスタイル追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/user_data/templates/default/css/main.css

    r15998 r16021  
    1818    list-style-type: none; 
    1919} 
     20 
     21select { 
     22    border: solid 1px #ccc; 
     23} 
     24 
    2025/*PHOTO*/ 
    2126.picture { 
     
    321326input[type='image'].box150 { 
    322327    width: 150px; 
     328    height: 30px; 
     329} 
     330 
     331input[type='image'].box140 { 
     332    width: 140px; 
     333    height: 30px; 
     334} 
     335 
     336input[type='image'].box130 { 
     337    width: 130px; 
    323338    height: 30px; 
    324339} 
Note: See TracChangeset for help on using the changeset viewer.