harmonized tooltip and popover display

pull/68/head
Mokaddem 2016-08-23 11:20:48 +02:00
parent 8c956c22b1
commit 9f2d672ec8
2 changed files with 7 additions and 2 deletions

View File

@ -23,12 +23,11 @@
.tooltip-inner { .tooltip-inner {
text-align: left; text-align: left;
height: 200%; height: 200%;
width: 200%;
max-width: 500px; max-width: 500px;
max-height: 500px; max-height: 500px;
font-size: 13px; font-size: 13px;
} }
xmp { pre {
white-space:pre-wrap; white-space:pre-wrap;
word-wrap:break-word; word-wrap:break-word;
} }

View File

@ -26,9 +26,15 @@
padding-left:0; padding-left:0;
list-style:none list-style:none
} }
.btn-link { .btn-link {
color: #000000 color: #000000
} }
.popover-content {
white-space:pre-wrap;
word-wrap:break-word;
}
</style> </style>
</head> </head>
<body> <body>