summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/static/css
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-08-22 14:13:52 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 14:13:52 +0000
commit1749ab62c28b58b4838cb549614e212896c3e752 (patch)
tree39e06062dcb9b1ff2a2599e25cd1da820c4fc931 /tools/pharos-dashboard/static/css
parentc4f071a386659ea408c411fd97de80c97da049fa (diff)
parentebaa05ab2b53634a7a3e738618a031fd1518d796 (diff)
Merge "Use Jira Oauth for user authentication"
Diffstat (limited to 'tools/pharos-dashboard/static/css')
-rw-r--r--tools/pharos-dashboard/static/css/theme.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/pharos-dashboard/static/css/theme.css b/tools/pharos-dashboard/static/css/theme.css
index 4cec341d..bd156372 100644
--- a/tools/pharos-dashboard/static/css/theme.css
+++ b/tools/pharos-dashboard/static/css/theme.css
@@ -1,7 +1,13 @@
.blink_me {
- animation: blinker 1.5s linear infinite;
+ animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
- 20% { opacity: 0.4; }
+ 20% {
+ opacity: 0.4;
+ }
+}
+
+.modal p {
+ word-wrap: break-word;
} \ No newline at end of file