diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:36:58 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:36:58 +0200 |
commit | 1de577a5ae785b67a7990f14057e70c4f28f02f3 (patch) | |
tree | 049bd2566e8fb8786cce4336d846cb5c09a028f2 /fai_gestion/webroot | |
parent | a86c0db98c3b5f12b0f47532c5136234a5161f5d (diff) | |
download | chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.zip chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.tar.gz chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.tar.bz2 |
action-nav : add separator, equipements/index fix filter config
Diffstat (limited to 'fai_gestion/webroot')
-rw-r--r-- | fai_gestion/webroot/css/local.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fai_gestion/webroot/css/local.css b/fai_gestion/webroot/css/local.css index d8a99fa..b304094 100644 --- a/fai_gestion/webroot/css/local.css +++ b/fai_gestion/webroot/css/local.css @@ -36,3 +36,8 @@ text-align: left; } +.side-nav li.sep { + border-bottom: 1px solid #e7e7e7; + border-top: 0; + margin: 0 0.875rem 0.4375rem 0.875rem; +} |