From 7e800eb8368597510ec93fb5da8ecabeb64091df Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Wed, 6 Feb 2013 10:35:48 +0100 Subject: [PATCH 1/2] Settings at the bottom of the ULS Moves the settings block at the bottom of the ULS dialog in order to distinguish more clearly the selection and configuration regions. --- src/jquery.uls.core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 09f65ec..f1f76bf 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -28,10 +28,9 @@ \ \
\ -
\ +
\

Select Language

\
\ -
\
\
\
\ @@ -73,6 +72,7 @@
\
\
\ +
\
'; /** From 36a699f89fecc606411d362bf9c18b4ea6d94c55 Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Wed, 6 Feb 2013 11:04:38 +0100 Subject: [PATCH 2/2] Border radius removed from the search info Since the search information shown when no elements are found is no longer the element at the bottom, there is no need for rounded bottom corners that match the ULs panel. --- css/jquery.uls.lcd.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 980e59e..530d3cf 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -82,9 +82,6 @@ position:absolute; bottom:0; left:0; - -webkit-border-radius: 0 0 5px 5px; - -moz-border-radius: 0 0 5px 5px; - border-radius: 0 0 5px 5px; } .uls-no-found-more a {