Clean CSS
This commit is contained in:
parent
e59f1a8e04
commit
fa0a58a101
@ -2684,7 +2684,7 @@
|
||||
padding: 5px;\
|
||||
min-width: 500px;\
|
||||
}\
|
||||
#options .move, #credits {\
|
||||
#credits {\
|
||||
text-align: right;\
|
||||
}\
|
||||
#options ul {\
|
||||
@ -2702,6 +2702,14 @@
|
||||
overflow: auto;\
|
||||
height: 450px;\
|
||||
}\
|
||||
.overlay {\
|
||||
position: fixed;\
|
||||
width: 100%;\
|
||||
height: 100%;\
|
||||
top: 0;\
|
||||
left: 0;\
|
||||
background-color: rgba(0,0,0,.5);\
|
||||
}\
|
||||
\
|
||||
#qr {\
|
||||
position: fixed;\
|
||||
@ -2786,14 +2794,6 @@
|
||||
.inlined {\
|
||||
opacity: .5;\
|
||||
}\
|
||||
.overlay {\
|
||||
position: fixed;\
|
||||
width: 100%;\
|
||||
height: 100%;\
|
||||
top: 0;\
|
||||
left: 0;\
|
||||
background-color: rgba(0,0,0,.5);\
|
||||
}\
|
||||
'
|
||||
};
|
||||
main.init();
|
||||
|
||||
@ -2054,7 +2054,7 @@ main =
|
||||
padding: 5px;
|
||||
min-width: 500px;
|
||||
}
|
||||
#options .move, #credits {
|
||||
#credits {
|
||||
text-align: right;
|
||||
}
|
||||
#options ul {
|
||||
@ -2072,6 +2072,14 @@ main =
|
||||
overflow: auto;
|
||||
height: 450px;
|
||||
}
|
||||
.overlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
#qr {
|
||||
position: fixed;
|
||||
@ -2156,14 +2164,6 @@ main =
|
||||
.inlined {
|
||||
opacity: .5;
|
||||
}
|
||||
.overlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
}
|
||||
'
|
||||
|
||||
main.init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user