Chromium Code Reviews| Index: Source/devtools/front_end/documentationView.css |
| diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css |
| index 3b5efb626ef67348152f4c45862572f720be461d..f6ee6db69e1ba91a01b2805b078874c0204187a3 100644 |
| --- a/Source/devtools/front_end/documentationView.css |
| +++ b/Source/devtools/front_end/documentationView.css |
| @@ -98,3 +98,21 @@ a.documentation-example-link { |
| border-radius: 5px; |
| } |
| +.documentation-not-found { |
| + position: absolute; |
| + top: 0; |
| + bottom: 25%; |
| + left: 0; |
| + right: 0; |
| + font-size: 24px; |
| + color: rgb(75%, 75%, 75%); |
|
lushnikov
2014/09/03 15:06:39
lets use integers instead of percentage
|
| + margin-top: auto; |
| + margin-bottom: auto; |
| + height: 50px; |
| + line-height: 26px; |
| + text-align: center; |
| + font-weight: bold; |
| + padding: 10px; |
| + white-space: pre-wrap; |
|
lushnikov
2014/09/03 15:06:39
wait.. do we need all these styles?..
|
| +} |
| + |