Dotclear


Ignore:
Timestamp:
08/30/13 14:54:18 (12 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1604 - widgets
Parents:
1660:98821b618690 (diff), 1634:aefa52039896 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fusion avec default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/style.css

    r1629 r1661  
    1 #listWidgets { 
    2      float: left; 
    3      width: 46%; 
    4      background: #eee; 
    5      padding: 1.5em 1% 0;  
    6      margin: 0 1% 0 0; 
    7 } 
    8 #widgets > div { 
    9      border: 1px solid #ccc; 
    10      margin-bottom: .5em; 
    11      background: #fff; 
    12      min-height: 3em; 
    13      padding: 0 0 4px 0; 
    14 } 
    15 #widgets .widget-name, #widgets .js-remove { 
    16      background: #fff; 
    17      margin-bottom: 0; 
    18      padding: 4px 8px;  
    19 } 
    20 #widgets .widget-name { 
    21      min-height: 3em; 
    22      padding-bottom: 0; 
    23 } 
    24 #listWidgets h3 { 
    25      color: #333; 
    26 } 
     1/* 
     2# -- BEGIN LICENSE BLOCK --------------------------------------- 
     3# 
     4# This file is part of Dotclear 2. 
     5# 
     6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
     7# Licensed under the GPL version 2.0 license. 
     8# See LICENSE file or 
     9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     10# 
     11# -- END LICENSE BLOCK ----------------------------------------- 
     12*/ 
    2713 
     14 
     15/* ------------------------------------------------------------- side bars */ 
    2816#sidebarsWidgets { 
    2917     float: left; 
     
    3220     padding: 0 1%; 
    3321} 
    34 #sidebarsControl { 
    35      clear: left; 
    36 } 
    3722.widgets.fieldset { 
    3823     margin-bottom: 2em; 
    3924} 
    40 #widgets, #dndnav, #dndextra, #dndcustom { 
     25.widgets.fieldset.if-drag { 
     26     margin-bottom: 0; 
     27     border-radius: 6px 6px 0 0; 
     28    border-bottom: 1px dashed #FF0000; 
     29} 
     30#dndnav, #dndextra, #dndcustom { 
    4131     padding: 1em 0; 
     32     margin: 1em 0 0; 
    4233} 
    43 #dndnav > div, #dndextra > div, #dndcustom > div { 
     34#dndnav > li, 
     35#dndextra > li, 
     36#dndcustom > li, 
     37.sortable-delete > li { 
    4438     padding: O; 
    4539     border: 1px solid #999; 
    4640     margin-bottom: 1em; 
     41     list-style: none; 
     42} 
     43#dndnav > li.ui-sortable-placeholder, 
     44#dndextra > li.ui-sortable-placeholder, 
     45#dndcustom > li.ui-sortable-placeholder, 
     46.sortable-delete > li.ui-sortable-placeholder { 
     47     border: 1px dashed #999; 
     48     height: 2rem; 
     49     padding: 3px; 
     50} 
     51 
     52.sortable-delete { 
     53     display: none; 
     54} 
     55.sortable-delete.if-drag { 
     56    border: 1px solid #999999; 
     57    border-top: 0; 
     58    border-radius: 0 0 6px 6px; 
     59    color: #000000; 
     60    font-weight: bold; 
     61    list-style: none outside none; 
     62    margin: 0 0 2em; 
     63    min-height: 25px; 
     64    padding: 4px; 
     65    display: block; 
     66} 
     67.sortable-delete > li { 
     68     margin-bottom: 3px; 
     69} 
     70.sortable-delete > li.sortable-delete-placeholder { 
     71    border: 0 none; 
     72    color: #FF0000; 
     73    font-size: 1rem; 
     74    font-weight: normal; 
     75    text-align: center; 
    4776} 
    4877 
     
    5483     font-weight: bold; 
    5584} 
    56 .widget-name span { 
    57      display: block; 
    58      font-style: normal; 
    59      font-size: 1.1rem; 
    60 } 
    6185.widget-name img { 
    6286     cursor: pointer; 
    6387     margin-bottom: -1px; 
    6488} 
    65 .widget-name a.aexpand, .widget-name a.aexpand:link, .widget-name a.aexpand:visited { 
     89.widget-name a.aexpand, 
     90.widget-name a.aexpand:link, 
     91.widget-name a.aexpand:visited { 
    6692    border: 0 none; 
    6793    color: #000000; 
    6894    text-decoration: none; 
     95} 
     96#dndnav .form-note, 
     97#dndextra .form-note, 
     98#dndcustom .form-note { 
     99     display: none; 
    69100} 
    70101.removeWidget { 
     
    72103     margin: 0; 
    73104} 
    74  
    75105.widgetSettings { 
    76106     border-top: 1px solid #ddd; 
     
    78108     background: #f5f5f5; 
    79109} 
    80 #widgets .widgetSettings { 
    81      display: none; 
     110 
     111#sidebarsControl { 
     112     clear: left; 
    82113} 
    83 .hideControls .widgetSettings { 
    84      display: none; 
     114 
     115/* ------------------------------------------------------------- list Widgets ref */ 
     116#listWidgets { 
     117     float: left; 
     118     width: 46%; 
     119     background: #eee; 
     120     padding: 1.5em 1% 0;  
     121     margin: 0 1% 0 0; 
    85122} 
    86 .hideControl { 
     123#listWidgets h3 { 
     124     color: #333; 
     125} 
     126 
     127#widgets-ref { 
     128     padding: 1em 0; 
     129     margin: 1em 0 0; 
     130} 
     131#widgets-ref > li { 
     132     border: 1px solid #ccc; 
     133     margin-bottom: .5em; 
     134     background: #fff; 
     135     min-height: 3em; 
     136     padding: 0 0 4px 0; 
     137     list-style: none; 
     138} 
     139#widgets-ref .widget-name, 
     140#widgets-ref .manual-move { 
     141     background: #fff; 
     142     margin-bottom: 0; 
     143     padding: 4px 8px 0; 
     144} 
     145#widgets-ref .widget-name { 
     146     min-height: 3em; 
     147} 
     148#widgets-ref .widget-name .form-note { 
     149     display: block; 
     150     font-style: normal; 
     151     font-size: 1.1rem; 
     152} 
     153#widgets-ref .widgetSettings { 
    87154     display: none; 
    88155} 
    89156 
     157/* ------------------------------------------------------------- help */ 
    90158#widgets-tpl dt { 
    91159     margin: 1em 0 0 0; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map