Fix missing popups and styles
This commit is contained in:
parent
d4cf9ec66a
commit
11a5a47826
|
@ -0,0 +1,4 @@
|
|||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#content table.minor {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -33,6 +33,7 @@ var popupSizes = {
|
|||
'device': { 'width': 260, 'height': 150 },
|
||||
'devices': { 'width': 400, 'height': 240 },
|
||||
'donate': { 'width': 500, 'height': 280 },
|
||||
'download': { 'width': 350, 'height': 215 },
|
||||
'event': { 'addWidth': 108, 'minWidth': 496, 'addHeight': 230, 'minHeight': 540 },
|
||||
'eventdetail': { 'width': 600, 'height': 420 },
|
||||
'events': { 'width': 1020, 'height': 780 },
|
||||
|
|
|
@ -33,6 +33,7 @@ var popupSizes = {
|
|||
'device': { 'width': 260, 'height': 150 },
|
||||
'devices': { 'width': 400, 'height': 240 },
|
||||
'donate': { 'width': 500, 'height': 280 },
|
||||
'download': { 'width': 350, 'height': 215 },
|
||||
'event': { 'addWidth': 108, 'minWidth': 496, 'addHeight': 230, 'minHeight': 540 },
|
||||
'eventdetail': { 'width': 600, 'height': 420 },
|
||||
'events': { 'width': 960, 'height': 780 },
|
||||
|
|
Loading…
Reference in New Issue