This commit is contained in:
life
2014-05-07 13:06:24 +08:00
parent fac05a7b6c
commit 476ade10e7
1085 changed files with 259628 additions and 0 deletions

18
public/css/plugin.css Normal file
View 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;
}