X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Fprettysimple.css;h=2984f7ce1d6be600a2054a94eaa921f1f7746a2e;hp=296940b57d5a19a717c4029e18ab321b79e4e372;hb=e1244766fb767d08b59e71f8af82a0eeceb6c976;hpb=f3e8e3b7efff40c66089b977bc3d6688680616e3 diff --git a/examples/htdocs/prettysimple.css b/examples/htdocs/prettysimple.css index 296940b..2984f7c 100644 --- a/examples/htdocs/prettysimple.css +++ b/examples/htdocs/prettysimple.css @@ -40,7 +40,7 @@ a { width: 100%; margin: 1em; } -.mkws-termlists { +.mkws-facets { margin-right: 66px; flex: 1; } @@ -174,6 +174,12 @@ a { float: right; margin-left: .7em; } +.mkws-stat { + font-family: "Open Sans Light", sans-serif; + text-align: right; + font-size: .9em; +} + /* Result containers */ .mkws-summary { @@ -255,7 +261,7 @@ a { /* Responsive */ @media screen and (max-width: 1020px) { - .mkws-termlists { + .mkws-facets { margin-right: 30px; } } @@ -269,7 +275,7 @@ a { .main { flex-wrap: wrap; } - .mkws-termlists { + .mkws-facets { order: 99; width: 100%; margin-top: 40px;