Browse Source

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

Pi 1 year ago
parent
commit
1a9595cb67
2 changed files with 0 additions and 2 deletions
  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')