Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7932 → Rev 7957

/css/admin.css
84,6 → 84,15
#wpsg-bs .mr-4 { margin-right:1rem; }
#wpsg-bs .mt-0 { margin-top:0; }
#wpsg-bs .font-normal { font-weight:normal; }
#wpsg-bs .flex { display:flex; }
#wpsg-bs .justify-between { justify-content:space-between; }
#wpsg-bs .items-center { align-items:center; }
#wpsg-bs .mt-2 { margin-top:0.5rem; }
#wpsg-bs .w-full { width:100%; }
#wpsg-bs .p-1 { padding:0.25rem; }
#wpsg-bs .box-border { box-sizing:border-box; }
#wpsg-bs .text-right { text-align:right; }
#wpsg-bs .none { display:none; }
 
.wp-admin #wpsg-bs select { max-width:100%; padding-right:0; line-height:initial; }
.wp-admin #wpsg-bs .checkbox input { margin-top:3px; width:15px; height:15px; }