diff --git a/css/style.css b/css/style.css index af1b451..68c2a0f 100644 --- a/css/style.css +++ b/css/style.css @@ -889,3 +889,29 @@ input.form-button-disabled:active { img { max-width: 100%; } +.js-form-wrapper #edit-submit { + padding-bottom:8px; +} +.js-form-wrapper #edit-preview { + padding-bottom:8px ; +} +a{ + word-break: break-all; +} +.js-quickedit-page-title{ + word-break:break-all; +} +.form-email { + width: 100%; + height: 25px; + border-radius: 3px; + border: 1px solid #ccc; + background: #fff; +} +.form-text{ + width: 100%; + height: 25px; + border-radius: 3px; + border: 1px solid #ccc; + background: #fff; +} \ No newline at end of file