Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix tabbed editor unnecessary border
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 25, 2014
1 parent 459dd44 commit 8e20bd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/plugins/editor.ajxp_role/rolesEditor.css
Expand Up @@ -5,6 +5,10 @@ div.tabbed_editor{
border-right: 1px solid #bbbbbb;
line-height: initial;
}
.ajxp_theme_orbit div.tabbed_editor{
background-color: #f8f8f8;
border: 0;
}

div.tabbed_editor div.accordion_content{
padding-bottom: 20px;
Expand Down

0 comments on commit 8e20bd4

Please sign in to comment.