2010-03-23 00:01:53 +01:00
|
|
|
body {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2010-03-05 23:09:25 +01:00
|
|
|
#body {
|
2010-03-22 22:48:36 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2010-03-05 23:09:25 +01:00
|
|
|
}
|
|
|
|
|
2010-02-07 04:36:40 +01:00
|
|
|
#loading-message {
|
2010-01-26 06:17:14 +01:00
|
|
|
text-align: center;
|
2010-02-07 04:36:40 +01:00
|
|
|
font-size: 300%;
|
2010-04-14 07:14:33 +02:00
|
|
|
color: #aaa;
|
2010-03-22 22:48:36 +01:00
|
|
|
padding: 1in;
|
2010-02-07 04:36:40 +01:00
|
|
|
font-style: italic;
|
2010-01-26 08:57:11 +01:00
|
|
|
}
|
2010-03-22 22:48:36 +01:00
|
|
|
|
|
|
|
#footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
z-index: 1000;
|
2010-04-24 08:29:30 +02:00
|
|
|
padding: 0.4em 0em 0.5em 0em;
|
2010-03-23 22:24:44 +01:00
|
|
|
width: 100%;
|
2010-04-24 08:29:30 +02:00
|
|
|
background: #E8E8E8;
|
|
|
|
color: #666;
|
2010-03-23 22:24:44 +01:00
|
|
|
}
|
|
|
|
#footer a {
|
2010-05-05 01:15:42 +02:00
|
|
|
font-weight: bold;
|
2010-04-24 08:29:30 +02:00
|
|
|
color: #333;
|
2010-03-23 22:24:44 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#footer a:hover {
|
|
|
|
text-decoration: underline;
|
2010-03-22 22:48:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-bar-container {
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-panel {
|
|
|
|
position: fixed;
|
|
|
|
background: white;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2010-04-13 01:48:48 +02:00
|
|
|
.left-panel {
|
2010-03-22 22:48:36 +01:00
|
|
|
position: fixed;
|
|
|
|
background: white;
|
2010-04-17 01:38:49 +02:00
|
|
|
overflow: hidden;
|
2010-04-13 01:48:48 +02:00
|
|
|
padding: 0px;
|
2010-04-18 02:56:09 +02:00
|
|
|
font-size: 11px;
|
2010-04-13 01:48:48 +02:00
|
|
|
}
|
2010-04-19 01:05:56 +02:00
|
|
|
.left-panel .gridworks-tabs.ui-tabs .ui-tabs-panel {
|
2010-04-13 06:49:28 +02:00
|
|
|
padding: 7px;
|
2010-04-17 01:38:49 +02:00
|
|
|
overflow: hidden;
|
2010-04-13 01:48:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-panel {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.history-panel {
|
2010-03-22 22:48:36 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|