소스 검색

make buttons normal size on upload/goto as they don't have too many butons

Pi 1 년 전
부모
커밋
1a9595cb67
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      rest/templates/buttongroup-goto.tpl
  2. 0 1
      rest/templates/buttongroup-upload.tpl

+ 0 - 1
rest/templates/buttongroup-goto.tpl

@@ -1,5 +1,4 @@
 % from rest.tool_color import color
-% include('button-style')
 <div class="pure-button-group" role="action" style="padding: 1em 0 0;">
   <button class="button-resize pure-button" type="submit" form="goto" {{!disabled}} style="background-color: {{ color['goto'] }}"> Shrtn It! </button>
   % include('button-common')

+ 0 - 1
rest/templates/buttongroup-upload.tpl

@@ -1,5 +1,4 @@
 % from rest.tool_color import color
-% include('button-style')
 <div class="pure-button-group" role="action" style="padding: 1em 0 0;">
   <button class="button-resize pure-button" type="submit" form="upload" {{!disabled}} style="background-color: {{ color['upload'] }}"> Upload </button>
   % include('button-common')