Bladeren bron

Fixed css issues with load and error boxes.

tags/1.0
Matthew Petroff 13 jaren geleden
bovenliggende
commit
9a97dbc348
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. +6
    -6
      src/css/pannellum.css

+ 6
- 6
src/css/pannellum.css Bestand weergeven

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


Laden…
Annuleren
Opslaan