Skip to content

Commit

Permalink
Admin style changes for WordPress 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
themeblvd committed Feb 15, 2014
1 parent 35284aa commit 8477e72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/css/admin.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* Page Setup */
.tb-screen-icon {
float: left;
width: 50px;
height: 40px;
}
#icon-tweeple {
background: url(../images/icon.png);
margin: 5px 5px 0 0;
Expand Down Expand Up @@ -64,7 +69,7 @@
text-align: center;
}
#tweeple .cache-overlay .inactive {
background: #f9f9f9;
background: #ffffff;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
Expand Down
2 changes: 1 addition & 1 deletion inc/class-tweeple-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function display_page() {
<div id="tweeple">
<div class="wrap">

<?php screen_icon( 'tweeple' ); ?>
<div class="tb-screen-icon" id="icon-tweeple"></div>

<h2 class="nav-tab-wrapper tweeple-nav-tab-wrapper">
<a href="<?php echo admin_url( $this->parent.'?page=tweeple&tab=feeds' ); ?>" class="nav-tab<?php if ($active == 'feeds') echo ' nav-tab-active'; ?>">
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Note: We have safeguard implemented that does not allow you to set this less tha

= 0.9.0 =

* Admin style changes for WordPress 3.8+

= 0.8.0 =

* Added option to control UTF-8 encoding on Twitter Feeds.
Expand Down

0 comments on commit 8477e72

Please sign in to comment.