Skip to content

Commit

Permalink
Some style refinement for issue 2916
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed May 11, 2012
1 parent dca4f31 commit db8e8c2
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions extension/skin/classic/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
text-decoration: line-through;
}

.computedStyleTable {
.computedStyleTable,
.matchedSelectorsTable {
width: 100%;
border-spacing: 0;
}

.computedStylesGroup > .computedStyleTable {
Expand All @@ -79,6 +81,10 @@
cursor: pointer;
}

.computedStyle.hasSelectors > .stylePropName {
background-position: 4px 4px !important;
}

.computedStylesGroup > .cssComputedHeader {
margin: 0;
}
Expand All @@ -88,7 +94,7 @@
}

.cssComputedHeader > .twisty {
background-position: 4px 3px !important;
background-position: 4px 4px !important;
}

.cssInheritLabel,
Expand All @@ -101,10 +107,18 @@
margin-left: 14px;
}

.computedStyleRow:not(:last-child) > td {
.computedStyle:not(:nth-last-child(2)) > td,
.computedStyle:nth-last-child(2).opened > td,
.computedStyle:not(:nth-last-child(2)) + .matchedSelectors .styleSelector > td,
.computedStyle:nth-last-child(2) + .matchedSelectors .styleSelector:not(:last-child) > td {
border-bottom: 1px solid #EFEFEF;
}

.computedStyleRow > td {
padding-top: 2px;
padding-bottom: 2px;
}

.computedStyleRow > td:first-child {
width: 160px;
}
Expand All @@ -118,18 +132,6 @@
padding: 0 4px 0 18px;
}

.stylePropName > .twisty {
display: block;
position: relative;
float: left;
background-position: 2px 1px;
margin-right: 4px;
}

.matchedSelectorsTable {
width: 100%;
}

.styleSelector > td:first-child {
width: 160px;
}
Expand Down

0 comments on commit db8e8c2

Please sign in to comment.