Skip to content

Commit

Permalink
merge r22525 from branch 2.5 to trunk
Browse files Browse the repository at this point in the history
bug 2895 fixed: replace border-bottom by text-decoration in menubar links for
admin theme roma, to avoid height change on plugins box.



git-svn-id: http://piwigo.org/svn/trunk@22526 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed May 7, 2013
1 parent 93fae88 commit d737b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/themes/roma/theme.css
Expand Up @@ -160,6 +160,7 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #
#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
list-style-type: square; list-style-position: inside; padding: 0; }
#menubar ul.scroll { overflow-y:auto; max-height:500px;}
#menubar li a:hover {border:none; text-decoration:underline;}

/* jQuery tooltips */
.cluetip-outer { border-color: #666; color: #666; background-color: #222; }
Expand Down

0 comments on commit d737b12

Please sign in to comment.