small cosmetic fix

This commit is contained in:
Mariano Rodriguez 2014-11-05 17:04:48 -03:00
parent abba5e1ea8
commit 812a47d087
1 changed files with 17 additions and 17 deletions

View File

@ -1425,7 +1425,7 @@ a.text-warning:hover {color: #FD7262;}
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
margin-right: 4px;
margin: 20px 26px 0 0;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
@ -1444,22 +1444,22 @@ a.text-warning:hover {color: #FD7262;}
position: relative;
}
.w-popup-icon{
font-family: 'WebSymbolsRegular', cursive;
color: #c5e4f4;
font-size: 90px;
text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
line-height: 150px;
position: absolute;
width: 100%;
height: 50%;
left: 0px;
top: 0px;
text-align: center;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
font-family: WebSymbolsRegular,cursive;
color: #c5e4f4 ;
font-size: 90px;
text-shadow: 1px 0 1px rgba(255,255,255,.7);
line-height: 150px;
position: absolute;
width: 58px;
/* height: 60px; */
left: 60px;
top: 14px;
text-align: center;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
.w-popup-content{
position: absolute;