Fixes in progress
This commit is contained in:
parent
472ca499e7
commit
3a375c3399
5 changed files with 92 additions and 1 deletions
28
media/css/popup.css
Normal file
28
media/css/popup.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
.title_popup {
|
||||
|
||||
margin-top:0px;
|
||||
border-radius:0px;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.cont_popup {
|
||||
|
||||
margin-bottom:0px;
|
||||
|
||||
}
|
||||
|
||||
.close_icon {
|
||||
|
||||
color: #fff;
|
||||
position:absolute;
|
||||
right:5px;
|
||||
|
||||
}
|
||||
|
||||
a.close_icon:hover {
|
||||
|
||||
color: #ccc;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue