From 79df3d68037581380ad95352278f2cdccbcc2acd Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Wed, 16 Mar 2016 14:14:25 -0400 Subject: Revised modal styling --- src/usr/local/www/system_authservers.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/usr/local/www/system_authservers.php') diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index 59b2fb1..052d425 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -866,6 +866,9 @@ events.push(function() { $('#containers').modal('show'); + $('#serverlist').parent('div').prev('label').remove(); + $('#serverlist').parent('div').removeClass("col-sm-10"); + $('#serverlist').parent('div').addClass("col-sm-12"); ajaxRequest = $.ajax( { -- cgit v1.1