example SQL file with dbi included in comment
[MojoFacets.git] / public / mojo_facets.css
index de5f3b0..b154783 100644 (file)
@@ -8,6 +8,24 @@
        content: ")";
 }
 
+/*
+label span.hint {
+       display: none;
+       position: absolute;
+       background: #fff;
+       color: #888;
+       padding: 3px;
+}
+
+label:hover span.hint {
+       display: block;
+}
+*/
+
+span.sort-by {
+       float: right;
+}
+
 /* index columns */
 span.c {
        background: #eee;
@@ -30,6 +48,24 @@ span.h {
        font-weight: bold;
 }
 
+.admin .middle {
+       margin-left: 2em;
+       color: #f00;
+}
+
+.admin .right {
+       float: right;
+}
+
+.admin .save_actions {
+       color: #f00;
+}
+
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
@@ -53,6 +89,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
@@ -114,3 +151,106 @@ a#excluded {
 span.d {
        color: #ccc;
 }
+
+.changed {
+       background: #ffe;
+}
+
+.used {
+       background: #eee;
+}
+
+form.action_filter {
+       float: right;
+}
+
+.action_view {
+       border: 1px dashed #ccc;
+}
+
+.action_hide {
+       text-decoration: line-through;
+       color: black;
+}
+
+.bytes {
+       text-align: right;
+       font-family: monospace;
+       color: #444;
+}
+
+/* items/table */
+
+form#eval {
+       position: fixed;
+       bottom: 0;
+       left: 0;
+       width: 100%;
+       z-index: 10;
+       background: #eee;
+}
+
+form#eval textarea {
+       width: 100%;
+}
+
+/* items/list.html.ep */
+a.facet {
+       font-family: monospace;
+       color: #666;
+       text-decoration: none;
+}
+
+/* /actions */
+.change_box {
+       border: 3px dashed #f84;
+}
+
+.change_viewed a {
+       color: #888;
+       text-decoration: line-through;
+}
+
+/* /actions/changes */
+
+tr.change pre {
+       color: #000;
+       font-size: 70%;
+}
+
+tr.unknown {
+       background: #eee;
+}
+
+tr.found {
+       background: #cfc;
+}
+
+tr.missing {
+       background: #fcc;
+}
+
+tr.skip {
+       background: #fcf;
+}
+
+tr.hidden {
+       display: none;
+}
+
+.alert, .error {
+       border: 0.3em dashed #f00;
+       background: #ffc;
+       text-align: center;
+}
+
+.alert {
+       padding: 1em;
+       margin: 1em;
+}
+
+/* templates/all_checkboxes.html.ep */
+span.count span#column_selection {
+       position: absolute;
+       left: 15em;
+}