This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ec-cookie-message { | |
#teconsent { | |
float: right; | |
padding-right: 5px; | |
img { | |
display: block; | |
} | |
} | |
a { | |
text-decoration: underline; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mba-twitter-trends { | |
padding-top: 10px; | |
.block & { | |
padding-top: 0; | |
} | |
} | |
.mba-twitter-trends-box { | |
width: 50%; | |
float: left; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
Drupal.behaviors.mobileFormErrors = function (context) { | |
$("form.user-form", context).each(function(){ | |
if ($(this).find(".error").length) { | |
window.location.hash = window.location.hash || $(this).attr("id"); | |
return false; | |
} | |
}); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%tweet-media-next-prev { | |
position: absolute; | |
top: 40%; | |
width: 53px; | |
height: 104px; | |
cursor: pointer; | |
overflow: auto; | |
background: rgba(0, 120, 148, .4); | |
z-index: 100; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# The contents of this file are subject to the Netscape Public | |
# License Version 1.1 (the "License"); you may not use this file | |
# except in compliance with the License. You may obtain a copy of | |
# the License at http://www.mozilla.org/NPL/ | |
# | |
# Software distributed under the License is distributed on an "AS | |
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | |
# implied. See the License for the specific language governing |
NewerOlder