personnale notes front ajax is working, remains to improve the display, do it like liked materiaux
This commit is contained in:
@@ -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; }
|
||||
|
||||
/*
|
||||
__ ___
|
||||
/ |/ /__ ______________ _____ ____ _____
|
||||
|
BIN
sites/all/themes/gui/materiobasetheme/img/close2.png
Normal file
BIN
sites/all/themes/gui/materiobasetheme/img/close2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 B |
@@ -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";
|
||||
|
Reference in New Issue
Block a user