[이윰] modal 창 크기 변경하기

페이지 정보

루루아빠 3,320 2015.07.30 17:45

평점

  • 평점 : 0점 (0명 참여)

본문

갤러리 뷰에서 모달창과 게시판 문서 검색의 모달창의 크기를 조건에 맞게 반영한다.
그누보드5/eyoom/theme/설치된 테마/css/custom.css를 열고 아래 소스를 삽입한다.

/* modal창 크기 변경하기 */
.modal {
    position: fixed;
    top: 2%;
    right: 2%;
    left: 2%;
    bottom: 2%;
    width: auto;
    height: auto;
    margin: 0;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0px auto;
    }
    .modal-sm {
        width: 400px;
        height: 230px;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 1002px) and (max-width: 1199px) {
    .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0px auto;
    }
    .modal-sm {
        width: 400px;
        height: 230px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1001px) {
    .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0px auto;
    }
    .modal-sm {
        width: 400px;
        height: 230px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0px auto;
    }
    .modal-sm {
        width: 300px;
        height: 230px;
    }
}
.modal-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-body {
    height: auto;
/*     padding: 5px 15px 5px 15px; */
}
.modal-title {
    margin-top: 0px
}
.modal-header .close {
  margin-top: 3px;
}
.modal-footer {
    text-align: left;
    padding: 11px;
}

게시판내 문서 검색시 사용하는 모달창 클래스 modal-sm 은 가로, 세로 크기를 고정했다.


 
추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,290,461
레벨 96
경험치 1,388,222

Progress Bar 71%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요

Total 7462738 페이지
제목 글쓴이 날짜 조회 추천
이윰  🏆 내글반응 내용 추출 쌍 따옴표가 "로 표시되는 문제 해결하기 shadow2fox 2018.06.18 2,039 0
그누•영카트  🏆 영카트 5.4.1.3 shadow2fox 2019.12.24 2,039 0
에디터  댓글+1🏆 SmartEditor2 주소 자동 링크 기능 끄기 shadow2fox 2020.04.06 2,036 1
그누•영카트  🏆 영카트 5.3.2.8 shadow2fox 2019.03.19 2,029 0
Bootstrap  🏆 모달창 내부에서 모달창 부모 닫기 루루아빠 2018.06.02 2,021 0
그누•영카트  댓글+1🏆 그누보드 5.4.4.8 shadow2fox 2021.01.19 2,016 1
그누•영카트  🏆 그누보드 5.3.1.7 패치 shadow2fox 2018.09.18 2,011 0
그누•영카트  🏆 영카트 5.4.2.3 shadow2fox 2020.03.14 2,008 0
에디터  댓글+1🏆 SmartEditor2 포토 업로더 모바일에서 사진 순서 정렬하기 shadow2fox 2020.04.05 2,008 1
그누•영카트  🏆 영카트 5.3.2.8.1 shadow2fox 2019.04.23 2,007 0
이윰  🏆 Eyoom Builder 3.0.2 패치 루루아빠 2018.05.14 2,004 0
이윰  댓글+1🏆 팝업창 페이지에서도 띄우기 shadow2fox 2019.02.05 2,003 1
그누•영카트  🏆 영카트 5.4.1.2 shadow2fox 2019.12.10 1,999 0
이윰  🏆 태그(tag) 인덱스에서 새로운 글에 new 표시하기 shadow2fox 2018.08.26 1,993 0
이윰  🏆 공지글에는 댓글 기능 끄기 shadow2fox 2018.08.19 1,987 0
그누•영카트  🏆 그누보드 5.3.2.5 shadow2fox 2019.01.29 1,987 0
이윰  댓글+1🏆 마이홈과 마이페이지에서 사이드바 사용하지 않기 shadow2fox 2019.05.26 1,983 1
이윰  댓글+4🏆 다중 태그 입력 올바르게 shadow2fox 2021.03.12 1,980 2
그누•영카트  🏆 그누보드 5.3.2.4 shadow2fox 2019.01.08 1,979 0
이윰  🏆 내글반응 페이지 내 전체 선택 체크박스 올바르게 적용하기 shadow2fox 2019.05.06 1,978 0