personnale notes front ajax is working, remains to improve the display, do it like liked materiaux

This commit is contained in:
Bachir Soussi Chiadmi
2017-11-28 17:02:45 +01:00
parent 268c8b619b
commit 7d5bedcb0c
8 changed files with 357 additions and 158 deletions

View File

@@ -8327,6 +8327,18 @@ body.node-type-publication article.node-publication .field figure, body.node-typ
margin-left: 1em;
width: 70%; } }
.note-modal .close {
position: absolute;
top: 0;
right: 0;
width: 8px;
height: 8px;
border-radius: 4px;
background-color: #fff !important;
background-image: url(../img/close2.png);
background-size: contain;
background-position: center; }
/*
__ ___
/ |/ /__ ______________ _____ ____ _____

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -3836,8 +3836,24 @@ body.node-type-publication{
}
}
// _ __ __
// / | / /___ / /____ _____
// / |/ / __ \/ __/ _ \/ ___/
// / /| / /_/ / /_/ __(__ )
// /_/ |_/\____/\__/\___/____/
.note-modal{
.close{
position: absolute;
top:0; right:0;
width:8px; height:8px;
border-radius: 4px;
background-color: #fff!important;
background-image: url(../img/close2.png);
background-size: contain;
background-position: center;
}
}
@import "misc.scss";