Browse Source

Fixed css issues with load and error boxes.

tags/1.0
Matthew Petroff 13 years ago
parent
commit
9a97dbc348
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/css/pannellum.css

+ 6
- 6
src/css/pannellum.css View File

@@ -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;


Loading…
Cancel
Save