Add the ability to integrate your tracks installation as a Gmail Gadget. Code was contributed by GTDify.com. Thanks!

see http://www.getontracks.org/forums/viewthread/434/
This commit is contained in:
Reinier Balt 2009-08-04 09:54:45 +02:00
parent 2497ea9fea
commit 0272f812da
4 changed files with 117 additions and 78 deletions

View file

@ -1217,21 +1217,26 @@ button.positive, .widgets a.positive{
margin-top:15px;
margin-bottom:15px;
}
body.integrations h2 {
div.integrations h2 {
margin-top:40px;
padding-top:20px;
margin-bottom:10px;
border-top:1px solid #ccc;
}
body.integrations p, body.integrations li {
div.integrations p, div.integrations li {
font-size:1.0em;
}
body.integrations li {
div.integrations pre {
font-size:1.1em;
}
div.integrations li {
list-style-type: disc;
list-style-position: inside;
margin-left:30px;
}
body.integrations textarea {
div.integrations textarea {
margin:10px;
padding:3px;
width:80%;