묻고답하기

게시판 아이콘 정렬

2015.10.14 21:19

ING

질문7_00000.jpg

 

등록과 목록 아이콘을 같은 위치에 놓고싶은데 무엇을 고쳐야할지 모르겠습니다..ㅠ

.form-button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    white-space: nowrap;
    
    font-weight: bold; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    font-weight: bold; text-align:center; text-decoration:none; 
    border: 1px solid transparent; border-radius: 3px; 
}
.form-button-default {
    height: 33px; line-height: 33px; padding: 0 15px;
    font-size: 12px; 
}
.form-button-blue {
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 38px;
    border-radius: 2px;
    color: #fff;
    background: #CDA25A;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-button-blue:hover {
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 38px;
    border-radius: 2px;
    color: #fff;
    background: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-button-blue:active {
     font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 38px;
    border-radius: 2px;
    color: #fff;
    background: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.form-button-dec {
    height: 33px; line-height: 31px; padding: 0 15px;
    font-size: 14px; 
}
.form-button-grey { 
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 38px;
    border-radius: 2px;
    color: #666;
    background: #ECECEC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-button-grey:hover {
    font-size: 13px;
    border: 0;
    cursor: pointer;
    width: 130px;
    height: 38px;
    border-radius: 2px;
    color: #fff;
    background: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-button-grey:active {box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);}
.message_box{padding: 20px 30px; text-align: center; background-color: #eee; border-bottom: 1px solid #ddd;}

태그 연관 글
  1. [2021/08/03] 묻고답하기 홈페이지를 처음 제작해보는데 by clara *3
  2. [2021/07/20] 묻고답하기 사이트맵에서 클릭시 새창열기로 가능한가요? by Alexander *2
  3. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  4. [2020/01/31] 묻고답하기 2단메뉴 by ppumweb *2
  5. [2019/10/20] 묻고답하기 html 사진 슬라이드 질문 by 나비 *2
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
파도. 스케치북 최근게시물 상단 탭 오른쪽 여백 없애기 file  
haupt [질문] CK Editor 에서 앞에 행번호 가 안붙습니다.  
haupt [질문] DWbasic skin 소스 변경할수있을까요?  
다함께 DB Table 생성을 해야 설치가 완료됩니다. file  
deom 안드로이드 폰에서 background-attachment: fixed; [2] 2017.01.20 by deom
lark007 XEDITION 레이아웃에 하단 메뉴 부분에 메뉴를 안쓰고 일반 사이트 하단처럼 사이트정보로 쓸수 없나요? [4] file 2017.01.19 by lark007
쿠닌 admin 페이지 메뉴 오류 [2] file 2017.01.12 by 쿠닌
비제이티비 /modules/document/document.item.php 967줄 에러 file  
James 009 XE mySQL에서 [1] 2016.12.20 by 제이와이엔소프트
dfasdfasdf 사이드 스크롤배너 이미지와 링크 변경 및 삭제 방법 아시는 분 있으신가요? file  
웃음을주는사람 video 태그 질문입니다.  
Roy domain.com/index.php 에서만 접속가능 [2] 2016.11.09 by 불금
Megg wrap으로 감싼 부분이 height 100퍼센트가 원래 안되나요...? [4] file 2016.11.03 by SimpleCode
ljk**** 외부페이지에서 Ajax로 등록처리시 &DB 가 존재하지 않아요  
영흥도우럭1 실시간 새글 알림 애드온..질문드립니다. file  
쿠닌 어드민 페이지 메뉴 [2] file 2016.10.13 by 쿠닌
너굴 업데이트 했더니.. 에러가 나고 아무것도 안떠요...ㅠㅠ 도와주세요..ㅠ [5] 2016.10.13 by 김전설
청*솔 iframe 으로 붙혀넣기 했는데.! [2] file 2016.09.12 by 청*솔
outsider CKEditor에 extraPlugins 설치 후 툴바가 나타나지 않는 현상? [3] file 2016.08.03 by outsider
outsider 이미지 갤러리 컴포넌트 loading 문제 file