button.css |
themes/classy/css/components/button.css |
|
Visual styles for buttons. |
buttons.css |
themes/seven/css/components/buttons.css |
|
Structural styles for Seven’s UI buttons |
buttons.css |
themes/bartik/css/components/buttons.css |
|
Styles for Bartik's buttons. |
ckeditor-dialog.css |
themes/seven/css/theme/ckeditor-dialog.css |
|
CKEditor-native dialogs theming. |
dialog.commands.inc |
includes/dialog.commands.inc |
|
AJAX commands. |
dialog.css |
themes/classy/css/components/dialog.css |
|
Presentational styles for Drupal dialogs. |
dialog.css |
themes/seven/css/components/dialog.css |
|
/**
* Presentational styles for Drupal dialogs.
*/
.ui-dialog {
background: transparent;
border: 0;
position: absolute;
z-index: 1260;
padding: 0;
}
@media all and (max-width: 48em) { /* 768px */
.ui-dialog {
min-width: 92%;
… |
dialog.info |
dialog.info |
|
name = Dialog
description = Provides an API for opening content in an interactive overlay.
package = Dialog
core = 7.x
dependencies[] = jquery_update
files[] = dialog.test |
dialog.install |
dialog.install |
|
Install, update and uninstall functions for the dialog module. |
dialog.module |
dialog.module |
|
Provides an API for opening content in a dialog. |
dialog.test |
dialog.test |
|
Tests for dialog.module. |
dialog.theme.css |
js/dialog/dialog.theme.css |
|
/**
* Presentational styles for Drupal dialogs.
*/
.ui-dialog {
position: absolute;
z-index: 1260;
overflow: visible;
color: #000;
background: #fff;
border: solid 1px #ccc;
padding: 0;
}
@media all and (max-width: 48em) { /* 768px */
… |
dialog_comment.info |
modules/dialog_comment/dialog_comment.info |
|
name = Dialog Comment
description = Moves various comment actions into interactive overlays.
package = Dialog
core = 7.x
dependencies[] = comment
dependencies[] = dialog |
dialog_comment.module |
modules/dialog_comment/dialog_comment.module |
|
Provides dialog integration for comment.module. |
dialog_node.info |
modules/dialog_node/dialog_node.info |
|
name = Dialog Node
description = Moves various node actions into interactive overlays.
package = Dialog
core = 7.x
dependencies[] = dialog
dependencies[] = node |
dialog_node.module |
modules/dialog_node/dialog_node.module |
|
Provides dialog integration for node.module. |
dialog_test.info |
tests/dialog_test.info |
|
name = "Dialog module tests"
description = "Support module for dialog related testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
dialog_test.module |
tests/dialog_test.module |
|
A dummy module for testing dialog related hooks. |
dialog_user.info |
modules/dialog_user/dialog_user.info |
|
name = Dialog User
description = Moves various user actions into interactive overlays.
package = Dialog
core = 7.x
dependencies[] = dialog
dependencies[] = user |
dialog_user.module |
modules/dialog_user/dialog_user.module |
|
Provides dialog integration for user.module. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Sub-modules
* Technical details
INTRODUCTION
------------
Current Maintainers:
* Devin Carlson <http://drupal.org/user/290182>
Dialog provides… |
theme.css |
themes/seven/css/components/jquery.ui/theme.css |
|
Seven styles for jQuery UI.
Overrides /core/assets/vendor/jquery.ui/themes/base/theme.css. |
ui-dialog.css |
themes/classy/css/components/ui-dialog.css |
|
Styles for Classy's modal windows. |
ui-dialog.css |
themes/bartik/css/components/ui-dialog.css |
|
Styles for Bartik's modal windows |