Synchro Data Sources Implementation on going...

SVN:trunk[1096]
This commit is contained in:
Denis Flaven
2011-02-24 17:09:50 +00:00
parent 573712e9af
commit 20d0d33b60
3 changed files with 216 additions and 120 deletions

View File

@@ -919,4 +919,22 @@ span.form_validation {
}
.wiki_broken_link {
text-decoration: line-through;
}
}
.synoptics, .synoptics tr td {
background: transparent;
padding:10px;
font-size:1em;
vertical-align:middle;
color:#fff;
text-align:center;
}
.synoptics tr td.arrow {
color:#333;
border-top: 1px dashed #333;
width:100px;
}
.synoptics tr.synoptics_header td {
color:#000; font-size:1em;
vertical-align:middle;
text-align:center;
}