diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-19 22:52:43 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-19 22:52:43 +0200 |
| commit | 5953bfdb54bd36f716d7b36681aae2648e3c1028 (patch) | |
| tree | ae14b6fc6184b32030e1ab5ede8eceae0e00317f /chimere/static | |
| parent | 908744a6f3d5ac40a48f0a52c5167e131785b2cc (diff) | |
| download | Chimère-5953bfdb54bd36f716d7b36681aae2648e3c1028.tar.bz2 Chimère-5953bfdb54bd36f716d7b36681aae2648e3c1028.zip | |
Add a directory with all available markers
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 73b702f..9ae66ed 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -476,6 +476,11 @@ ul.share li{ margin:0; } +span.icon{ + display:inline-block; + width:70px; +} + #frm_categories{ padding:0; margin:0; @@ -1105,6 +1110,15 @@ div.pp_default .pp_expand{ padding:0 6px; } +#category-directory ul{ + padding:0; +} + +.category-directory-category{ + font-variant: small-caps; + font-weight: bold; +} + .olControlSimplePanZoom { top: 20px; right: 10px; |
