mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-31496 mod_data Replacing inline styles for CSS classes in text inputs
This commit is contained in:
parent
0d284a8bd6
commit
f70a4f124b
3 changed files with 12 additions and 6 deletions
|
@ -41,6 +41,12 @@
|
|||
width:300px;
|
||||
height:150px;
|
||||
}
|
||||
.path-mod-data-field input.textareafieldsize {
|
||||
width:50px;
|
||||
}
|
||||
.path-mod-data-field input.picturefieldsize {
|
||||
width:70px;
|
||||
}
|
||||
|
||||
/** UI Usability Hacks **/
|
||||
#page-mod-data-export #notice span {padding:0 10px;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue