01/01: fix style dropdown in navbar
This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Pollen. commit 474507c475695fb9dfac34633b1fa3c76e3fee1d Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue May 20 17:21:35 2014 +0200 fix style dropdown in navbar --- pollen-ui-angular/src/main/webapp/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/css/style.css b/pollen-ui-angular/src/main/webapp/css/style.css index 506c383..597a98b 100644 --- a/pollen-ui-angular/src/main/webapp/css/style.css +++ b/pollen-ui-angular/src/main/webapp/css/style.css @@ -20,12 +20,16 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * #L% */ -.dropdown-menu.form { +.navbar .dropdown-menu.form { + width:250px; +} + +.navbar .dropdown-menu { padding: 0; padding-top: 15px; + padding-bottom: 5px; left:auto; right:0px; - width:250px; } .dropdown-menu.form > form { -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
Chorem.org scm