diff options
author | Artur Signell <artur@vaadin.com> | 2014-05-09 20:49:51 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-05-12 05:06:51 +0000 |
commit | e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da (patch) | |
tree | 4d228adf0f33d5a1150e9d8d8187dc602a1e8bb7 /WebContent/css | |
parent | 466883b2fadd48573efed255a2740df98850124e (diff) | |
download | vaadin-framework-e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da.tar.gz vaadin-framework-e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da.zip |
Show badges in release notes (#13612)
Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
Diffstat (limited to 'WebContent/css')
-rw-r--r-- | WebContent/css/styles.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/WebContent/css/styles.css b/WebContent/css/styles.css index 9a5ddc74c1..9bd03ae8bc 100644 --- a/WebContent/css/styles.css +++ b/WebContent/css/styles.css @@ -439,3 +439,37 @@ img { margin: 0em 2em .8em 2em; float: right; } + +span.fv { + padding: 2px 10px; + margin-right: 5px; + color: rgb(71,174,67); + font-weight: bold; +} +td.fv { + background-color: rgb(206,247,205); + text-align: center; + border-radius: 3px; + font-size: 12px; + line-height: 1; + font-weight: bold; +} +td.bfp { + text-align: center; + color: rgb(37,114,146); + border-radius: 3px; + + padding: 2px 10px; + margin-right: 5px; + background-color: rgb(216,245,255); + font-size: 12px; + line-height: 1; + font-weight: bold; +} +.ticket { + text-align: right; + padding-left: 5px; +} +.pad { + padding-left: 5px; +}
\ No newline at end of file |