Fix missing popups and styles

This commit is contained in:
digital-gnome 2017-12-06 09:37:23 -05:00
parent d4cf9ec66a
commit 11a5a47826
5 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#content table.minor {
width: auto;
}

View File

@ -0,0 +1,4 @@
#content table.minor {
width: auto;
}

View File

@ -0,0 +1,4 @@
#content table.minor {
width: auto;
}

View File

@ -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 },

View File

@ -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 },