From 37eec81f26965cfca7f607e8f9fbbf4bd1b57af2 Mon Sep 17 00:00:00 2001 From: abhinav Date: Wed, 21 Aug 2013 18:50:49 +0530 Subject: [PATCH] removed the durandal.css style sheet altogether --- .../durandal/css/durandal.css | 49 ------------------- labs/dependency-examples/durandal/index.html | 1 - 2 files changed, 50 deletions(-) delete mode 100644 labs/dependency-examples/durandal/css/durandal.css diff --git a/labs/dependency-examples/durandal/css/durandal.css b/labs/dependency-examples/durandal/css/durandal.css deleted file mode 100644 index 7b87629686..0000000000 --- a/labs/dependency-examples/durandal/css/durandal.css +++ /dev/null @@ -1,49 +0,0 @@ -.modalBlockout { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - background: black; - opacity: 0; - - pointer-events: auto; - - -webkit-backface-visibility: hidden; - - -webkit-transition: opacity 0.1s linear; - -moz-transition: opacity 0.1s linear; - -o-transition: opacity 0.1s linear; - transition: opacity 0.1s linear; -} - -.modalHost { - top: 50%; - left: 50%; - position: fixed; - opacity: 0; - - -webkit-backface-visibility: hidden; - - -webkit-transition: opacity 0.1s linear; - -moz-transition: opacity 0.1s linear; - -o-transition: opacity 0.1s linear; - transition: opacity 0.1s linear; -} - -.messageBox { - background-color: white; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.3); - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - outline: none; - -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - min-width: 300px; -} \ No newline at end of file diff --git a/labs/dependency-examples/durandal/index.html b/labs/dependency-examples/durandal/index.html index 5c48c1b0f6..bbbeaee7bc 100644 --- a/labs/dependency-examples/durandal/index.html +++ b/labs/dependency-examples/durandal/index.html @@ -5,7 +5,6 @@ Durandal • TodoMVC -