This file contains hidden or 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
// 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, |
This file contains hidden or 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
.. 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 |
This file contains hidden or 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
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** |
This file contains hidden or 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
/* 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; |
This file contains hidden or 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
/* 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; |