##// END OF EJS Templates
front-end: More clean-up after YUI is gone
Mads Kiilerich -
r7390:f78aa989 default
parent child Browse files
Show More
@@ -26,7 +26,7 b' log = logging.getLogger(__name__)'
26
26
27 class Page(_Page):
27 class Page(_Page):
28 """
28 """
29 Custom pager to match rendering style with YUI paginator emitting Bootstrap paginators
29 Custom pager emitting Bootstrap paginators
30 """
30 """
31
31
32 def __init__(self, *args, **kwargs):
32 def __init__(self, *args, **kwargs):
@@ -20,7 +20,6 b''
20 /* kallithea styles */
20 /* kallithea styles */
21 @import "kallithea-variables.less";
21 @import "kallithea-variables.less";
22 @import "kallithea-labels.less";
22 @import "kallithea-labels.less";
23 @import "yui-ac.less";
24 @import "kallithea-select2.less";
23 @import "kallithea-select2.less";
25 @import "kallithea-diff.less";
24 @import "kallithea-diff.less";
26 @import "style.less";
25 @import "style.less";
@@ -459,8 +459,7 b' div#legend_choices {'
459 }
459 }
460
460
461 #content #left #menu ul.closed,
461 #content #left #menu ul.closed,
462 #content #left #menu li ul.collapsed,
462 #content #left #menu li ul.collapsed {
463 .yui-tt-shadow {
464 display: none;
463 display: none;
465 }
464 }
466 #content #left #menu ul.opened,
465 #content #left #menu ul.opened,
@@ -85,7 +85,7 b''
85 <div class="comment-help">
85 <div class="comment-help">
86 <span class="text-muted">${_('Comments are in plain text. Use @username to notify another user.')|n}</span>
86 <span class="text-muted">${_('Comments are in plain text. Use @username to notify another user.')|n}</span>
87 </div>
87 </div>
88 <textarea name="text" class="form-control comment-block-ta yui-ac-input"></textarea>
88 <textarea name="text" class="form-control"></textarea>
89
89
90 <div id="status_block_container" class="status-block general-only hidden">
90 <div id="status_block_container" class="status-block general-only hidden">
91 %if c.pull_request is None:
91 %if c.pull_request is None:
@@ -2,7 +2,7 b''
2
2
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
4
4
5 files=`hg mani | egrep -v '/fontello/|/email_templates/|(/lockfiles.py|^LICENSE-MERGELY.html|^docs/Makefile|^scripts/whitespacecleanup.sh|/(graph|mergely|native.history|yui.2.9)\.js|/test_dump_html_mails.ref.html|\.png|\.gif|\.ico|\.pot|\.po|\.mo|\.tar\.gz|\.diff)$'`
5 files=`hg mani | egrep -v '/fontello/|/email_templates/|(/lockfiles.py|^LICENSE-MERGELY.html|^docs/Makefile|^scripts/whitespacecleanup.sh|/(graph|mergely|native.history)\.js|/test_dump_html_mails.ref.html|\.png|\.gif|\.ico|\.pot|\.po|\.mo|\.tar\.gz|\.diff)$'`
6
6
7 sed -i "s/`printf '\r'`//g" $files
7 sed -i "s/`printf '\r'`//g" $files
8 sed -i -e "s,`printf '\t'`, ,g" $files
8 sed -i -e "s,`printf '\t'`, ,g" $files
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now