mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-44778 core_theme: added the well and well-small class to Base
This commit is contained in:
parent
fcc19a2ff4
commit
1615cc45e9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user