Skip to content

Instantly share code, notes, and snippets.

View djbobbydrake's full-sized avatar

Chhay Chhun djbobbydrake

View GitHub Profile
@djbobbydrake
djbobbydrake / gist:d83219a34d0093f88cd4
Created May 28, 2014 23:28
media query nestled within selector
.ec-cookie-message {
#teconsent {
float: right;
padding-right: 5px;
img {
display: block;
}
}
a {
text-decoration: underline;
@djbobbydrake
djbobbydrake / WMBA-mba-twitter-adjustments
Created May 19, 2014 17:13
WMBA-mba-twitter-adjustments
.mba-twitter-trends {
padding-top: 10px;
.block & {
padding-top: 0;
}
}
.mba-twitter-trends-box {
width: 50%;
float: left;
@djbobbydrake
djbobbydrake / Drupal-js
Created May 14, 2014 19:32
JS in Drupal
(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;
}
});
};
@djbobbydrake
djbobbydrake / sass-extendable
Created May 8, 2014 17:41
sass extendables
%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;
@djbobbydrake
djbobbydrake / firefox
Created September 6, 2013 16:16
Firefox shell script
#!/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