From 615a21e7bcc4b21d8effcd6e03020463816782d2 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sun, 13 Jan 2013 12:42:57 +1100 Subject: [PATCH] Give modal demo button padding --- docs/css/docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/css/docs.css b/docs/css/docs.css index 5d20464..69f046a 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -651,7 +651,8 @@ h6 { /* Modal example */ .iphone .iphone-content .modal { position: absolute; } .iphone .iphone-content .modal .content { margin-top: 44px; } -.iphone .iphone-content #myModal.active { background: #cecece; } +#myModal.active { background: #cecece; } +#modalsInPhone #iwindow > .button { margin: 10px; }; /* Gives the button some room so it isn't right up against the edge of the iPhone */ /* Slider examples */ .component-example-fullbleed .slider, -- 2.39.2