Files
moodle/lib/editor/atto/plugins/equation/styles.css
T
2016-09-30 09:25:25 +01:00

29 lines
732 B
CSS

.atto_equation_library .yui3-tabview-list {
border: none;
}
.atto_equation_library .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam #atto_equation_library .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam #atto_equation_library .yui3-tab-selected .yui3-tab-label:hover {
background: none;
color: black;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.atto_equation_library button {
margin: 0.25%;
min-width: 12%;
}
#page-admin-setting-atto_equation_settings .form-defaultinfo {
max-height: 10em;
overflow: auto;
padding: 5px;
min-width: 206px;
}
.atto_form .atto_equation_preview {
margin-bottom: 0; /* Turn off the margin-bottom from the class "well" */
}