Add padding to admin elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user