PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.7.3
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.7.3
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
← All changes | css/style.css +7 -110 1.8.91.7.3 View file →
@@ -1,8 +1,7 @@
1 1 /* PDF-Print settings */
2 2 .pdfprnt-top-left,
3 3 .pdfprnt-bottom-left,
4 -.pdfprnt-top-bottom-left,
5 4 .pdfprnt-left {
6 5 text-align: left;
7 6 padding: 5px;
8 7 }
@@ -7,48 +6,20 @@
7 6 padding: 5px;
8 7 }
9 8 .pdfprnt-top-right,
10 9 .pdfprnt-bottom-right,
11 -.pdfprnt-top-bottom-right,
12 10 .pdfprnt-right {
13 11 text-align: right;
14 12 padding: 5px;
15 13 }
16 -.pdfprnt-top-left:before,
17 -.pdfprnt-bottom-left:before,
18 -.pdfprnt-top-right:before,
19 -.pdfprnt-bottom-right:before,
20 -.pdfprnt-top-bottom-left:before,
21 -.pdfprnt-top-bottom-right:before,
22 -.pdfprnt-left:before,
23 -.pdfprnt-right:before {
24 - content: "";
25 - clear: both;
26 - display: table;
27 -}
28 14 .pdfprnt-top-left a,
29 15 .pdfprnt-bottom-left a,
30 16 .pdfprnt-top-right a,
31 17 .pdfprnt-bottom-right a,
32 -.pdfprnt-top-bottom-right a,
33 -.pdfprnt-top-bottom-left a,
34 18 .pdfprnt-left a,
35 19 .pdfprnt-right a {
36 20 padding: 0 5px;
37 - box-shadow: none !important;
38 - border: none !important;
39 - outline: none !important;
40 21 }
41 -.pdfprnt-top-left a img,
42 -.pdfprnt-bottom-left a img,
43 -.pdfprnt-top-right a img,
44 -.pdfprnt-bottom-right a img,
45 -.pdfprnt-top-bottom-right a img,
46 -.pdfprnt-top-bottom-left a img,
47 -.pdfprnt-left a img,
48 -.pdfprnt-right a img {
49 - display: inline !important;
50 -}
51 22 #wp-admin-bar-pdfprnt-bar-menu-default li {
52 23 cursor: pointer;
53 24 }
54 25 #wp-admin-bar-pdfprnt-bar-menu-default li:hover {
@@ -72,9 +43,14 @@
72 43 /* PDF-Print settings .form-table */
73 44 #pdfprnt_settings_form th {
74 45 padding: 10px;
75 46 }
76 -.pdfprnt_settings_table td div:not(div[class*="CodeMirror"]) {
47 +.pdfprnt_explanation {
48 + color: #888;
49 + font-size: 10px;
50 + display: block;
51 +}
52 +.pdfprnt_settings_table td div {
77 53 float: left;
78 54 text-align: center;
79 55 margin: 0 5px;
80 56 }
@@ -89,84 +65,5 @@
89 65 padding: 10px;
90 66 }
91 67 .pdfprnt_settings_table td select {
92 68 min-width: 210px;
93 -}
94 -.pdfprnt_buttons {
95 - width: auto !important;
96 -}
97 -.pdfprnt_label {
98 - display: none;
99 -}
100 -.pdfprnt_loader {
101 - position: absolute;
102 - display: none;
103 -}
104 -/*
105 - * css highlighter
106 -*/
107 -.pdfprnt_custom_styles .CodeMirror {
108 - max-height: 200px;
109 - max-width: 500px;
110 - border: 1px solid #ddd; }
111 -.pdfprnt_custom_styles .CodeMirror-scroll {
112 - height: 100%;
113 - width: 100%;
114 - box-sizing: border-box !important;
115 -}
116 -.pdfprnt_custom_styles .CodeMirror-hscrollbar {
117 - left: 0 !important;
118 -}
119 -.pdfprnt_custom_styles .CodeMirror-sizer {
120 - border-right: none;
121 -}
122 -.pdfprnt_pro_block .bws_pro_version_tooltip {
123 - display: inline-block;
124 - width: 100%;
125 - box-sizing: border-box;
126 - top: 5px;
127 -}
128 -.pdfprnt_templates_block .bws_pro_version_table_bloc,
129 -.pdfprnt_templates_new_block .bws_pro_version_table_bloc {
130 - padding: 5px 5px 0 5px;
131 -}
132 -
133 -.pdfprnt_templates_block .bws_table_bg,
134 -.pdfprnt_templates_new_block .bws_table_bg {
135 - top: 0;
136 - left: 0;
137 -}
138 -@media only screen and ( max-width: 785px ) {
139 - .pdfprnt_label {
140 - display: inline;
141 - }
142 - .pdfprnt_position_buttton .pdfprnt_label {
143 - display: block;
144 - }
145 - .pdfprnt_table_head {
146 - display: none;
147 - }
148 - .pdfprnt_templates_block p.search-box {
149 - position: static;
150 - clear: both
151 - }
152 -}
153 -
154 -@media only screen and ( max-width: 450px ) {
155 - .pdfprnt_image_block table,
156 - .pdfprnt_image_block tr,
157 - .pdfprnt_image_block td {
158 - width: inherit;
159 - display: block;
160 - box-sizing: border-box;
161 - }
162 - .pdfprnt_templates_block .tablenav.bottom .displaying-num {
163 - display: none;
164 - }
165 -}
166 -
167 -@media only screen and ( max-width: 300px ) {
168 - .pdfprnt_add_new_button {
169 - display: inline-block;
170 - margin-top: 10px;
171 - }
172 -}
69 +}