From 5a90c646bdebdb33e28e0e61ec6833761e3acd76 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 18 Jun 2013 20:38:17 -0700 Subject: [PATCH] updated bootstrap to v2.3.2 --- UI/.idea/dictionaries/Keivan_Beigi.xml | 1 + UI/Content/Bootstrap/bootstrap.less | 2 +- UI/Content/Bootstrap/dropdowns.less | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/UI/.idea/dictionaries/Keivan_Beigi.xml b/UI/.idea/dictionaries/Keivan_Beigi.xml index bedc2ddab..42d1a915f 100644 --- a/UI/.idea/dictionaries/Keivan_Beigi.xml +++ b/UI/.idea/dictionaries/Keivan_Beigi.xml @@ -1,6 +1,7 @@ + backgrid bnzbd clickable mouseenter diff --git a/UI/Content/Bootstrap/bootstrap.less b/UI/Content/Bootstrap/bootstrap.less index 6eddc678a..d2d46584b 100644 --- a/UI/Content/Bootstrap/bootstrap.less +++ b/UI/Content/Bootstrap/bootstrap.less @@ -1,5 +1,5 @@ /*! - * Bootstrap v2.3.0 + * Bootstrap v2.3.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 diff --git a/UI/Content/Bootstrap/dropdowns.less b/UI/Content/Bootstrap/dropdowns.less index bbfe3fd3e..9e47b4715 100644 --- a/UI/Content/Bootstrap/dropdowns.less +++ b/UI/Content/Bootstrap/dropdowns.less @@ -135,6 +135,17 @@ } } +// Backdrop to catch body clicks on mobile, etc. +// --------------------------- +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: @zindexDropdown - 10; +} + // Right aligned dropdowns // --------------------------- .pull-right > .dropdown-menu {