diff options
| author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-02-06 21:42:29 +0300 | 
|---|---|---|
| committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-02-06 21:42:29 +0300 | 
| commit | d6a64db1ced3d3577886a7aec140a5174cbceb48 (patch) | |
| tree | 88a6535043547da7093c126df642770533a4ab71 /javascript/app/styles | |
| parent | b796d370c6b7ec7452a37440b089fd45853a47f4 (diff) | |
Add identifier search in all indexed packages
Diffstat (limited to 'javascript/app/styles')
| -rw-r--r-- | javascript/app/styles/app.scss | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/javascript/app/styles/app.scss b/javascript/app/styles/app.scss index bca1dce..a6e322e 100644 --- a/javascript/app/styles/app.scss +++ b/javascript/app/styles/app.scss @@ -135,6 +135,11 @@ li {      margin-top:20px;  } +.global-identifier-search-form { +    max-width:500px; +    margin-top:20px; +} +  .package-header-filename {          white-space: nowrap;  } @@ -530,6 +535,14 @@ button {      right:0px;  } +.global-search-results-content { +    position:absolute; +    top:80px; +    bottom:0px; +    left:0px; +    right:0px; +} +  .search-result {      padding:5px;  } @@ -557,6 +570,7 @@ button {  .identifier-menu-item {      margin-right:10px;  } +  .references-packages {      position:absolute;      width:230px;  | 
