From 812a47d08776d9f811033ada67d017048851ff48 Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez Date: Wed, 5 Nov 2014 17:04:48 -0300 Subject: [PATCH] small cosmetic fix --- css/src/main.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 424648579..51f93fa7c 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -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;