[#145,widget/fields][m]: add new fields widget view which lists all fields with field info and replace facet widget in multiview with it.

* widget is very incomplete and does not yet show anything of great value (plan is to have summary info).
This commit is contained in:
Rufus Pollock
2012-06-04 08:26:57 +01:00
parent 915f00e21a
commit a7b6a6ac5d
5 changed files with 91 additions and 8 deletions

View File

@@ -94,6 +94,19 @@
display: inline;
}
/**********************************************************
* Fields Widget
*********************************************************/
.recline-fields-view .fields-list .accordion-heading a,
.recline-fields-view .fields-list .accordion-heading h3 {
display: inline;
}
.recline-fields-view .fields-list .accordion-heading h3 {
margin-left: 10px;
}
/**********************************************************
* Notifications
*********************************************************/