| Index: gm/rebaseline_server/static/view.css
|
| diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/view.css
|
| index 0e8641246db5f96aa84cb0c4869608791d428959..ee9be3293b8b2e1370f6798f1be536b2bcf412f8 100644
|
| --- a/gm/rebaseline_server/static/view.css
|
| +++ b/gm/rebaseline_server/static/view.css
|
| @@ -68,3 +68,23 @@
|
| .image-link {
|
| text-decoration: none;
|
| }
|
| +
|
| +.results-header {
|
| + overflow: hidden;
|
| + padding: 10px;
|
| + background-color: #ccccff;
|
| +}
|
| +
|
| +.results-header-actions {
|
| + float: right;
|
| +}
|
| +
|
| +.sticky {
|
| + position: fixed;
|
| + top: 2px;
|
| + box-shadow: -2px 2px 5px 0 rgba(0,0,0,.45);
|
| + background: white;
|
| + right: 2px;
|
| + padding: 10px;
|
| + border: 2px solid #222;
|
| +}
|
|
|