PluginProbe
Link Library / trunk
Link Library vtrunk
7.9.7 7.9.6 7.9.5 7.9.4 7.9.3 7.9.2 7.9.1 6.0-Beta11 6.0-Beta12 6.0-Beta2 6.0-Beta3 6.0-Beta4 6.0-Beta5 6.0-Beta6 6.0-Beta7 6.0-Beta8 6.0-Beta9 6.6.8 7.1.4 7.1.5 7.1.6 7.1.7 7.1.8 7.1.9 7.2.0 All 135 releases
link-library / adminstyle.css

adminstyle.css in Link Library trunk, at adminstyle.css

46 lines 937 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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