mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-08 05:32:37 +01:00
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:
parent
2497ea9fea
commit
0272f812da
4 changed files with 117 additions and 78 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue