git-svn-id: https://plugins.svn.wordpress.org/send-email-from-admin/trunk@1275705 b8457f37-d9ea-0310-8a92-e5e31aec5664
40 lines
685 B
CSS
40 lines
685 B
CSS
#sefa-wrapper {
|
|
width: 70%;
|
|
}
|
|
#sefa-wrapper h1 {
|
|
font-weight: 400;
|
|
padding-top: 10px;
|
|
}
|
|
#sefa-wrapper div.error,
|
|
#sefa-wrapper div.updated {
|
|
margin: 0;
|
|
padding: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
#sefa-form td {
|
|
vertical-align: text-top;
|
|
padding: 10px;
|
|
}
|
|
#sefa-form input[type=text],
|
|
#sefa-form input[type=email],
|
|
#sefa-form textarea,
|
|
#sefa-form .wp-editor-wrap {
|
|
width: 100%;
|
|
padding: 10px
|
|
}
|
|
#sefa-form .wp-editor-wrap {
|
|
padding-left: 0;
|
|
}
|
|
#sefa-form #sefa-user-list {
|
|
margin-top: 6px;
|
|
}
|
|
#sefa-form .note {
|
|
font-size: 11px;
|
|
padding: 5px 0 0 1px;
|
|
}
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
#sefa-wrapper {
|
|
width: 100%;
|
|
}
|
|
} |