Adding fixed-right css class for close btn on right pan (from dossiers#index, the cool one, for field selection)
This commit is contained in:
parent
e24008bae4
commit
52631a39de
3 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,10 @@
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
.fixed-right {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#pref_list {
|
||||
|
|
|
@ -70,4 +70,3 @@ h5 span {
|
|||
border-bottom: 1px solid #FFFFFF;
|
||||
margin: 20px 10px 0px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue