git-svn-id: https://plugins.svn.wordpress.org/send-email-from-admin/trunk@1279473 b8457f37-d9ea-0310-8a92-e5e31aec5664
67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
CSS
#sefa-wrapper {
|
|
width: 70%;
|
|
}
|
|
#sefa-wrapper h1 {
|
|
font-size: 2.8em;
|
|
font-weight: 200;
|
|
margin-bottom: 26px;
|
|
margin-left: -4px;
|
|
}
|
|
#sefa-wrapper h1:before {
|
|
font-family: "dashicons";
|
|
content: "\f465";
|
|
top: 8px;
|
|
position: relative;
|
|
margin-right: 10px;
|
|
font-size: 1.2em;
|
|
}
|
|
#sefa-wrapper div.error,
|
|
#sefa-wrapper div.updated {
|
|
padding: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
#sefa-form td {
|
|
vertical-align: text-top;
|
|
}
|
|
#sefa-form input[type=text],
|
|
#sefa-form input[type=email],
|
|
#sefa-form textarea,
|
|
#sefa-form .wp-editor-wrap {
|
|
width: 100%;
|
|
padding: 6px 10px
|
|
}
|
|
#sefa-form .sefa-radio-wrap {
|
|
display: inline;
|
|
}
|
|
#sefa-form .wp-editor-wrap {
|
|
padding-left: 0;
|
|
}
|
|
#sefa-form #sefa-user-list {
|
|
margin-top: 7px;
|
|
}
|
|
#sefa-form .note {
|
|
font-size: 12px;
|
|
color: #888;
|
|
padding: 5px 0 0 1px;
|
|
}
|
|
|
|
@media screen and (max-width: 1300px) {
|
|
#sefa-wrapper {
|
|
width: 100%;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 900px) {
|
|
#sefa-form .sefa-radio-wrap {
|
|
display: block;
|
|
}
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
#sefa-wrapper h1 {
|
|
font-size: 2em;
|
|
margin-left: 0;
|
|
}
|
|
#sefa-wrapper h1:before {
|
|
top: 6px;
|
|
}
|
|
} |