move dialogs up
This commit is contained in:
parent
9e9f5607b9
commit
ddc758c17c
2 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
var exports = {
|
||||
COPYRIGHT:"Copyright (C) 2014-2017 Stewart Allen <stewart@neuron.com> - All Rights Reserved",
|
||||
LICENSE:"Unauthorized copying, modification and re-distribution are strictly prohibited without prior written consent.",
|
||||
VERSION:"1.1.00"
|
||||
VERSION:"1.1.01"
|
||||
};
|
||||
if (!module) var module = {};
|
||||
module.exports = exports;
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ input[type=range]::-moz-focus-outer {
|
|||
border-top-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
position: fixed;
|
||||
top: 25px;
|
||||
xleft: 25px;
|
||||
top: 5px;
|
||||
}
|
||||
.dialog span {
|
||||
padding: 2px 5px 2px 5px;
|
||||
|
|
@ -194,7 +193,7 @@ input[type=range]::-moz-focus-outer {
|
|||
#sender {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 25px;
|
||||
top: 5px;
|
||||
right: 0px;
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
|
|
|
|||
Loading…
Reference in a new issue