2010-05-20 07:49:13 +02:00
|
|
|
.browsing-panel-modes {
|
2010-05-20 08:28:00 +02:00
|
|
|
padding-bottom: 0.5em;
|
2010-05-20 07:49:13 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.browsing-panel-modes .ui-button .ui-button-text {
|
|
|
|
line-height: 1.0;
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
.browsing-panel-modes .ui-button.ui-state-active .ui-button-text {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-03-23 19:53:29 +01:00
|
|
|
.browsing-panel-header {
|
2010-05-20 08:28:00 +02:00
|
|
|
padding-bottom: 0.5em;
|
2010-04-17 08:40:42 +02:00
|
|
|
position: relative;
|
2010-04-18 02:56:09 +02:00
|
|
|
display: none;
|
2010-03-02 23:32:52 +01:00
|
|
|
}
|
2010-03-23 19:53:29 +01:00
|
|
|
|
|
|
|
.browsing-panel-indicator {
|
2010-04-18 02:56:09 +02:00
|
|
|
visibility: hidden;
|
2010-04-17 08:40:42 +02:00
|
|
|
position: absolute;
|
2010-04-24 04:36:56 +02:00
|
|
|
width: 50%;
|
|
|
|
margin: 0px;
|
|
|
|
top: 0em;
|
|
|
|
left: 20%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 4px 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.browsing-panel-indicator img {
|
2010-05-05 01:15:42 +02:00
|
|
|
vertical-align: text-top;
|
2010-03-23 19:53:29 +01:00
|
|
|
}
|
2010-05-20 07:49:13 +02:00
|
|
|
|
2010-03-02 23:32:52 +01:00
|
|
|
.browsing-panel-controls {
|
2010-04-18 02:56:09 +02:00
|
|
|
visibility: hidden;
|
2010-03-02 23:32:52 +01:00
|
|
|
}
|
2010-04-18 02:56:09 +02:00
|
|
|
|
2010-04-13 09:52:01 +02:00
|
|
|
.browsing-panel-help {
|
2010-05-20 08:28:00 +02:00
|
|
|
margin-bottom: 1em;
|
2010-04-13 09:52:01 +02:00
|
|
|
padding: 10px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
}
|
|
|
|
.browsing-panel-help h1 {
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #888;
|
|
|
|
}
|
2010-03-02 23:32:52 +01:00
|
|
|
|
|
|
|
ul.facets-container {
|
2010-04-23 19:30:18 +02:00
|
|
|
margin: 0;
|
2010-04-24 02:44:33 +02:00
|
|
|
padding: 0;
|
|
|
|
padding-right: 2px;
|
|
|
|
overflow: auto;
|
2010-03-02 23:32:52 +01:00
|
|
|
}
|
2010-01-30 02:05:30 +01:00
|
|
|
|
2010-03-02 23:32:52 +01:00
|
|
|
li.facet-container {
|
|
|
|
display: block;
|
2010-01-30 02:05:30 +01:00
|
|
|
clear: both;
|
2010-03-02 23:32:52 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2010-05-20 08:28:00 +02:00
|
|
|
margin-bottom: 6px;
|
2010-03-02 23:32:52 +01:00
|
|
|
background: white;
|
2010-04-13 07:41:32 +02:00
|
|
|
border: 1px solid #bbb;
|
2010-04-13 06:49:28 +02:00
|
|
|
|
2010-04-13 07:41:32 +02:00
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
border-radius: 7px 7px;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.facet-title {
|
2010-03-16 02:46:32 +01:00
|
|
|
padding: 3px 5px;
|
2010-01-30 02:05:30 +01:00
|
|
|
font-weight: bold;
|
2010-03-02 23:32:52 +01:00
|
|
|
cursor: move;
|
2010-04-23 19:30:18 +02:00
|
|
|
border-bottom: 1px solid #ccc;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
2010-04-25 03:08:23 +02:00
|
|
|
a.facet-title-remove {
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
text-decoration: none;
|
|
|
|
background-image: url(../../images/close-map.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
a.facet-title-remove:hover {
|
|
|
|
background-position: -16px 0px;
|
|
|
|
}
|
|
|
|
|
2010-04-21 09:21:05 +02:00
|
|
|
.facet-expression {
|
|
|
|
padding: 3px 5px;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 11px;
|
|
|
|
background: #eee;
|
2010-04-24 08:47:03 +02:00
|
|
|
cursor: text;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2010-04-21 09:21:05 +02:00
|
|
|
}
|
2010-04-13 07:41:32 +02:00
|
|
|
|
|
|
|
.facet-status {
|
|
|
|
font-size: 90%;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
.facet-controls {
|
|
|
|
font-size: 90%;
|
2010-04-24 09:07:58 +02:00
|
|
|
padding: 4px 5px 4px 5px;
|
2010-04-13 07:41:32 +02:00
|
|
|
background: #F4F7FA;
|
2010-04-24 09:07:58 +02:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.facet-controls .ui-button-text {
|
2010-04-29 23:22:28 +02:00
|
|
|
padding: 0.1em 0.4em 0.2em;
|
2010-04-13 07:41:32 +02:00
|
|
|
}
|
|
|
|
|
2010-01-30 02:05:30 +01:00
|
|
|
.facet-body {
|
|
|
|
padding: 1px;
|
2010-02-02 02:36:02 +01:00
|
|
|
}
|
2010-03-12 21:08:50 +01:00
|
|
|
.facet-body-message {
|
|
|
|
margin: 1em;
|
2010-04-24 04:36:56 +02:00
|
|
|
color: #666;
|
|
|
|
text-align: center;
|
2010-03-12 21:08:50 +01:00
|
|
|
}
|
2010-04-24 02:44:33 +02:00
|
|
|
.facet-body.facet-body-scrollable {
|
2010-04-18 02:56:09 +02:00
|
|
|
height: 17em;
|
2010-04-24 02:44:33 +02:00
|
|
|
padding-bottom: 10px;
|
2010-04-25 03:08:23 +02:00
|
|
|
background: url(../../images/facet-resize-handle.png) center bottom no-repeat;
|
2010-04-24 02:44:33 +02:00
|
|
|
}
|
|
|
|
.facet-body.facet-body-scrollable .ui-resizable-s {
|
|
|
|
bottom: -5px;
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
.facet-body-scrollable .facet-body-inner {
|
|
|
|
height: 100%;
|
2010-01-30 02:05:30 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2010-05-24 21:04:55 +02:00
|
|
|
.facet-body-controls {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2010-04-13 07:41:32 +02:00
|
|
|
|
2010-01-30 02:05:30 +01:00
|
|
|
.facet-choice {
|
|
|
|
padding: 2px 5px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.facet-choice-selected .facet-choice-label {
|
|
|
|
font-weight: bold;
|
2010-04-24 08:29:30 +02:00
|
|
|
color: #ff6a00;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
2010-04-29 23:22:28 +02:00
|
|
|
.facet-mode-inverted .facet-choice-selected .facet-choice-label {
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.facet-choice-link.facet-mode-inverted {
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: black;
|
|
|
|
}
|
2010-01-30 02:05:30 +01:00
|
|
|
|
|
|
|
a.facet-choice-label {
|
2010-04-13 06:49:28 +02:00
|
|
|
margin-right: 0.25em;
|
2010-01-30 02:05:30 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #004;
|
|
|
|
}
|
|
|
|
a.facet-choice-label:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #66f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facet-choice-count {
|
|
|
|
color: #aaa;
|
2010-04-13 06:49:28 +02:00
|
|
|
font-size: 80%;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.facet-choice-link {
|
2010-04-13 06:49:28 +02:00
|
|
|
margin-left: 0.5em;
|
2010-01-30 02:05:30 +01:00
|
|
|
font-size: 80%;
|
|
|
|
float: right;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #aac;
|
|
|
|
}
|
|
|
|
a.facet-choice-link:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #88a;
|
|
|
|
}
|
2010-02-02 02:36:02 +01:00
|
|
|
|
2010-02-26 23:24:25 +01:00
|
|
|
img.facet-choice-link {
|
|
|
|
text-align: baseline;
|
|
|
|
cursor: pointer;
|
2010-03-18 01:35:34 +01:00
|
|
|
margin-left: 2px;
|
2010-02-26 23:24:25 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2010-02-02 02:36:02 +01:00
|
|
|
.facet-range-body {
|
2010-04-23 19:30:18 +02:00
|
|
|
padding: 10px 5px 0px 5px;
|
2010-02-03 01:20:42 +01:00
|
|
|
}
|
2010-03-12 21:08:50 +01:00
|
|
|
.facet-range-message {
|
|
|
|
margin: 1em;
|
|
|
|
color: #f88;
|
|
|
|
}
|
2010-02-03 01:20:42 +01:00
|
|
|
.facet-range-histogram {
|
2010-02-03 08:27:11 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2010-04-20 01:27:57 +02:00
|
|
|
.facet-range-slider {
|
|
|
|
margin: 0px;
|
2010-02-02 02:36:02 +01:00
|
|
|
}
|
2010-03-18 23:58:06 +01:00
|
|
|
|
2010-02-02 02:36:02 +01:00
|
|
|
.facet-range-status {
|
2010-04-20 01:27:57 +02:00
|
|
|
margin: 5px 0;
|
2010-02-02 02:36:02 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
2010-02-02 20:16:09 +01:00
|
|
|
|
2010-04-24 04:36:56 +02:00
|
|
|
.facet-range-choices {
|
2010-05-05 01:15:42 +02:00
|
|
|
margin-bottom: 0.8em;
|
2010-04-24 04:36:56 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2010-05-07 23:25:00 +02:00
|
|
|
.facet-range-choices .ui-button .ui-button-text {
|
2010-05-05 01:15:42 +02:00
|
|
|
line-height: 1;
|
|
|
|
padding: 0.1em 0.4em;
|
2010-05-07 23:25:00 +02:00
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
.facet-range-choices .ui-button.ui-state-active .ui-button-text {
|
|
|
|
text-decoration: none;
|
2010-04-24 04:36:56 +02:00
|
|
|
}
|
2010-02-02 20:16:09 +01:00
|
|
|
.facet-text-body {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2010-04-27 23:02:29 +02:00
|
|
|
|
|
|
|
.facet-scatterplot-plot-container {
|
2010-04-30 08:12:42 +02:00
|
|
|
margin: 5px 0px 5px 5px;
|
2010-04-27 23:02:29 +02:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
}
|
2010-05-05 01:15:42 +02:00
|
|
|
|
2010-04-27 23:02:29 +02:00
|
|
|
.facet-scatterplot-plot {
|
2010-04-17 08:19:47 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
2010-04-17 05:00:38 +02:00
|
|
|
.facet-scatterplot-image {
|
2010-04-17 08:19:47 +02:00
|
|
|
position: absolute;
|
2010-04-17 05:00:38 +02:00
|
|
|
}
|
2010-04-18 08:47:27 +02:00
|
|
|
|
|
|
|
.facet-scatterplot-body td {
|
2010-05-05 01:15:42 +02:00
|
|
|
vertical-align: middle;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.facet-scatterplot-selectors-container .scatterplot-selectors {
|
|
|
|
text-align: center;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.facet-scatterplot-selectors-container .scatterplot-export-plot {
|
|
|
|
font-size: 95%;
|
|
|
|
margin-top: 3em;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.facet-scatterplot-selectors-container .scatterplot-selectors .buttonset {
|
2010-04-18 08:47:27 +02:00
|
|
|
margin: 0.8em 0em;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .ui-button-text-only .ui-button-text {
|
|
|
|
font-size: 90%;
|
|
|
|
padding: 0.0em 0.4em 0.1em 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scatterplot-selectors .buttonset {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scatterplot-selectors .buttonset .ui-corner-top {
|
2010-05-05 01:15:42 +02:00
|
|
|
-moz-border-radius-topleft: 0.5em;
|
|
|
|
-webkit-border-top-left-radius: 0.5em;
|
|
|
|
border-top-left-radius: 0.5em;
|
|
|
|
-moz-border-radius-topright: 0.5em;
|
|
|
|
-webkit-border-top-right-radius: 0.5em;
|
|
|
|
border-top-right-radius: 0.5em;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .buttonset .ui-corner-bottom {
|
2010-05-05 01:15:42 +02:00
|
|
|
-moz-border-radius-bottomleft: 0.5em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.5em;
|
|
|
|
border-bottom-left-radius: 0.5em;
|
|
|
|
-moz-border-radius-bottomright: 0.5em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.5em;
|
|
|
|
border-bottom-right-radius: 0.5em;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .buttonset .ui-corner-right {
|
2010-04-18 08:47:27 +02:00
|
|
|
-moz-border-radius-topright: 0.5em;
|
|
|
|
-webkit-border-top-right-radius: 0.5em;
|
|
|
|
border-top-right-radius: 0.5em;
|
|
|
|
-moz-border-radius-bottomright: 0.5em;
|
|
|
|
-webkit-border-bottom-right-radius: 0.5em;
|
|
|
|
border-bottom-right-radius: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .buttonset .ui-corner-left {
|
2010-04-18 08:47:27 +02:00
|
|
|
-moz-border-radius-topleft: 0.5em;
|
|
|
|
-webkit-border-top-left-radius: 0.5em;
|
|
|
|
border-top-left-radius: 0.5em;
|
|
|
|
-moz-border-radius-bottomleft: 0.5em;
|
|
|
|
-webkit-border-bottom-left-radius: 0.5em;
|
|
|
|
border-bottom-left-radius: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-dim-selector label {
|
2010-04-18 08:47:27 +02:00
|
|
|
width: 32px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2010-05-07 01:20:51 +02:00
|
|
|
|
|
|
|
.scatterplot-selectors .scatterplot-rot-selector label {
|
2010-04-18 08:47:27 +02:00
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
|
|
|
background-image: url("../../images/scatterplot-icons.png");
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-rot-selector label.rot-ccw-label {
|
2010-05-05 01:15:42 +02:00
|
|
|
background-position: -5px -5px;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-rot-selector label.rot-none-label {
|
2010-04-18 08:47:27 +02:00
|
|
|
background-position: -28px -4px;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-rot-selector label.rot-cw-label {
|
2010-04-18 08:47:27 +02:00
|
|
|
background-position: -48px -3px;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-dot-selector label {
|
2010-04-18 08:47:27 +02:00
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
|
|
|
background-image: url("../../images/scatterplot-icons.png");
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-dot-selector label.dot-small-label {
|
2010-05-05 01:15:42 +02:00
|
|
|
background-position: -5px -25px;
|
2010-04-18 08:47:27 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-dot-selector label.dot-regular-label {
|
2010-04-18 08:47:27 +02:00
|
|
|
background-position: -27px -25px;
|
|
|
|
}
|
|
|
|
|
2010-05-07 01:20:51 +02:00
|
|
|
.scatterplot-selectors .scatterplot-dot-selector label.dot-big-label {
|
2010-04-18 08:47:27 +02:00
|
|
|
background-position: -48px -25px;
|
|
|
|
}
|