소스 검색

Fixed css issues with load and error boxes.

tags/1.0
Matthew Petroff 13 년 전
부모
커밋
9a97dbc348
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/css/pannellum.css

+ 6
- 6
src/css/pannellum.css 파일 보기

@@ -171,8 +171,8 @@ body
position:absolute;
top:50%;
left:50%;
width:200px;
height:150px;
width:194px;
height:144px;
margin:-75px 0px 0px -100px;
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
@@ -243,8 +243,8 @@ body
position:absolute;
top:50%;
left:50%;
width:200px;
height:150px;
width:194px;
height:144px;
margin:-75px 0px 0px -100px;
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
@@ -287,8 +287,8 @@ body
position:absolute;
top:50%;
left:50%;
width:200px;
height:150px;
width:194px;
height:144px;
margin:-75px 0px 0px -100px;
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;


불러오는 중...
취소
저장