Project

General

Profile

Feature #2499 ยป textarea--relative_font_sizes.patch

Scale textareas and input fields with font size - Jens Peter, 2015-02-25 10:01

View differences:

new/application.css 2015-02-25 09:56:42.742210610 +0100
1 1
html {overflow-y:scroll;}
2
body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
3

  
2
body,textarea,input { font-family: Verdana, sans-serif; font-size: 0,8em; color:#484848; margin: 0; padding: 0; }
3
body { min-width: 900px; }
4 4
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
    (1-1/1)