detab + dedos for css files (no functional changes)
git-svn-id: http://google-refine.googlecode.com/svn/trunk@591 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
641f99fc0f
commit
3f1e6180c9
@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.imgareaselect-border1 {
|
.imgareaselect-border1 {
|
||||||
border: 1px solid #ff6a00;
|
border: 1px solid #ff6a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgareaselect-border2 {
|
.imgareaselect-border2 {
|
||||||
|
@ -169,7 +169,7 @@ img {
|
|||||||
|
|
||||||
#path a.permalink {
|
#path a.permalink {
|
||||||
padding: 18px 20px 20px 10px;
|
padding: 18px 20px 20px 10px;
|
||||||
color: #ff6a00;
|
color: #ff6a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
@ -1,84 +1,84 @@
|
|||||||
.clustering-dialog-table-container {
|
.clustering-dialog-table-container {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table {
|
table.clustering-dialog-entry-table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table > tbody > tr.header {
|
table.clustering-dialog-entry-table > tbody > tr.header {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table > tbody > tr > td {
|
table.clustering-dialog-entry-table > tbody > tr > td {
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table > tbody > tr.odd > td {
|
table.clustering-dialog-entry-table > tbody > tr.odd > td {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table > tbody > tr.even > td {
|
table.clustering-dialog-entry-table > tbody > tr.even > td {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table input {
|
table.clustering-dialog-entry-table input {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 0 0.1em;
|
padding: 0 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table a {
|
table.clustering-dialog-entry-table a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table ul {
|
table.clustering-dialog-entry-table ul {
|
||||||
margin: 1em 0em 0em 0em;
|
margin: 1em 0em 0em 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.clustering-dialog-entry-table a:hover {
|
table.clustering-dialog-entry-table a:hover {
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
}
|
}
|
||||||
|
|
||||||
.clustering-dialog-entry-count {
|
.clustering-dialog-entry-count {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clustering-dialog-controls {
|
.clustering-dialog-controls {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clustering-dialog-controls td {
|
.clustering-dialog-controls td {
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.clustering-dialog-facet {
|
.clustering-dialog-facet {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
.clustering-dialog-facet-header {
|
.clustering-dialog-facet-header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.clustering-dialog-facet-histogram {
|
.clustering-dialog-facet-histogram {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.clustering-dialog-facet-slider {
|
.clustering-dialog-facet-slider {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.clustering-dialog-facet-selection {
|
.clustering-dialog-facet-selection {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clustering-dialog-value-focus {
|
.clustering-dialog-value-focus {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
.clustering-dialog-value-focus a {
|
.clustering-dialog-value-focus a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
@ -1,34 +1,34 @@
|
|||||||
.freebase-loading-tripleloader-data {
|
.freebase-loading-tripleloader-data {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
padding: 0.3em 0.5em 0.5em 0.5em;
|
padding: 0.3em 0.5em 0.5em 0.5em;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.freebase-loading-tripleloader-message {
|
.freebase-loading-tripleloader-message {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
padding: 0.3em 0.5em 0.5em 0.5em;
|
padding: 0.3em 0.5em 0.5em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.freebase-loading-authorization {
|
.freebase-loading-authorization {
|
||||||
margin: 0em 2em;
|
margin: 0em 2em;
|
||||||
padding: 0.6em 0.8em;
|
padding: 0.6em 0.8em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-moz-border-radius: 0.8em;
|
-moz-border-radius: 0.8em;
|
||||||
-webkit-border-radius: 0.8em;
|
-webkit-border-radius: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.freebase-loading-tripleloader-info {
|
.freebase-loading-tripleloader-info {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.freebase-loading-tripleloader-info textarea {
|
.freebase-loading-tripleloader-info textarea {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
height: 5em;
|
height: 5em;
|
||||||
}
|
}
|
@ -1,21 +1,21 @@
|
|||||||
.recon-dialog-type-id {
|
.recon-dialog-type-id {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recon-dialog-heuristic-types-container {
|
.recon-dialog-heuristic-types-container {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.recon-dialog-heuristic-other-type-container {
|
.recon-dialog-heuristic-other-type-container {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recon-dialog-heuristic-details-container {
|
.recon-dialog-heuristic-details-container {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,40 +1,40 @@
|
|||||||
.scatterplot-dialog-table-container {
|
.scatterplot-dialog-table-container {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clustering-dialog-controls {
|
.clustering-dialog-controls {
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table {
|
table.scatterplot-matrix-table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table > tbody > tr > td {
|
table.scatterplot-matrix-table > tbody > tr > td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table td.current_column {
|
table.scatterplot-matrix-table td.current_column {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table div.current_column {
|
table.scatterplot-matrix-table div.current_column {
|
||||||
background-color: #ffeeee;
|
background-color: #ffeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table .column_header {
|
table.scatterplot-matrix-table .column_header {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0em 0.5em;
|
padding: 0em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table .scatterplot img {
|
table.scatterplot-matrix-table .scatterplot img {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.scatterplot-matrix-table .scatterplot img.hover {
|
table.scatterplot-matrix-table .scatterplot img.hover {
|
||||||
background-color: #eeffee;
|
background-color: #eeffee;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ body {
|
|||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
#footer a {
|
#footer a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
.browsing-panel-indicator img {
|
.browsing-panel-indicator img {
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
.browsing-panel-controls {
|
.browsing-panel-controls {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -194,12 +194,12 @@ img.facet-choice-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facet-range-choices {
|
.facet-range-choices {
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.facet-range-choices .ui-button-text {
|
.facet-range-choices .ui-button-text {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0.1em 0.4em;
|
padding: 0.1em 0.4em;
|
||||||
}
|
}
|
||||||
.facet-text-body {
|
.facet-text-body {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -209,7 +209,7 @@ img.facet-choice-link {
|
|||||||
margin: 5px 0px 5px 5px;
|
margin: 5px 0px 5px 5px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-plot {
|
.facet-scatterplot-plot {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -218,16 +218,16 @@ img.facet-choice-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-body td {
|
.facet-scatterplot-body td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-body .ui-button-text-only .ui-button-text {
|
.facet-scatterplot-body .ui-button-text-only .ui-button-text {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
padding: 0.0em 0.4em 0.1em 0.3em;
|
padding: 0.0em 0.4em 0.1em 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors {
|
.facet-scatterplot-selectors {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .buttonset {
|
.facet-scatterplot-selectors .buttonset {
|
||||||
@ -235,21 +235,21 @@ img.facet-choice-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .buttonset .ui-corner-top {
|
.facet-scatterplot-selectors .buttonset .ui-corner-top {
|
||||||
-moz-border-radius-topleft: 0.5em;
|
-moz-border-radius-topleft: 0.5em;
|
||||||
-webkit-border-top-left-radius: 0.5em;
|
-webkit-border-top-left-radius: 0.5em;
|
||||||
border-top-left-radius: 0.5em;
|
border-top-left-radius: 0.5em;
|
||||||
-moz-border-radius-topright: 0.5em;
|
-moz-border-radius-topright: 0.5em;
|
||||||
-webkit-border-top-right-radius: 0.5em;
|
-webkit-border-top-right-radius: 0.5em;
|
||||||
border-top-right-radius: 0.5em;
|
border-top-right-radius: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .buttonset .ui-corner-bottom {
|
.facet-scatterplot-selectors .buttonset .ui-corner-bottom {
|
||||||
-moz-border-radius-bottomleft: 0.5em;
|
-moz-border-radius-bottomleft: 0.5em;
|
||||||
-webkit-border-bottom-left-radius: 0.5em;
|
-webkit-border-bottom-left-radius: 0.5em;
|
||||||
border-bottom-left-radius: 0.5em;
|
border-bottom-left-radius: 0.5em;
|
||||||
-moz-border-radius-bottomright: 0.5em;
|
-moz-border-radius-bottomright: 0.5em;
|
||||||
-webkit-border-bottom-right-radius: 0.5em;
|
-webkit-border-bottom-right-radius: 0.5em;
|
||||||
border-bottom-right-radius: 0.5em;
|
border-bottom-right-radius: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .buttonset .ui-corner-right {
|
.facet-scatterplot-selectors .buttonset .ui-corner-right {
|
||||||
@ -274,7 +274,7 @@ img.facet-choice-link {
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label {
|
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@ -282,7 +282,7 @@ img.facet-choice-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label.rot-ccw-label {
|
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label.rot-ccw-label {
|
||||||
background-position: -5px -5px;
|
background-position: -5px -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label.rot-none-label {
|
.facet-scatterplot-selectors .facet-scatterplot-rot-selector label.rot-none-label {
|
||||||
@ -300,7 +300,7 @@ img.facet-choice-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .facet-scatterplot-dot-selector label.dot-small-label {
|
.facet-scatterplot-selectors .facet-scatterplot-dot-selector label.dot-small-label {
|
||||||
background-position: -5px -25px;
|
background-position: -5px -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.facet-scatterplot-selectors .facet-scatterplot-dot-selector label.dot-regular-label {
|
.facet-scatterplot-selectors .facet-scatterplot-dot-selector label.dot-regular-label {
|
||||||
|
@ -59,7 +59,7 @@ table.data-table td.column-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.data-table td.column-header td {
|
table.data-table td.column-header td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.column-header-layout {
|
table.column-header-layout {
|
||||||
|
Loading…
Reference in New Issue
Block a user