4 font-family: sans-serif;
12 text-decoration: none;
18 text-decoration: underline;
22 * Top and Bottom Navigation Boxes
26 background-color: #eee;
27 border: 1px solid #aaa;
53 font-family: sans-serif;
70 border-collapse: collapse;
84 background-color: #ccc;
85 border: 1px solid #000;
94 background-color: #fff;
95 border: 1px dotted #aaa;
98 vertical-align: middle;
101 /* This is for the details column of the List View.
102 Note: Firefox, Chrome, and Safari only support the span and width
103 attributes of the col element.
105 table.data-list col.details
110 /* TODO: add 'table.data-list td.details' */
117 font-family: sans-serif;
120 background-color: #eee;
135 /* Overrides the table settings from the list view */
136 .group table.data-list
143 font-family: sans-serif;
153 margin-bottom: 0.8em;
154 border-bottom: 1px dashed #000;
163 margin-bottom: 0.6em;
169 margin-bottom: 0.8em;
175 margin-bottom: 0.8em;
192 button.details-navigation
198 * The Notebook in the Detail View.
202 margin-bottom: 0.8em;
205 .gwt-TabLayoutPanelContentContainer
209 border-width: 2px 1px 1px;
213 .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent
218 .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent .group-contents
223 /* The unselected tabs */
224 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab
226 background-color: #aaa;
227 border-radius: 3px 3px 0 0;
230 /* The selected tab */
231 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected
233 background-color: #ccc;
237 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs