aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-02-25 10:37:35 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-02-25 11:32:54 +0100
commit5aaaf3103c4c921686663109350dcca052b2b582 (patch)
tree48e90443ed8a064381de16ef1c718ac70b0b2b5b /sonar-server/src/main/webapp/stylesheets
parentd857ae220406e301f7953601a28c25b5a2bdce00 (diff)
downloadsonarqube-5aaaf3103c4c921686663109350dcca052b2b582.tar.gz
sonarqube-5aaaf3103c4c921686663109350dcca052b2b582.zip
Some feedback on the issues page
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator.css3
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator/base.css3
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator/base.less3
-rw-r--r--sonar-server/src/main/webapp/stylesheets/select2-sonar.css2
-rw-r--r--sonar-server/src/main/webapp/stylesheets/select2-sonar.less2
-rwxr-xr-xsonar-server/src/main/webapp/stylesheets/select2.css2
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css9
7 files changed, 16 insertions, 8 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css
index 6cd6a7b994e..bacd395e248 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator.css
+++ b/sonar-server/src/main/webapp/stylesheets/navigator.css
@@ -276,6 +276,7 @@
}
.navigator-details .scm .author {
display: inline-block;
+ vertical-align: middle;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
@@ -312,7 +313,7 @@
background-color: #fff;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
- overflow: scroll;
+ overflow: hidden;
display: none;
}
.navigator-actions-order-choices > li {
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.css b/sonar-server/src/main/webapp/stylesheets/navigator/base.css
index c86ddfc501d..0a122c1b0e9 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator/base.css
+++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.css
@@ -276,6 +276,7 @@
}
.navigator-details .scm .author {
display: inline-block;
+ vertical-align: middle;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
@@ -312,7 +313,7 @@
background-color: #fff;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
- overflow: scroll;
+ overflow: hidden;
display: none;
}
.navigator-actions-order-choices > li {
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.less b/sonar-server/src/main/webapp/stylesheets/navigator/base.less
index 73623b8bdc9..e0a33b005df 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator/base.less
+++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.less
@@ -330,6 +330,7 @@
.scm .author {
display: inline-block;
+ vertical-align: middle;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
@@ -371,7 +372,7 @@
background-color: #fff;
border-bottom: 1px solid @navigatorBorderLightColor;
border-right: 1px solid @navigatorBorderLightColor;
- overflow: scroll;
+ overflow: hidden;
display: none;
& > li {
diff --git a/sonar-server/src/main/webapp/stylesheets/select2-sonar.css b/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
index 07019a04423..4f60dea2a4d 100644
--- a/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
+++ b/sonar-server/src/main/webapp/stylesheets/select2-sonar.css
@@ -142,7 +142,7 @@
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background-image: url('../images/spinner.gif');
}
-@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice div b {
diff --git a/sonar-server/src/main/webapp/stylesheets/select2-sonar.less b/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
index e37cd3f9014..fed92898f3d 100644
--- a/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
+++ b/sonar-server/src/main/webapp/stylesheets/select2-sonar.less
@@ -167,7 +167,7 @@
background-image: url(@spinnerPath);
}
-@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
+@media @retina {
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice div b {
diff --git a/sonar-server/src/main/webapp/stylesheets/select2.css b/sonar-server/src/main/webapp/stylesheets/select2.css
index 6451016022e..aae6c48ffea 100755
--- a/sonar-server/src/main/webapp/stylesheets/select2.css
+++ b/sonar-server/src/main/webapp/stylesheets/select2.css
@@ -523,7 +523,7 @@ disabled look for already selected choices in the results dropdown
/* Retina-ize icons */
-@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
background-image: url(select2x2.png) !important;
background-repeat: no-repeat !important;
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 31433be3918..0ee49feb93e 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -648,6 +648,10 @@ th.operations, td.operations {
white-space: nowrap;
}
+.sources2 tr:first-child td.revision {
+ border-top: none;
+}
+
.sources2 tr.row td.plus {
background-color: #EFEFEF;
padding: 0;
@@ -666,7 +670,6 @@ th.operations, td.operations {
}
.sources2 td.gray {
- border-left: 1px solid #DDD;
background-color: #EFEFEF;
padding: 2px 0.5em 0;
}
@@ -864,7 +867,9 @@ th.operations, td.operations {
padding: 5px 10px;
}
-.code-issue-form input[type=submit] {
+.code-issue-form input[type=submit],
+.code-issue-form input[type=button],
+.code-issue-form button {
vertical-align: middle;
}