Skip to content

Instantly share code, notes, and snippets.

View ericaschroder's full-sized avatar

Erica Schroder ericaschroder

  • Acquia, Inc.
View GitHub Profile
@ericaschroder
ericaschroder / new modal preset
Created June 26, 2012 19:31
add to acquia_com_toolkit.module
// Adds additional modal form preset for new size.
ctools_modal_add_js();
$throbber = theme('image', array('path' => ctools_image_path('loading_animation.gif', 'modal_forms'), 'alt' => t('Loading...'), 'title' => t('Loading')));
$js_settings = array(
'modal-popup-small-tall' => array(
'modalSize' => array(
'type' => 'fixed',
'width' => 300,
'height' => auto,
@ericaschroder
ericaschroder / gist:2127174
Created March 19, 2012 21:19
DIAD - PDF issue with list tables
.. list-table::
:widths: 10 40 50
* - Module
- Link
- Description
* - Chaos Tools with Page manager
- `<http://drupal.org/project/ctools>`_
- Allows a site manager to control the layout of specific pages.
* - Content Access
MacBook-Pro-Erica-Ligeski:AD-DIAD erica.ligeski$ git diff
diff --git a/introduction.rst b/introduction.rst
index 8f90a37..5766066 100644
--- a/introduction.rst
+++ b/introduction.rst
@@ -10,7 +10,8 @@ This manual is partially based on material developed by Zivtech
`http://zivtech.com/`
-**Acknowledgements**
/* Custom CSS for Mechanical Bulls */
a.videobutton:visited {
color: #FFFFFF;
}
.videobutton {
-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
box-shadow:inset 0px 1px 0px 0px #f29c93;
/* Custom CSS for Mechanical Bulls */
a.videobutton:visited {
color: #FFFFFF;
}
.videobutton {
-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
box-shadow:inset 0px 1px 0px 0px #f29c93;