From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- zend/demos/Zend/Gdata/3LeggedOAuth/style.css | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 zend/demos/Zend/Gdata/3LeggedOAuth/style.css (limited to 'zend/demos/Zend/Gdata/3LeggedOAuth/style.css') diff --git a/zend/demos/Zend/Gdata/3LeggedOAuth/style.css b/zend/demos/Zend/Gdata/3LeggedOAuth/style.css new file mode 100755 index 0000000..f572f60 --- /dev/null +++ b/zend/demos/Zend/Gdata/3LeggedOAuth/style.css @@ -0,0 +1,43 @@ +body { + font-family: Verdana, Arial, sans-serif; + font-size: 12px; +} +ul, ol { + padding: 0 0 0 15px; + margin: 0; +} +#logout { + text-align: right; +} +#token_info { + float: left; +} +#token { + margin-top: 12px; + padding: 10px 10px 10px 85px; + width: 500px; + border: 1px solid #ccc; + border-radius : 5px; + -moz-border-radius: 5px; + background-color: #eee; +} +#doclist, #spreadsheets { + float: left; + width: 450px; + margin-right: 10px; +} +#doclist .feed { + background: transparent url('doclist-72.png') no-repeat top right; +} +#spreadsheets .feed { + background: transparent url('data-api-72.png') no-repeat top right; +} +.feed { + border: 1px solid #ccc; + border-radius: 10px; + -moz-border-radius: 10px; + padding: 25px; +} +.feed h4 { + text-align: center; +} -- cgit v1.2.3