diff options
author | Anton McConville <antonm@ca.ibm.com> | 2015-05-19 11:21:31 -0400 |
---|---|---|
committer | Anton McConville <antonm@ca.ibm.com> | 2015-05-19 11:21:31 -0400 |
commit | c021ccc3cc7ba30a6b068a858a80f5872616f321 (patch) | |
tree | 4c3318778e4059fccd551b44fbbf4cf12c4b298d | |
parent | 17041030dd05d7bc99371f311b03f201bda70aa3 (diff) | |
download | org.eclipse.orion.client-origin/emoffatt/UpdatedHeaderSearch.zip org.eclipse.orion.client-origin/emoffatt/UpdatedHeaderSearch.tar.gz org.eclipse.orion.client-origin/emoffatt/UpdatedHeaderSearch.tar.bz2 |
More style tweaks for header searchorigin/emoffatt/UpdatedHeaderSearch
3 files changed, 12 insertions, 13 deletions
diff --git a/bundles/org.eclipse.orion.client.ui/web/css/layout.css b/bundles/org.eclipse.orion.client.ui/web/css/layout.css index 60a6902..607f0c4 100644 --- a/bundles/org.eclipse.orion.client.ui/web/css/layout.css +++ b/bundles/org.eclipse.orion.client.ui/web/css/layout.css @@ -424,20 +424,21 @@ hard-coded numbers elsewhere. font-size: 9pt;
margin-left: 0;
line-height: 14pt;
+ outline: 0px solid rgba(0, 0, 0, 0);
}
.editorHeaderSearchResults {
background-color: #E4EEF7;
- border: #C0E6FF solid 1px;
- position: absolute;
- width: calc(100% - 20px);
- left: 10px;
- overflow-y: scroll;
- max-height: 350px;
- min-width: 350px;
- top: 20px;
- z-index: 105;
- line-height: normal;
+ border: #E4EEF7 solid 1px;
+ position: absolute;
+ width: 100%;
+ left: 0;
+ overflow-y: scroll;
+ max-height: 350px;
+ min-width: 350px;
+ top: 26px;
+ z-index: 105;
+ line-height: normal;
}
.editorViewerContent {
diff --git a/bundles/org.eclipse.orion.client.ui/web/mixloginstatic/stylesheets/login.css b/bundles/org.eclipse.orion.client.ui/web/mixloginstatic/stylesheets/login.css index 1305870..8af7d4a 100644 --- a/bundles/org.eclipse.orion.client.ui/web/mixloginstatic/stylesheets/login.css +++ b/bundles/org.eclipse.orion.client.ui/web/mixloginstatic/stylesheets/login.css @@ -223,8 +223,6 @@ input::-ms-reveal { -ms-flex-item-align: auto;
-webkit-align-self: auto;
align-self: auto;
- box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
- background: linear-gradient(to right, #FFF 0%, #FFF 47%, #F7F7F7 50%);
}
.buffer-space{
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js index eb6b453..de573f0 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/edit/nls/root/messages.js @@ -89,7 +89,7 @@ define({//Default message bundle "showProblems": "Show problems...", //$NON-NLS-1$ //$NON-NLS-0$
"showTooltip": "Show Tooltip", //$NON-NLS-1$ //$NON-NLS-0$
"ChangeFilePrompt": "- click to search for other files", //$NON-NLS-1$ //$NON-NLS-0$
- "ChangeFileInputPrompt": "? = any character, * = any string [ secondary filter]", //$NON-NLS-1$ //$NON-NLS-0$
+ "ChangeFileInputPrompt": "? = any character, * = any string [ secondary filter ]", //$NON-NLS-1$ //$NON-NLS-0$
"showTooltipTooltip": "Shows the tooltip immediately based on the caret position", //$NON-NLS-1$ //$NON-NLS-0$
"emptyDeploymentInfoMessage": "Use the Launch Configurations dropdown to deploy this project" //$NON-NLS-1$ //$NON-NLS-0$
});
|