4 font-family: sans-serif;
12 text-decoration: none;
18 text-decoration: underline;
27 * Top and Bottom Navigation Boxes
31 background-color: #eee;
32 border: 1px solid #aaa;
52 font-family: sans-serif;
60 font-family: sans-serif;
68 font-family: sans-serif;
83 font-family: sans-serif;
91 font-family: sans-serif;
99 font-family: sans-serif;
109 .details-navigation a
116 border-collapse: collapse;
130 background-color: #ccc;
131 border: 1px solid #000;
140 background-color: #fff;
141 border: 1px dotted #aaa;
144 vertical-align: middle;
147 /* This is for the details column of the List View.
148 Note: Firefox, Chrome, and Safari only support the span and width
149 attributes of the col element.
151 table.data-list col.details
156 /* TODO: add 'table.data-list td.details' */
163 font-family: sans-serif;
166 background-color: #eee;
181 /* Overrides the table settings from the list view */
182 .group table.data-list
189 font-family: sans-serif;
199 margin-bottom: 0.8em;
200 border-bottom: 1px dashed #000;
209 margin-bottom: 0.6em;
215 margin-bottom: 0.8em;
221 margin-bottom: 0.8em;
227 padding-right: 0.5em;
234 padding-bottom: 0.5em;
240 button.details-navigation
246 * The Notebook in the Detail View.
250 margin-bottom: 0.8em;
253 .gwt-TabLayoutPanelContentContainer
256 border-bottom: 1px solid rgba(120, 120, 120, 0.2);
259 .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent
264 .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent .group-contents
269 /* The unselected tabs */
270 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab
272 background-color: #d4d4d4;
273 border-radius: 2px 2px 0 0;
275 border: 1px solid #aaa;
277 background: -moz-linear-gradient(center top, #d4d4d4 90%,#eeeeee 100%);
278 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.9, #d4d4d4),color-stop(1, #eeeeee));
282 /* The selected tab */
283 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected
285 background-color: #eee;
287 border: 1px solid #787878;
293 /* The selected inner tab */
294 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .gwt-TabLayoutPanelTabInner {
301 .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs
303 border-bottom: 1px solid #787878;
307 .gwt-TabLayoutPanel .firstTab {
308 /* Uncomment this line to remove the left margin from the first tab. */
309 /* margin-left: 0px; */
317 #documentSelectionPanel
319 border-color: #777777;
324 padding: 3em 0em 3em 3em;
330 font-family: sans-serif;
336 table.documentLinkTable td
338 padding-bottom: 0.25em;
345 font-family: sans-serif;