From 4c6d11e223580d9652dedf6a1d7de42be896fe1a Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 14 May 2012 17:05:35 +0200 Subject: move auth.css and remoteStorage-big.png to assets folders From where they can be included --- core/css/auth.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/css/auth.css (limited to 'core/css/auth.css') diff --git a/core/css/auth.css b/core/css/auth.css new file mode 100644 index 00000000000..2dedad5dd0f --- /dev/null +++ b/core/css/auth.css @@ -0,0 +1,8 @@ +h2 { font-size:2em; font-weight:bold; margin-bottom:1em; white-space:nowrap; } +ul.scopes { list-style:disc; } +ul.scopes li { white-space:nowrap; } +h2 img { width: 50% } +#oauth { margin:4em auto 2em; width:20em; } +#allow-auth { background-color:#5c3; text-shadow:#5e3 0 1px 0; color:#fff; +-webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; } +#deny-auth { padding:0; margin:.7em; border:0; background:none; font-size:1.2em; -moz-box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; -webkit-box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; } -- cgit v1.2.3