PluginProbe
Mark Posts / 2.0.0
Mark Posts v2.0.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 All 28 releases
mark-posts / admin / assets / css / dashboard.css

dashboard.css in Mark Posts 2.0.0, at admin/assets/css/dashboard.css

43 lines 878 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Mark Posts Dashboard Widget Styles */
2
3 h3.mark_posts_headline {
4 padding: 0 2% 8px 2%;
5 border-bottom: 1px solid #eee;
6 }
7
8 .markers_right_now {
9 overflow: hidden;
10 padding: 0;
11 margin: 0 0 17px 0;
12 }
13
14 .markers_right_now:last-child {
15 margin-bottom: 0;
16 }
17
18 .markers_right_now li {
19 width: 46%;
20 float: left;
21 padding: 8px 1% 0 1%;
22 margin: 0;
23 }
24
25 .markers_right_now li a {
26 line-height: 1.4em;
27 font-size: 13px;
28 }
29
30 .markers_right_now li a:before {
31 font: 400 20px/1 dashicons;
32 content: '\f159';
33 speak: none;
34 display: block;
35 float: left;
36 margin: 0 5px 0 0;
37 padding: 0;
38 text-indent: 0;
39 text-align: center;
40 position: relative;
41 -webkit-font-smoothing: antialiased;
42 text-decoration: none !important;
43 }