Dotclear


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

Lists and filters, progressive enhancements. Need to be done on all list pages with filters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1399 r1415  
    6969     font-size: 1em; 
    7070     color: #575859; 
     71} 
     72#entry-sidebar h5 { 
     73     font-weight: normal; 
     74     color: #333; 
    7175} 
    7276p, div.p { 
     
    13611365     display: none; 
    13621366     font-weight: bold; 
    1363      background: url(magnifier.png) no-repeat 0 0; 
    1364      color: green; 
     1367     background: url(../images/expand.png) no-repeat .6rem center; 
    13651368     padding-left: 20px; 
     1369     color: #000; 
    13661370} 
    13671371.constrained { 
     
    15181522} 
    15191523 
     1524/* ------------------------------------------------------- Filters */ 
     1525#filters-form { 
     1526     border: 1px dashed #999; 
     1527     border-radius: .6rem; 
     1528     margin-bottom: 2em; 
     1529     padding: .5em 1em 0; 
     1530} 
     1531#filters-form .table { 
     1532     display: table; 
     1533     width: 100%; 
     1534     padding: 0; 
     1535     margin-bottom: 1em; 
     1536     margin-top: 1.5em; 
     1537} 
     1538#filters-form .cell { 
     1539     padding: 0 2em 0 0; 
     1540     display: table-cell; 
     1541     vertical-align: top; 
     1542} 
     1543#filters-form .filters-options { 
     1544     padding-left: 2em; 
     1545     border-left: 1px solid #ccc; 
     1546} 
     1547#filters-form label.ib, span.ib { 
     1548     width:7em; 
     1549     display: inline-block; 
     1550} 
     1551#filters-form select { 
     1552     width: 14em; 
     1553} 
     1554 
     1555/* ---------------------------------------------------- Pagination */ 
     1556.pagination { 
     1557     height: 20px; 
     1558     line-height: 20px; 
     1559     padding: 0 1rem;  
     1560     border: 1px solid #ccc; 
     1561     overflow: hidden;  
     1562     background: #e1e1e1;  
     1563     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
     1564     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
     1565     -moz-border-radius: 4px;  
     1566     -webkit-border-radius: 4px;  
     1567     border-radius: 4px;  
     1568} 
     1569.pagination a, .pagination strong { 
     1570     height: 20px; 
     1571     border: none; 
     1572     padding: 2px 6px;  
     1573     background-color : transparent; 
     1574     background-position : 50% 50%; 
     1575     background-repeat: no-repeat; 
     1576} 
     1577.pagination a:hover, .pagination strong { 
     1578     border-color : #ccc; 
     1579     background-color: #fff; 
     1580} 
     1581 
    15201582/* --------------------------------------------------------------------------- 
    15211583     Media queries vite fait en attendant la reprise complète du layout 
Note: See TracChangeset for help on using the changeset viewer.

Sites map