app/assets/stylesheets/cookies_eu.css.scss in cookies_eu-1.0.2 vs app/assets/stylesheets/cookies_eu.css.scss in cookies_eu-1.0.3
- old
+ new
@@ -1,32 +1,42 @@
-.cookies_eu {
+.cookies-eu {
position: fixed;
bottom: 0;
left: 0;
line-height: 40px;
background: #f2f2f2;
border-top: 1px solid #e4e4e4;
- padding: 0 30px;
width: 100%;
z-index: 100;
+ text-align: center;
- .cookies_eu_ok{
- background-color: #4d90fe;
- background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
- border: 1px solid #3079ed;
- border-radius: 2px;
- color: #fff;
- cursor: default;
+ .cookies-eu-content-holder {
display: inline-block;
- font-size: 11px;
- font-weight: bold;
- height: 24px;
- line-height: 20px;
- margin-right: 0px;
- min-width: 26px;
- outline: 0;
- padding: 0 11px;
- text-align: center;
- white-space: nowrap;
- margin: 0 5px;
+ padding: 0 20px;
+ line-height: 26px;
+ }
+ .cookies-eu-button-holder {
+ display: inline-block;
+ padding-right: 20px;
+
+ .cookies-eu-ok {
+ background-color: #4d90fe;
+ background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
+ border: 1px solid #3079ed;
+ border-radius: 2px;
+ color: #fff;
+ cursor: default;
+ display: inline-block;
+ font-size: 11px;
+ font-weight: bold;
+ height: 24px;
+ line-height: 20px;
+ margin-right: 0px;
+ min-width: 26px;
+ outline: 0;
+ padding: 0 11px;
+ text-align: center;
+ white-space: nowrap;
+ margin: 0 5px;
+ }
}
}
\ No newline at end of file