MDL-44777 atto_equation: More consistent width of buttons
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
}
|
||||
|
||||
.atto_equation_library button {
|
||||
margin: 4px;
|
||||
margin: 0.25%;
|
||||
min-width: 12%;
|
||||
}
|
||||
|
||||
#page-admin-setting-atto_equation_settings .form-defaultinfo {
|
||||
|
||||
+2
-1
@@ -145,7 +145,8 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
|
||||
var dialogue = this.getDialogue({
|
||||
headerContent: M.util.get_string('pluginname', COMPONENTNAME),
|
||||
focusAfterHide: true
|
||||
focusAfterHide: true,
|
||||
width: 600
|
||||
});
|
||||
|
||||
var content = this._getDialogueContent();
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -145,7 +145,8 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
|
||||
var dialogue = this.getDialogue({
|
||||
headerContent: M.util.get_string('pluginname', COMPONENTNAME),
|
||||
focusAfterHide: true
|
||||
focusAfterHide: true,
|
||||
width: 600
|
||||
});
|
||||
|
||||
var content = this._getDialogueContent();
|
||||
|
||||
@@ -143,7 +143,8 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
|
||||
var dialogue = this.getDialogue({
|
||||
headerContent: M.util.get_string('pluginname', COMPONENTNAME),
|
||||
focusAfterHide: true
|
||||
focusAfterHide: true,
|
||||
width: 600
|
||||
});
|
||||
|
||||
var content = this._getDialogueContent();
|
||||
|
||||
Reference in New Issue
Block a user