Skip to content

Commit

Permalink
Fixed some margins (related to issue 7053)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Dec 17, 2013
1 parent 73a9bfb commit d84a3ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension/skin/classic/firebug.css
Expand Up @@ -356,8 +356,8 @@ panelTab[selected="true"][disabled="true"] {
}

.fbsearch-options-buttons {
-moz-margin-start: 0;
-moz-appearance: none;
margin: 0;
border: 1px solid ThreeDShadow;
border-radius: 0;
padding: 1px 5px;
Expand Down
4 changes: 4 additions & 0 deletions extension/skin/classic/win/firebug.css
Expand Up @@ -145,6 +145,10 @@ toolbarbutton[type="menu"] > .toolbarbutton-icon:not([src]) {
padding: 4px 0 6px 0;
}

#fbWindowButtons > toolbarbutton {
margin: 0;
}

/************************************************************************************************/

#fbPanelBar1-tabBoxBackground,
Expand Down

0 comments on commit d84a3ab

Please sign in to comment.