aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/system/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/styles.css')
-rw-r--r--server/sonar-web/src/main/js/apps/system/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/styles.css b/server/sonar-web/src/main/js/apps/system/styles.css
index 66563a4b032..6c266bec872 100644
--- a/server/sonar-web/src/main/js/apps/system/styles.css
+++ b/server/sonar-web/src/main/js/apps/system/styles.css
@@ -61,3 +61,17 @@
overflow: hidden;
text-overflow: ellipsis;
}
+
+.system-upgrade-version {
+ padding: 8px;
+}
+
+.system-upgrade-version ~ .system-upgrade-version {
+ margin-top: 10px;
+ padding-top: 18px;
+ border-top: solid 1px #e6e6e6;
+}
+
+.system-upgrade-intermediate {
+ padding: 6px 10px;
+}