From: Stas Vilchik Date: Tue, 13 Sep 2016 08:48:08 +0000 (+0200) Subject: improve styles of encrypted value and server id inputs X-Git-Tag: 6.1-RC1~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=819f9d431e2a00a1050473eb04319b6e47e1c73a;p=sonarqube.git improve styles of encrypted value and server id inputs --- diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js index f07e5cd601e..b983d25ef4a 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js @@ -62,7 +62,7 @@ export default class EncryptionForm extends React.Component { Encrypted Value:{' '} diff --git a/server/sonar-web/src/main/js/apps/settings/serverId/ServerIdApp.js b/server/sonar-web/src/main/js/apps/settings/serverId/ServerIdApp.js index afeeca6c566..db845226e90 100644 --- a/server/sonar-web/src/main/js/apps/settings/serverId/ServerIdApp.js +++ b/server/sonar-web/src/main/js/apps/settings/serverId/ServerIdApp.js @@ -86,7 +86,7 @@ export default class ServerIdApp extends React.Component { Server ID: diff --git a/server/sonar-web/src/main/less/init/forms.less b/server/sonar-web/src/main/less/init/forms.less index 384455b0b98..e67f6f56c12 100644 --- a/server/sonar-web/src/main/less/init/forms.less +++ b/server/sonar-web/src/main/less/init/forms.less @@ -254,6 +254,17 @@ textarea.input-super-large { min-width: 300px; } +.input-clear { + padding: 0 !important; + border: none !important; + background-color: transparent !important; +} + +.input-code { + font-family: @monoFontFamily; + font-size: @monoFontSize; +} + em.mandatory { color: #990000; font-style: italic;