• Sign in

ASP / E-gruPro · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • E-gruPro
  • cm
  • test
  • source
  • 04
  • select2.css
  • recommit
      1ec1b3e4
    root authored
    2017-05-15 09:42:19 +0900  
    Browse Files »
select2.css 354 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
#header_area {
    width: 530px;
}

#main_area {
    width: 530px;
}

#left_area {
    width: 210px;
    float: left;
    text-align: center;
}

#middle_area {
    width: 100px;
    float: left;
    text-align: center;
}

#right_area {
    width: 210px;
    float: left;
    text-align: center;
}

#item {
    width: 200px;
}

#cart {
    width: 200px;
}