mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
changed plugin management to simple rq jobs instead of using pkg_resources.
This commit is contained in:
parent
fe5e85f96c
commit
1bf19c791b
13 changed files with 156 additions and 77 deletions
9
static/css/captiveportal.css
Normal file
9
static/css/captiveportal.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
.button-loading {
|
||||
background: #80c8ff url('/static/images/loader.gif') no-repeat 80% 80%;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#approveButtonDiv img {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue