Fixed trestle_post_info_meta bug causing posts to change post type in the admin. Added styles for Types & Views and logo.

This commit is contained in:
MickeyKay
2014-06-23 09:56:06 -07:00
parent 00a156379b
commit 82babdee13
2 changed files with 31 additions and 5 deletions
+26
View File
@@ -44,8 +44,10 @@
- Simple Section Navigation
- Events Manager
- Simple Newsletter Signup
- WP Types & Views
- Site Header
- Title Area
- Logo
- Widget Area
- Site Navigation
- General Navigation
@@ -1234,6 +1236,30 @@ img#wpstats {
text-decoration: none;
}
/* WP Types & Views
--------------------------------------------- */
.wpv-sorting-indicator {
display: none !important;
}
th a.wpv-header-no-sort:after,
th a.wpv-header-asc:after,
th a.wpv-header-desc:after {
content: "\f0dd"; /* \f0a9 = circle arrow, \f061 = arrow, \f178 = long arrow, \f105 = angle, \f101 = double angle, \f0da = caret */
position: relative;
top: -0.4em;
display: inline-block;
margin-left: 0.5em;
font-family: FontAwesome;
font-size: 0.7em;
}
th a.wpv-header-desc:after {
content: "\f0de";
top: auto;
}
/*
Site Header