Bug 872058, revert the CSS changes, r=me

This commit is contained in:
Victor Porof 2013-05-16 20:33:52 +03:00
parent 2f820a15ad
commit a0c046e069
9 changed files with 6 additions and 12 deletions

View File

@ -18,7 +18,6 @@
.devtools-toolbar {
-moz-appearance: none;
min-height: 34px;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
@ -258,7 +257,6 @@
.devtools-sidebar-tabs > tabs > tab {
-moz-appearance: none;
min-height: 33px;
/* We want to match the height of a toolbar with a toolbarbutton
* First, we need to replicated the padding of toolbar (4px),
* then, the padding of the button itself from toolbarbutton.css (3px),

View File

@ -19,6 +19,7 @@
#requests-menu-toolbar {
padding: 0;
-moz-padding-start: 4px;
height: 32px;
}
.requests-menu-header:first-child {
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
/* Responsive sidebar */
@media (max-width: 700px) {
#requests-menu-toolbar {
min-height: 26px;
height: 26px;
}
.requests-menu-header-button {

View File

@ -396,7 +396,6 @@
}
.variables-view-scope > .title {
min-height: 20px !important;
color: #fff;
}

View File

@ -19,7 +19,6 @@
.devtools-toolbar {
-moz-appearance: none;
min-height: 34px;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
@ -270,7 +269,6 @@
.devtools-sidebar-tabs > tabs > tab {
-moz-appearance: none;
min-height: 33px;
/* We want to match the height of a toolbar with a toolbarbutton
* First, we need to replicated the padding of toolbar (4px),
* then, the padding of the button itself from toolbarbutton.css (3px),

View File

@ -19,6 +19,7 @@
#requests-menu-toolbar {
padding: 0;
-moz-padding-start: 4px;
height: 32px;
}
.requests-menu-header:first-child {
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
/* Responsive sidebar */
@media (max-width: 700px) {
#requests-menu-toolbar {
min-height: 24px;
height: 24px;
}
.requests-menu-header-button {

View File

@ -396,7 +396,6 @@
}
.variables-view-scope > .title {
min-height: 20px !important;
color: #fff;
}

View File

@ -17,7 +17,6 @@
.devtools-toolbar {
-moz-appearance: none;
min-height: 34px;
padding: 4px 3px;
color: hsl(210,30%,85%);
background-image: url(background-noise-toolbar.png), linear-gradient(#3e4750, #3e4750);
@ -278,7 +277,6 @@
.devtools-sidebar-tabs > tabs > tab {
-moz-appearance: none;
min-height: 33px;
/* We want to match the height of a toolbar with a toolbarbutton
* First, we need to replicated the padding of toolbar (4px),
* then, the padding of the button itself from toolbarbutton.css (3px),

View File

@ -19,6 +19,7 @@
#requests-menu-toolbar {
padding: 0;
-moz-padding-start: 4px;
height: 33px;
}
.requests-menu-header:first-child {
@ -366,7 +367,7 @@ box.requests-menu-status[code^="5"] {
/* Responsive sidebar */
@media (max-width: 700px) {
#requests-menu-toolbar {
min-height: 24px;
height: 24px;
}
.requests-menu-header-button {

View File

@ -399,7 +399,6 @@
}
.variables-view-scope > .title {
min-height: 20px !important;
color: #fff;
}