@@ -130,52 +130,64 @@ ul.alnp-default-theme-selectors li {
130130 display : none; }
131131 .auto-load-next-post .box .theme-selector-results {
132132 text-align : left; }
133- .auto-load-next-post .box .theme-selector-results .selectors {
134- float : left;
135- width : 50% ; }
136- .auto-load-next-post .box .theme-selector-results .selectors .container .found {
137- border : none;
138- box-shadow : none;
139- -webkit-box-shadow : none; }
140- .auto-load-next-post .box .theme-selector-results .selectors .pending ::before ,
141- .auto-load-next-post .box .theme-selector-results .selectors .found ::before ,
142- .auto-load-next-post .box .theme-selector-results .selectors .not-found ::before {
143- border-radius : 100% ;
144- color : # fff ;
145- display : block;
146- float : left;
147- font-family : dashicons;
148- font-size : 22px ;
149- height : 22px ;
150- margin-right : 4px ;
151- padding : 1px ;
152- position : relative;
153- text-align : center;
154- width : 22px ; }
155- .auto-load-next-post .box .theme-selector-results .selectors .pending ::before {
156- background-color : # ffdb30 ;
157- content : '\f179' ; }
158- .auto-load-next-post .box .theme-selector-results .selectors .found ::before {
159- background-color : # 4ab866 ;
160- content : '\f147' ; }
161- .auto-load-next-post .box .theme-selector-results .selectors .not-found ::before {
162- background-color : # c92c2c ;
163- content : '\f335' ; }
133+ .auto-load-next-post .box .theme-selector-results .result-container {
134+ clear : both;
135+ display : block;
136+ height : 120px ; }
137+ .auto-load-next-post .box .theme-selector-results .result-container .selectors ,
138+ .auto-load-next-post .box .theme-selector-results .result-container .results-found {
139+ width : 50% ; }
140+ .auto-load-next-post .box .theme-selector-results .result-container .selectors p ,
141+ .auto-load-next-post .box .theme-selector-results .result-container .results-found p {
142+ margin : 0 ; }
143+ .auto-load-next-post .box .theme-selector-results .result-container .selectors div ,
144+ .auto-load-next-post .box .theme-selector-results .result-container .results-found div {
145+ padding : 0 0 0.5em ; }
146+ .auto-load-next-post .box .theme-selector-results .result-container .selectors {
147+ float : left; }
148+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .container .found {
149+ border : none;
150+ box-shadow : none;
151+ -webkit-box-shadow : none; }
152+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .pending ::before ,
153+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .found ::before ,
154+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .not-found ::before {
155+ border-radius : 100% ;
156+ color : # fff ;
157+ display : block;
158+ float : left;
159+ font-family : dashicons;
160+ font-size : 22px ;
161+ height : 22px ;
162+ margin-right : 4px ;
163+ padding : 1px ;
164+ position : relative;
165+ text-align : center;
166+ width : 22px ; }
167+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .pending ::before {
168+ background-color : # ffdb30 ;
169+ content : '\f179' ; }
170+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .found ::before {
171+ background-color : # 4ab866 ;
172+ content : '\f147' ; }
173+ .auto-load-next-post .box .theme-selector-results .result-container .selectors .not-found ::before {
174+ background-color : # c92c2c ;
175+ content : '\f335' ; }
164176 .auto-load-next-post .box .theme-selector-results .results-available ,
165177 .auto-load-next-post .box .theme-selector-results .theme-selectors-undetected ,
166178 .auto-load-next-post .box .theme-selector-results .no-post-navigation ,
167179 .auto-load-next-post .box .theme-selector-results .setup-complete {
168180 display : none; }
169181 .auto-load-next-post .box .theme-selector-results .results-found {
170- width : 50 % ; }
182+ float : right ; }
171183 .auto-load-next-post .box .theme-selector-results .results-found .container .found {
172184 border : none;
173185 box-shadow : none;
174186 -webkit-box-shadow : none; }
175187 .auto-load-next-post .box .theme-selector-results .selectors ,
176188 .auto-load-next-post .box .theme-selector-results .results-found {
177- height : 140 px ;
178- position : relative ;
189+ float : left ;
190+ margin-bottom : 1 em ;
179191 overflow : hidden; }
180192 .auto-load-next-post .box .theme-selector-results .selectors div ,
181193 .auto-load-next-post .box .theme-selector-results .results-found div {
0 commit comments