summaryrefslogtreecommitdiff
path: root/zend/demos/Zend/Gdata/3LeggedOAuth/style.css
diff options
context:
space:
mode:
authorHorus32014-02-24 16:42:14 +0100
committerHorus32014-02-24 16:42:14 +0100
commit06f945f27840b53e57795dadbc38e76f7e11ab1c (patch)
tree689d5c7f4ffa15460c7e90f47c6a7dd59ce4e8bd /zend/demos/Zend/Gdata/3LeggedOAuth/style.css
downloadrandom-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz
init
Diffstat (limited to 'zend/demos/Zend/Gdata/3LeggedOAuth/style.css')
-rwxr-xr-xzend/demos/Zend/Gdata/3LeggedOAuth/style.css43
1 files changed, 43 insertions, 0 deletions
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;
+}