aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/security-hotspots/styles.css
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2020-02-11 18:49:50 +0100
committerSonarTech <sonartech@sonarsource.com>2020-02-21 20:46:19 +0100
commit9e025bf15700eff81e11cb00bcf5e9650f765ee9 (patch)
treea4e482db7368c393f732ca0829cdd8450f19f3ab /server/sonar-web/src/main/js/apps/security-hotspots/styles.css
parent92bdc9faf99a89c0c70945198045b1de81db2ed7 (diff)
downloadsonarqube-9e025bf15700eff81e11cb00bcf5e9650f765ee9.tar.gz
sonarqube-9e025bf15700eff81e11cb00bcf5e9650f765ee9.zip
SONAR-12719 Move the status edition popup in hotspot main screen
Diffstat (limited to 'server/sonar-web/src/main/js/apps/security-hotspots/styles.css')
-rw-r--r--server/sonar-web/src/main/js/apps/security-hotspots/styles.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/styles.css b/server/sonar-web/src/main/js/apps/security-hotspots/styles.css
index 9a327c158d7..f95c95b6331 100644
--- a/server/sonar-web/src/main/js/apps/security-hotspots/styles.css
+++ b/server/sonar-web/src/main/js/apps/security-hotspots/styles.css
@@ -51,10 +51,3 @@
overflow-y: auto;
background-color: white;
}
-
-/*
-* Align description with label by offsetting by width of radio + margin
-*/
-#security_hotspots .radio-button-description {
- margin-left: 23px;
-}