Dotclear

Changeset 1480:9451796b02e2 for plugins


Ignore:
Timestamp:
08/19/13 18:31:07 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Chasse aux bugs html et mini-améliorations de présentation, suite.

Location:
plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/page.php

    r1474 r1480  
    500500     '</p>'. 
    501501      
    502      '<div class="lockable" class="ib">'. 
     502     '<div class="lockable ib">'. 
    503503     '<p><label for="post_url" class="ib">'.__('Basename:').'</label>'. 
    504504     form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). 
  • plugins/tags/tag_posts.php

    r1358 r1480  
    130130     { 
    131131          echo 
     132          '<div class="fieldset">'. 
    132133          '<form action="'.$this_url.'" method="post">'. 
    133           '<div class="fieldset"><h3>'.__('Actions for this tag').'</h3>'. 
     134          '<h3>'.__('Actions for this tag').'</h3>'. 
    134135          '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
    135136          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
     
    161162     '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 
    162163     form::combo('action',$combo_action). 
    163      '<input type="submit" value="'.__('ok').'" /></p>'. 
     164     '<input type="submit" value="'.__('OK').'" /></p>'. 
    164165     form::hidden('post_type',''). 
    165166     form::hidden('redir',$p_url.'&amp;m=tag_posts&amp;tag='. 
  • plugins/widgets/style.css

    r1301 r1480  
    22     float: left; 
    33     width: 33%; 
     4} 
     5#listWidgets fieldset { 
     6     background: #eee; 
     7} 
     8#listWidgets #widgets p.widget-name { 
     9     background: #fff; 
    410} 
    511 
     
    3440.widgets fieldset { 
    3541     border: 1px solid #999; 
    36 } 
    37 .widgets legend { 
    38      border: 1px solid #999; 
     42     background: #E4E0EC; 
    3943} 
    4044 
    4145.widgets p.widget-name { 
    42      background: #F0EFEA; 
     46     background: #f5f5f5; 
    4347     color: #000; 
    44      padding: 4px; 
     48     padding: 4px 6px; 
    4549     margin: 0.5em 0 0 0; 
    4650     border-width: 1px 1px 1px 1px; 
    4751     border-style: solid; 
    48      border-color: #bbb; 
     52     border-color: #999; 
    4953     font-weight: bold; 
    5054} 
     
    5862     border-style: solid; 
    5963     border-color: #666; 
    60      padding: 4px; 
    61      background: #E5E3DA; 
     64     padding: 4px 6px; 
     65     background: #fff; 
    6266} 
    6367 
Note: See TracChangeset for help on using the changeset viewer.

Sites map