Changeset 28745 for extensions/modus


Ignore:
Timestamp:
Jun 19, 2014, 10:40:06 PM (10 years ago)
Author:
rvelices
Message:

modus version/compatibility with core 2.7

Location:
extensions/modus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/css/base.css.tpl

    r25794 r28745  
    132132        padding: 1em;
    133133        margin: 1em 0.5em;
    134         overflow: hidden; /* <- makes Opera happy */
    135134        border: 1px solid gray;
    136135}
     
    215214
    216215/* category and tag results paragraphs on a quick search */
    217 .category_search_results, .tag_search_results {
     216.search_results {
    218217  font-size: 16px;
    219218  margin: 10px 16px;
     
    324323 */
    325324
    326 .filter UL,
    327 .filter FIELDSET>LABEL {
     325.filter UL {
    328326        display: block;
    329327        float: left;
    330         margin-right: 1em;
     328        margin: 0 1em 0 0;
    331329        padding: 0;
    332330}
     
    337335}
    338336
    339 /*IE6 needs override because of > selector*/
    340 .filter FIELDSET>LABEL>INPUT,
    341 .filter FIELDSET>LABEL>SELECT {
    342         display: block;
    343         margin: 0.5em 0;
    344 }
    345 
     337.filter P {
     338        line-height: 2em;
     339        margin-bottom: 0.1em;
     340}
     341
     342.filter input[name="search_allwords"] {
     343        width: 50%;
     344        min-width: 240px;
     345        max-width: 500px;
     346}
     347
     348.filter>P {
     349        margin-left: 2em;
     350}
    346351
    347352.properties UL {
     
    367372}
    368373
    369 .properties P, .filter P {
     374.properties P {
    370375        text-align: center;
    371376        margin-top: 2em;
    372377        margin-bottom: 2em;
    373 }
    374 
    375 .tagSelection {
    376         margin: 1em 0 !important;
    377 }
    378 
    379 .tagSelection LI {
    380         display: inline-block;
    381         width: 150px;
    382         max-width: 49%;
    383         overflow: hidden;
    384         white-space: nowrap;
    385378}
    386379
  • extensions/modus/themeconf.inc.php

    r28603 r28745  
    22/*
    33Theme Name: modus
    4 Version: 2.6.d
     4Version: 2.7.a
    55Description: Responsive, horizontal menu, retina aware, no lost space.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=728
Note: See TracChangeset for help on using the changeset viewer.