init
This commit is contained in:
18
public/css/plugin.css
Normal file
18
public/css/plugin.css
Normal file
@ -0,0 +1,18 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
position: relative;
|
||||
padding: 0 5px;
|
||||
}
|
||||
#bottomBtns {
|
||||
border-top: 1px solid #ccc;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 5px 10px 2px 0;
|
||||
}
|
||||
#bottomBtns div {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user