2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

quick stab at fixing modal placement on 480px and down

This commit is contained in:
Mark Otto
2012-01-07 03:58:48 -08:00
parent 33dad13014
commit 2540caeddd
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Jan 7 03:52:42 PST 2012
* Date: Sat Jan 7 03:57:28 PST 2012
*/
html, body {
margin: 0;
@@ -2962,6 +2962,9 @@ a.thumbnail:hover {
width: auto;
margin: 0;
}
.modal.fade.in {
top: auto;
}
.horizontal-form .control-group > label {
float: none;
width: auto;