Changeset - e87bc627bcfd
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-04-02 19:01:25
madski@unity3d.com
css: don't float the paginator - let it take the space it needs

Fixes rendering issue on the "messages" page.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4485,13 +4485,12 @@ form.comment-inline-form {
 
.inline-comments-button .add-comment {
 
    margin: 2px 0px 8px 5px !important
 
}
 

	
 
.notification-paginator {
 
    padding: 0px 0px 4px 16px;
 
    float: left;
 
}
 

	
 
#context-pages .pull-request span,
 
.menu_link_notifications {
 
    padding: 4px 4px !important;
 
    text-align: center;
0 comments (0 inline, 0 general)