Bug 759803 - Remove padding and add side-splitters to common.css in Debugger; r=dcamp

This commit is contained in:
Rob Campbell 2012-05-30 10:00:00 -03:00
parent acd9429627
commit 9dfc7a9179
6 changed files with 38 additions and 6 deletions

View File

@ -118,7 +118,7 @@
margin: -4px;
}
/* Splitter */
/* Splitters */
.devtools-horizontal-splitter {
-moz-appearance: none;
@ -129,3 +129,14 @@
margin-bottom: -3px;
position: relative;
}
.devtools-side-splitter {
-moz-appearance: none;
border: 0;
-moz-border-start: 1px solid black;
min-width: 0;
width: 3px;
background-color: transparent;
-moz-margin-end: -3px;
position: relative;
}

View File

@ -13,7 +13,7 @@
*/
#dbg-content {
padding: 6px;
padding: 0;
}
/**

View File

@ -132,7 +132,7 @@
-moz-image-region: rect(0, 48px, 16px, 32px);
}
/* Splitter */
/* Splitters */
.devtools-horizontal-splitter {
-moz-appearance: none;
@ -144,3 +144,14 @@
margin-bottom: -3px;
position: relative;
}
.devtools-side-splitter {
-moz-appearance: none;
background-image: none;
border: 0;
-moz-border-start: 1px solid black;
min-width: 0;
width: 3px;
-moz-margin-end: -3px;
position: relative;
}

View File

@ -15,7 +15,7 @@
*/
#dbg-content {
padding: 6px;
padding: 0;
}
/**

View File

@ -140,7 +140,7 @@
-moz-image-region: rect(0, 48px, 16px, 32px);
}
/* Splitter */
/* Splitters */
.devtools-horizontal-splitter {
-moz-appearance: none;
@ -152,3 +152,13 @@
margin-bottom: -3px;
position: relative;
}
.devtools-side-splitter {
border: 0;
-moz-border-start: 1px solid #242b33;
min-width: 0;
width: 3px;
background-color: transparent;
-moz-margin-end: -3px;
position: relative;
}

View File

@ -13,7 +13,7 @@
*/
#dbg-content {
padding: 6px;
padding: 0;
}
/**