MDL-44778 core_theme: added the well and well-small class to Base

This commit is contained in:
Andrew Davis 2014-04-11 10:43:59 +08:00
parent fcc19a2ff4
commit 1615cc45e9

View File

@ -2027,4 +2027,16 @@ body.lockscroll {
.editor_atto_menu .moodle-dialogue-content {
padding: 0px;
border: inherit;
.well {
min-height: 20px;
padding: 19px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well-small {
padding: 9px;
}