aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/bootstrap-tooltip.css
diff options
context:
space:
mode:
authorGuillaume Gautreau <[email protected]>2013-01-26 21:39:05 +0100
committerGuillaume Gautreau <[email protected]>2013-01-26 21:39:05 +0100
commitdb9ec13ce4088fc13a7ef7b07662317ea2c435c8 (patch)
tree06597587b709048d3eb454026ca8a6b1827a954d /js/tests/unit/bootstrap-tooltip.css
parente5be883bb9a5a9e4eb90df7f3d2e24237a3e010a (diff)
downloadbootstrap-db9ec13ce4088fc13a7ef7b07662317ea2c435c8.tar.xz
bootstrap-db9ec13ce4088fc13a7ef7b07662317ea2c435c8.zip
Test for replacing tooltip when resized
Diffstat (limited to 'js/tests/unit/bootstrap-tooltip.css')
-rw-r--r--js/tests/unit/bootstrap-tooltip.css13
1 files changed, 13 insertions, 0 deletions
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