| 1 |
.link_full_page_editor { |
| 2 |
margin-bottom: 0 !important; |
| 3 |
} |
| 4 |
|
| 5 |
.post-type-link_library_links .wp-editor-tools { |
| 6 |
padding-top: 0px !important; |
| 7 |
} |
| 8 |
|
| 9 |
.wp-list-table #link_library_rating { |
| 10 |
width: 80px; |
| 11 |
} |
| 12 |
|
| 13 |
.wp-list-table #link_library_visits { |
| 14 |
width: 60px; |
| 15 |
} |
| 16 |
|
| 17 |
#ll-usage table.widefat td { |
| 18 |
padding: 2px 4px 2px 10px; |
| 19 |
} |
| 20 |
|
| 21 |
.link-library-cat-override select, .link-library-cat-exclude-override select, .link-library-tag-override select { |
| 22 |
height: 100px !important; |
| 23 |
} |
| 24 |
|
| 25 |
.link-library-cat-override .components-input-control__suffix, .link-library-cat-exclude-override .components-input-control__suffix, .link-library-tag-override .components-input-control__suffix { |
| 26 |
display: none; |
| 27 |
} |
| 28 |
|
| 29 |
.ll_preset { |
| 30 |
text-align: center; |
| 31 |
float: left; |
| 32 |
padding: 16px; |
| 33 |
min-height: 340px; |
| 34 |
} |
| 35 |
|
| 36 |
.ll-block-warning { |
| 37 |
font-size: 14px !important; |
| 38 |
padding: 8px !important; |
| 39 |
border: solid 1px red !important; |
| 40 |
} |
| 41 |
|
| 42 |
.resetstyle { |
| 43 |
background-color: #D22B2B !important; |
| 44 |
color: #FFF; |
| 45 |
} |
| 46 |
|