more layout tweaks, with bigger fonts for the biggest things.

One wording change about the filtering h1.

--HG--
branch : gloda-facet
This commit is contained in:
David Ascher 2009-09-03 12:50:36 -07:00
Родитель b0f2884e3d
Коммит 82bed6d353
3 изменённых файлов: 20 добавлений и 30 удалений

Просмотреть файл

@ -47,11 +47,6 @@ body {
background: white; background: white;
} }
#row {
display: table-row;
background: white;
}
.facets-sidebar { .facets-sidebar {
display: table-cell; display: table-cell;
width: 20em; width: 20em;
@ -60,48 +55,38 @@ body {
padding-left: 1em; padding-left: 1em;
font-size: 90%; font-size: 90%;
} }
#main-column { #main-column {
display: table-cell; display: table-cell;
} }
/* ===== Query Explanation ===== */ /* ===== Query Explanation ===== */
#query-explanation { #query-explanation {
display: block; display: block;
height: 40px; height: 40px;
font-size: 110%; font-size: 140% !important;
margin-left: 1em; margin-left: 1em;
padding: 2px; padding: 2px;
padding-left: 0; padding-left: 0;
padding-top: 1em; padding-top: 1em;
font-size: medium;
} }
.explanation-fulltext-label { .explanation-fulltext-label {
font-size: 120%;
color: #3465a4; color: #3465a4;
margin: 0 0.1em; margin: 0 0.1em;
} }
.explanation-fulltext-term { .explanation-fulltext-term {
font-size: large;
color: black; color: black;
margin: 0 0.1em; margin: 0 0.1em;
} }
.explanation-fulltext-criteria { .explanation-fulltext-criteria {
font-size: medium;
color: #888; color: #888;
margin: 0 0.1em; margin: 0 0.1em;
} }
.explanation-change-label {
font-size: 80%;
color: black;
margin: 0 0.1em;
}
.explanation-query-label { .explanation-query-label {
margin-top: 1ex; margin-top: 1ex;
@ -121,17 +106,19 @@ h1, h2, h3 {
} }
#filter-header-label { #filter-header-label {
font-size: 120%;
margin: 0; margin: 0;
margin-top: 1em; margin-top: 1em;
} }
.explanation-change-label { .explanation-change-label {
display: inline-block;
color: black;
font-size: 60%;
padding: 3px;
margin: 0 0.1em;
margin-left: 1em; margin-left: 1em;
font-size: 80%;
border: 1px solid grey; border: 1px solid grey;
-moz-border-radius: 4px; -moz-border-radius: 4px;
padding: 3px;
} }
.explanation-change-label:hover { .explanation-change-label:hover {
@ -148,26 +135,29 @@ h1, h2, h3 {
padding: 2px; padding: 2px;
} }
h1 {
font-size: x-large !important;
padding-bottom: 0.5em;
}
h2 { h2 {
display: block; display: block;
margin: 0; margin: 0;
font-size: medium; font-size: 120%;
margin-top: 1em;
margin-bottom: 0.5em;
} }
h3 { h3 {
font-weight: normal; font-weight: normal;
} }
h2 {
margin-top: 1em;
margin-bottom: 0.5em;
}
.facet > h3 { .facet > h3 {
font-size: 105%; font-size: 105%;
padding-left: 0.5em; padding-left: 0em;
margin-bottom: 0; margin-top: 0.5em;
margin-top: 0; margin-bottom: 0.5em;
} }
.facet-included-header[state="empty"], .facet-included-header[state="empty"],

Просмотреть файл

@ -53,7 +53,7 @@
</div> </div>
</div> </div>
<div id="main-column"> <div id="main-column">
<div id="query-explanation" /> <div id="query-explanation"/>
<div id="facet-date" class="facetious" type="date" /> <div id="facet-date" class="facetious" type="date" />
<div class="results" id="results" type="message" /> <div class="results" id="results" type="message" />
</div> </div>

Просмотреть файл

@ -1,4 +1,4 @@
<!-- LOCALIZATION NOTE (glodaFacetView.filters.label): Label at the top of the <!-- LOCALIZATION NOTE (glodaFacetView.filters.label): Label at the top of the
faceting sidebar. Serves as a header both for the checkboxes under it as faceting sidebar. Serves as a header both for the checkboxes under it as
well for labeled facets with multiple options. --> well for labeled facets with multiple options. -->
<!ENTITY glodaFacetView.filters.label "Filters"> <!ENTITY glodaFacetView.filters.label "Filter by:">