Author: jleroux
Date: Thu Sep 3 08:58:30 2009 New Revision: 810832 URL: http://svn.apache.org/viewvc?rev=810832&view=rev Log: A patch from Erwan de FERRIERES "improvement on css files" (https://issues.apache.org/jira/browse/OFBIZ-2855) - OFBIZ-2855 Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=810832&r1=810831&r2=810832&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Thu Sep 3 08:58:30 2009 @@ -38,6 +38,7 @@ margin:0; outline:0; padding:0; + font-size: 100%; /*add font size to reset */ background:transparent; vertical-align: baseline; } Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=810832&r1=810831&r2=810832&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original) +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Thu Sep 3 08:58:30 2009 @@ -19,6 +19,30 @@ /* This CSS file is used for all OFBiz applications EXCEPT ecommerce. */ /* See the "ecommain.css" file for ecommerce. */ /* ===== Resets/Browser Normalization ===== */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center,dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + border:0; + margin:0; + outline:0; + padding:0; + font-size: 100%; /*add font size to reset */ + background:transparent; + vertical-align: baseline; +} + +body { + line-height: 1; + color: black; + background: white; +}/* reset line height and baseline colors*/ + blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,select,span,td,textarea,th,ul { border-style: none; Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=810832&r1=810831&r2=810832&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original) +++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Thu Sep 3 08:58:30 2009 @@ -21,6 +21,22 @@ /* See the "ecommain.css" file for ecommerce. */ /* ===== Resets/Browser Normalization ===== */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center,dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + border:0; + margin:0; + outline:0; + padding:0; + font-size: 100%; /*add font size to reset */ + background:transparent; + vertical-align: baseline; +} blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, select, span, td, textarea, th, ul { @@ -71,6 +87,8 @@ background: #D4D0C8; font-size: 62.5%; position: relative; +line-height: 1; +color: black; } hr { |
Free forum by Nabble | Edit this page |