Changeset 832904 for no-page-comment
- Timestamp:
- 01/04/2014 04:21:24 PM (12 years ago)
- Location:
- no-page-comment/trunk
- Files:
-
- 2 edited
-
no-page-comment-settings.php (modified) (1 diff)
-
no-page-comment.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
no-page-comment/trunk/no-page-comment-settings.php
r832655 r832904 1 1 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"> 3 3 4 4 <?php -
no-page-comment/trunk/no-page-comment.css
r832655 r832904 1 . inside > div {1 .npc-settings .inside > div { 2 2 padding: 10px 0 0; 3 3 float: left; 4 4 width: 100%; 5 5 } 6 . inside .post-type {6 .npc-settings .inside .post-type { 7 7 width: 20%; 8 8 min-width: 120px; … … 10 10 float: left; 11 11 } 12 . inner {12 .npc-settings .inner { 13 13 float: left; 14 14 width: 80%; 15 15 } 16 . inner > div {16 .npc-settings .inner > div { 17 17 float: left; 18 18 width: 50%; 19 19 } 20 . inner label {20 .npc-settings .inner label { 21 21 padding-right: 50px; 22 22 margin-bottom: 10px; 23 23 float:left; 24 24 } 25 . buttons input {25 .npc-settings .buttons input { 26 26 margin:0 1% 5px !important; 27 27 float:left; … … 31 31 32 32 @media (max-width: 1200px) { 33 . inside .post-type {33 .npc-settings .inside .post-type { 34 34 width: 30%; 35 35 } 36 . inner {36 .npc-settings .inner { 37 37 width: 70%; 38 38 } … … 40 40 min-width: 200px; 41 41 } 42 . buttons .inner {42 .npc-settings .buttons .inner { 43 43 width: 100%; 44 44 } … … 46 46 47 47 @media (max-width: 1152px) { 48 . buttons input {48 .npc-settings .buttons input { 49 49 margin:0 1% 5px !important; 50 50 width: 97%; … … 53 53 54 54 @media (max-width: 600px) { 55 . buttons input {55 .npc-settings .buttons input { 56 56 margin:0 1% 5px !important; 57 57 width: 97%; … … 60 60 61 61 @media (max-width: 380px) { 62 . inside .post-type {62 .npc-settings .inside .post-type { 63 63 min-width: 200px; 64 64 } 65 . inner > div {65 .npc-settings .inner > div { 66 66 width: 100%; 67 67 margin-bottom: 5px; 68 68 } 69 . buttons input {69 .npc-settings .buttons input { 70 70 margin:0 0 5px !important; 71 71 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.