added remove edits link
[MojoFacets.git] / public / mojo_facets.css
index a04d877..7f42068 100644 (file)
@@ -8,6 +8,24 @@
        content: ")";
 }
 
+label span.hint {
+       display: none;
+       position: absolute;
+       background: #fff;
+       color: #888;
+       z-index: 100;
+       padding: 3px;
+}
+
+label:hover span.hint {
+       display: block;
+}
+
+
+span.sort-by {
+       float: right;
+}
+
 /* index columns */
 span.c {
        background: #eee;
@@ -30,6 +48,16 @@ span.h {
        font-weight: bold;
 }
 
+.admin .changes {
+       float: right;
+}
+
+.admin .save_changes {
+       float: right;
+       color: #f00;
+       padding-left: 1em;
+}
+
 .debug {
        color: #aaa;
 }
@@ -54,6 +82,7 @@ div.col_opts {
 .chart {
        float: right;
        position: relative;
+       margin-top: 1em;
 }
 
 .labels-x,
@@ -79,6 +108,7 @@ div.col_opts {
 .labels-y li span.line {
        position: absolute;
        border: 0 solid #ccc;
+       opacity: 0.7;
 }
 .labels-x li {
        margin-top: 5px;
@@ -91,9 +121,69 @@ div.col_opts {
        right: 100%;
        position: absolute;
        margin-right: 5px;
+       margin-top: -0.5em;
 }
 .labels-y li span.line {
        border-top-width: 1px;
        width: 100%;
 }
 
+label.included,
+a#included {
+       color: #080;
+}
+
+label.excluded,
+a#excluded {
+       color: #800;
+}
+
+/* delimiter for repeatable data */
+span.d {
+       color: #ccc;
+}
+
+.saved {
+       background: #ffe;
+}
+
+form.action_filter {
+       float: right;
+}
+
+.bytes {
+       text-align: right;
+       font-family: monospace;
+       color: #444;
+}
+
+/* items/list.html.ep */
+a.facet {
+       font-family: monospace;
+       color: #666;
+       text-decoration: none;
+}
+
+/* /changes */
+.change_box {
+       border: 3px dashed #f84;
+}
+
+.change_viewed a {
+       color: #888;
+       text-decoration: line-through;
+}
+
+div.edit a {
+       margin-top: 3em;
+       float: right;
+}
+
+div.edit {
+       border-bottom: 1px dashed #eee;
+}
+
+div.edit pre {
+       display: block;
+}
+