aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2013-11-29 12:58:22 +0600
committerStas Vilchik <vilchiks@gmail.com>2013-11-29 13:30:17 +0600
commitaa48b61a3f5436f587c7cd1bd0ff2cfc80177b36 (patch)
treec2cd8466b4e2181e58ed96f1df0a3df4d65505f3
parenta551380f3e26ddbbe78d93efd5ad298e4a00d0ab (diff)
downloadsonarqube-aa48b61a3f5436f587c7cd1bd0ff2cfc80177b36.tar.gz
sonarqube-aa48b61a3f5436f587c7cd1bd0ff2cfc80177b36.zip
SONAR-4802 Left align "Sort by" list in Quality Profiles
-rw-r--r--sonar-server/src/main/webapp/stylesheets/select2-sonar.css1
-rw-r--r--sonar-server/src/main/webapp/stylesheets/select2-sonar.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/select2-sonar.css b/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
index 32e53737aac..bf9ee365671 100644
--- a/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
+++ b/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
@@ -10,6 +10,7 @@
border-color: #cdcdcd;
border-radius: 0;
background: #fff;
+ text-align: left;
}
.select2-container .select2-choice div {
width: 19px;
diff --git a/sonar-server/src/main/webapp/stylesheets/select2-sonar.less b/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
index a3c5f44c6b0..a7dc806161f 100644
--- a/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
+++ b/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
@@ -12,6 +12,7 @@
border-color: @darkGrey;
border-radius: 0;
background: #fff;
+ text-align: left;
}
.select2-container .select2-choice div {