Plugin Directory

Changeset 832904 for no-page-comment


Ignore:
Timestamp:
01/04/2014 04:21:24 PM (12 years ago)
Author:
sethta
Message:

Fix stylesheet conflict with widget page.

Location:
no-page-comment/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • no-page-comment/trunk/no-page-comment-settings.php

    r832655 r832904  
    11
    2 <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>" class="wrap">
     2<form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>" class="wrap npc-settings">
    33
    44<?php
  • no-page-comment/trunk/no-page-comment.css

    r832655 r832904  
    1 .inside > div {
     1.npc-settings .inside > div {
    22    padding: 10px 0 0;
    33    float: left;
    44    width: 100%;
    55}
    6 .inside .post-type {
     6.npc-settings .inside .post-type {
    77    width: 20%;
    88    min-width: 120px;
     
    1010    float: left;
    1111}
    12 .inner {
     12.npc-settings .inner {
    1313    float: left;
    1414    width: 80%;
    1515}
    16 .inner > div {
     16.npc-settings .inner > div {
    1717    float: left;
    1818    width: 50%;
    1919}
    20 .inner label {
     20.npc-settings .inner label {
    2121    padding-right: 50px;
    2222    margin-bottom: 10px;
    2323    float:left;
    2424}
    25 .buttons input {
     25.npc-settings .buttons input {
    2626    margin:0 1% 5px !important;
    2727    float:left;
     
    3131
    3232@media (max-width: 1200px) {
    33     .inside .post-type {
     33    .npc-settings .inside .post-type {
    3434        width: 30%;
    3535    }
    36     .inner {
     36    .npc-settings .inner {
    3737        width: 70%;
    3838    }
     
    4040        min-width: 200px;
    4141    }
    42     .buttons .inner {
     42    .npc-settings .buttons .inner {
    4343        width: 100%;
    4444    }
     
    4646
    4747@media (max-width: 1152px) {
    48     .buttons input {
     48    .npc-settings .buttons input {
    4949        margin:0 1% 5px !important;
    5050        width: 97%;
     
    5353
    5454@media (max-width: 600px) {
    55     .buttons input {
     55    .npc-settings .buttons input {
    5656        margin:0 1% 5px !important;
    5757        width: 97%;
     
    6060
    6161@media (max-width: 380px) {
    62     .inside .post-type {
     62    .npc-settings .inside .post-type {
    6363        min-width: 200px;
    6464    }
    65     .inner > div {
     65    .npc-settings .inner > div {
    6666        width: 100%;
    6767        margin-bottom: 5px;
    6868    }
    69     .buttons input {
     69    .npc-settings .buttons input {
    7070        margin:0 0 5px !important;
    7171        width: 100%;
Note: See TracChangeset for help on using the changeset viewer.