diff options
Diffstat (limited to 'subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/style.css')
-rw-r--r-- | subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/style.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/style.css b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/style.css new file mode 100644 index 00000000000..a3215e49890 --- /dev/null +++ b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/style.css @@ -0,0 +1,29 @@ +body { + font-family: Verdana,arial,sans-serif; + font-size: 9pt; +} +a { + color: #036; +} +table { + border-collapse: collapse; + width: 100%; +} +table td { + border: 1px #CCC solid; + padding: 3px; + font-size: 9pt; +} +th { + text-align: left; +} +.button { + background: #3C78B5; + text-align: center; + border-radius: 3px; + display: block; + padding: 5px; + cursor: pointer; + margin: 5px; + color: white; +} |