diff --git a/luci-app-oaf/luasrc/view/admin_network/dev_status.htm b/luci-app-oaf/luasrc/view/admin_network/dev_status.htm index 58cf16e..81210b2 100755 --- a/luci-app-oaf/luasrc/view/admin_network/dev_status.htm +++ b/luci-app-oaf/luasrc/view/admin_network/dev_status.htm @@ -4,7 +4,27 @@ local dsp = require "luci.dispatcher" -%> #display{ - display: flex; + padding: 10px; + display: -webkit-box; + -webkit-box-orient: horizontal; + -webkit-box-pack: center; + -webkit-box-align: center; + display: -moz-box; + -moz-box-orient: horizontal; + -moz-box-pack: center; + -moz-box-align: center; + display: -o-box; + -o-box-orient: horizontal; + -o-box-pack: center; + -o-box-align: center; + display: -ms-box; + -ms-box-orient: horizontal; + -ms-box-pack: center; + -ms-box-align: center; + display: box; + box-orient: horizontal; + box-pack: center; + box-align: center; } table.imagetable { @@ -14,6 +34,7 @@ table.imagetable { border-width: 1px; border-color: #999999; border-collapse: collapse; + padding-top:10px; } - -