diff options
Diffstat (limited to 'js/panels/css-panel/css-style.reel/css-style.css')
-rw-r--r-- | js/panels/css-panel/css-style.reel/css-style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.css b/js/panels/css-panel/css-style.reel/css-style.css index d6ca76d1..928c2a33 100644 --- a/js/panels/css-panel/css-style.reel/css-style.css +++ b/js/panels/css-panel/css-style.reel/css-style.css | |||
@@ -138,6 +138,15 @@ POSSIBILITY OF SUCH DAMAGE. | |||
138 | .style-item .hintable-hint { | 138 | .style-item .hintable-hint { |
139 | color: #bdbdbd; | 139 | color: #bdbdbd; |
140 | } | 140 | } |
141 | .edit-value { | ||
142 | white-space: normal; | ||
143 | } | ||
144 | .edit-value dt { | ||
145 | margin-right: -7px; | ||
146 | } | ||
147 | .edit-value dd { | ||
148 | margin-left: 7px; | ||
149 | } | ||
141 | 150 | ||
142 | /* ------------------------ | 151 | /* ------------------------ |
143 | Empty Style (Add Style) | 152 | Empty Style (Add Style) |