diff options
| author | Horus3 | 2014-02-24 16:42:14 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-24 16:42:14 +0100 |
| commit | 06f945f27840b53e57795dadbc38e76f7e11ab1c (patch) | |
| tree | 689d5c7f4ffa15460c7e90f47c6a7dd59ce4e8bd /zend/demos/Zend/Gdata/3LeggedOAuth/style.css | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/demos/Zend/Gdata/3LeggedOAuth/style.css')
| -rwxr-xr-x | zend/demos/Zend/Gdata/3LeggedOAuth/style.css | 43 |
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; +} |
