MDL-44777 atto_equation: More consistent width of buttons

This commit is contained in:
Frederic Massart
2014-04-01 15:21:11 +08:00
parent 814f40ba31
commit 1eb5839cf9
5 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
}
.atto_equation_library button {
margin: 4px;
margin: 0.25%;
min-width: 12%;
}
#page-admin-setting-atto_equation_settings .form-defaultinfo {
@@ -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();
File diff suppressed because one or more lines are too long
@@ -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();