MDL-31496 mod_data Replacing inline styles for CSS classes in text inputs

This commit is contained in:
David Monllao 2012-08-20 17:17:24 +08:00
parent 0d284a8bd6
commit f70a4f124b
3 changed files with 12 additions and 6 deletions

View file

@ -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;}