From db9ec13ce4088fc13a7ef7b07662317ea2c435c8 Mon Sep 17 00:00:00 2001 From: Guillaume Gautreau Date: Sat, 26 Jan 2013 21:39:05 +0100 Subject: Test for replacing tooltip when resized --- js/tests/unit/bootstrap-tooltip.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 js/tests/unit/bootstrap-tooltip.css (limited to 'js/tests/unit/bootstrap-tooltip.css') diff --git a/js/tests/unit/bootstrap-tooltip.css b/js/tests/unit/bootstrap-tooltip.css new file mode 100644 index 000000000..8614e60d7 --- /dev/null +++ b/js/tests/unit/bootstrap-tooltip.css @@ -0,0 +1,13 @@ + + +.tooltip{ + position: absolute; +} + +.tooltip-inner{ + max-width: 200px; +} + +.tooltip.top .tooltip-arrow{ + position: absolute; +} \ No newline at end of file -- cgit v1.2.3