Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
minor style update for plugin tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 21, 2008
1 parent c416af0 commit 670d8a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/stylesheets/admin.css
Expand Up @@ -377,13 +377,18 @@ li.clear{
padding: 0 !important;
}

#page-plugins-tabs li{
padding-right:10px;
margin-right:10px;
}
#page-plugins-tabs li.top{
position: relative;
}
#page-plugins-tabs li.top a.delete{
position: absolute;
right: 0;
top: -10px;
height: 21px;
top: 1px;
cursor: pointer;
}
#page-plugins-tabs li.top a.delete:hover {
Expand Down

0 comments on commit 670d8a5

Please sign in to comment.