Bug 1030048 - Fix some Windows styling issues in WebIDE. r=paul

This commit is contained in:
Tim Nguyen 2014-06-25 09:29:00 -04:00
parent 9fa64c649c
commit 0b97a3e106
2 changed files with 6 additions and 2 deletions

View File

@ -5,8 +5,7 @@
body {
margin: 0;
background-color: white;
font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif;
font-size: 12px;
font: message-box;
}
.hidden {
@ -30,6 +29,7 @@ h1, h3, p {
border-style: solid;
margin: 0;
padding: 0 12px;
font-family: inherit;
font-weight: bold;
height: 24px;
}

View File

@ -34,7 +34,10 @@ window:not(.busy) #action-busy {
/* Panel buttons */
.panel-button {
-moz-appearance: none;
-moz-box-align: center;
border-width: 0;
background: none;
}
.panel-button-anchor {
@ -123,6 +126,7 @@ panel > .panel-arrowcontainer > .panel-arrowcontent {
padding: 3px 12px;
margin: 0;
-moz-appearance: none;
border-width: 0;
}
.panel-item-help {