Add padding to admin elements

This commit is contained in:
Brian Miyaji
2015-09-17 12:21:07 +10:00
parent a88adb9531
commit 43a413bfe3

View File

@@ -257,6 +257,8 @@ table.widefat.sp-data-table input[type="text"],
table.widefat.sp-data-table input[type="number"] {
min-width: 1.25em;
width: 100%;
margin: 1px;
padding: 3px 5px;
}
table.widefat.sp-data-table input.small-text {
@@ -462,6 +464,11 @@ table.widefat.sp-sortable-table tbody tr .icon {
-webkit-transition: none;
}
/* Paragraph */
.sp-para {
margin: 1em 0;
}
/* TipTip */
.sp-tip,
.sp-desc-tip {