To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/27/10 12:49:56 (19 months ago)
Author:
johnnyoffline
Message:

Fixed a bug where global slots in the layout were editable in Admin areas, because the edit = false flag was never introduced into the templates even after ticket #36 was declared fixed and closed. Also, moved the reset stylesheet up to the sandbox level so that it can be optional for people. Created a new scoped reset style in a-reset that will be used to scope resets to our controls exclusively. Thanks Daniel Lohse. Going to give this a try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/css/web/css/a-reset.css

    r1703 r1855  
    1 /* Eric Meyer's Reset CSS  
     1/* Apostrophe UI Reset based on Eric Meyer's Reset CSS  
    22-- http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
    33-------------------------------------------------------------------------- */ 
    4 * { margin: 0; padding: 0; font-weight: normal; } /* Safari seems to ignore a lot of the reset style sheet and I am not sure why. */ 
    5  
    6 html, body, div, span, applet, object, iframe,  
    7 h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,  
    8 abbr, acronym, address, big, cite, code, del, dfn,  
    9 em, font, img, ins, kbd, q, s, samp, small, strike,  
    10 strong, sub, sup, tt, var, b, u, i, center,  
    11 dl, dt, dd, ol, ul, li, fieldset, form, label,  
    12 legend, table, caption, tbody, tfoot, thead, tr, th, td  
    13 {  
    14         margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;  
    15 } 
    16  
    17 :focus { outline: 0; } /* remember to define focus styles! */ 
    18  
    19 ins { text-decoration: none; } /* remember to highlight inserts somehow! */ 
    20 del { text-decoration: line-through; } 
    21  
    22 table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */ 
    23  
    24 blockquote:before, blockquote:after, q:before, q:after { content: ""; } 
    25  
    26 blockquote, q { quotes: "" ""; } 
     4.a-ui div, .a-ui span, .a-ui applet, .a-ui object, .a-ui iframe, .a-ui h1, .a-ui h2, .a-ui h3, .a-ui h4, .a-ui h5, .a-ui h6, .a-ui p, .a-ui blockquote, .a-ui pre, .a-ui a, .a-ui abbr, .a-ui acronym,.a-ui address,.a-ui big, .a-ui cite, .a-ui code, .a-ui del, .a-ui dfn, .a-ui em, .a-ui font, .a-ui img, .a-ui ins, .a-ui kbd, .a-ui q, .a-ui s, .a-ui samp, .a-ui small, .a-ui strike, .a-ui strong, .a-ui sub, .a-ui sup, .a-ui tt, .a-ui var, .a-ui b, .a-ui u, .a-ui i, .a-ui center, .a-ui dl, .a-ui dt, .a-ui dd, .a-ui ol, .a-ui ul, .a-ui li, .a-ui fieldset, .a-ui form, .a-ui label, .a-ui legend, .a-ui table, .a-ui caption, .a-ui tbody, .a-ui tfoot, .a-ui thead, .a-ui tr, .a-ui th, .a-ui td  { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }