Checkpoint.
* Got fonts working cross platform by only using SVG. This will change
with the new webkit engine when Tide 1.4 is released.
* Use the Tide API accessors for cross-window data.
* Make the ThingFish server object an observable, so models and their
URI bases can be changed easily.
* Add options for saving window state and position.
* Contextual menu updates/tests for later.
#sections {
text-align: center;
padding-left: 0px !important; /* override tide default style */
}
#sections .icon {
display: inline-block;
padding: 4px 10px;
font-size: 3em;
}
#sections li {
display: inline;
list-style-type: none;
}
#sections li a {
text-shadow: 2px 2px 1px #000;
}
#sections li a:active {
cursor: pointer;
text-shadow: none;
position: relative;
top: 1px;
left: 1px;
}
#test .info {
font-size: 0.8em;
}
input[type="text"] {
width: 100%;
}
fieldset div {
text-align: right;
padding: 5px;
}
table {
text-align: right;
font-size: 0.8em;
}
.desc {
width: 100%;
padding-right: 10px;
}
.selected {
border-bottom: 4px solid #444;
}