Index: trunk/extensions/VisualEditor/demo/images/toolbar-shadow.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/VisualEditor/demo/es.css |
— | — | @@ -18,12 +18,13 @@ |
19 | 19 | -o-border-radius: 0.5em; |
20 | 20 | border-radius: 0.5em; |
21 | 21 | } |
22 | | -#es-toolbar, |
23 | 22 | #es-panes { |
24 | 23 | border: solid 1px #dddddd; |
| 24 | + border-top: none; |
25 | 25 | } |
26 | 26 | #es-toolbar { |
27 | | - border-bottom: none; |
| 27 | + border: solid 1px #dddddd; |
| 28 | + position: relative; |
28 | 29 | -webkit-border-top-right-radius: 0.25em; |
29 | 30 | -moz-border-top-right-radius: 0.25em; |
30 | 31 | -o-border-top-right-radius: 0.25em; |
— | — | @@ -57,13 +58,18 @@ |
58 | 59 | background-position: top left; |
59 | 60 | background-repeat: repeat-x; |
60 | 61 | position: absolute; |
61 | | - bottom: -8px; |
62 | | - height: 8px; |
| 62 | + bottom: -10px; |
| 63 | + height: 9px; |
63 | 64 | width: 100%; |
64 | | - display: none; |
| 65 | + pointer-events: none; |
| 66 | + -webkit-transition: opacity 500ms ease-in-out; |
| 67 | + -moz-transition: opacity 500ms ease-in-out; |
| 68 | + -o-transition: opacity 500ms ease-in-out; |
| 69 | + transition: opacity 500ms ease-in-out; |
| 70 | + opacity: 0.125; |
65 | 71 | } |
66 | 72 | #es-toolbar.float #es-toolbar-shadow { |
67 | | - display: block; |
| 73 | + opacity: 0.5; |
68 | 74 | } |
69 | 75 | .es-showData #es-visual, |
70 | 76 | .es-showData #es-previews { |