Changeset 2315971
- Timestamp:
- 06/01/2020 04:01:01 PM (6 years ago)
- Location:
- match-me-for-buddypress/trunk
- Files:
-
- 3 edited
-
loader.php (modified) (1 diff)
-
mp-settings.php (modified) (1 diff)
-
src/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
match-me-for-buddypress/trunk/loader.php
r2315966 r2315971 6 6 * Author: Muhammad Kashif 7 7 * Author URI: https://kashif.io/ 8 * Version: 1. 2.38 * Version: 1.3 9 9 */ 10 10 -
match-me-for-buddypress/trunk/mp-settings.php
r2315965 r2315971 126 126 127 127 echo "</div>"; 128 128 129 129 130 130 echo '</div>'; 131 131 132 echo "133 134 <style>135 136 .mp-settings-content{137 width: 70%;138 display: inline-block;139 }140 141 .mp-settings-content h1{142 background: #23c388;143 clear: both;144 text-align: center;145 color: #fff;146 margin-right: 17px;147 }148 149 .mp-settings-sidebar {150 width: 26%;151 display: inline-block;152 background: #eaeaeabd;153 padding: 10px 20px;154 }155 156 .mp-container{157 background: #d2f7fd47;158 padding: 10px 20px;159 160 }161 162 163 164 </style>165 166 ";167 132 } 168 133 -
match-me-for-buddypress/trunk/src/css/style.css
r2180015 r2315971 1 .mp-settings-content{ 2 width: 70%; 3 display: inline-block; 4 } 5 6 .mp-settings-content h1{ 7 background: #23c388; 8 clear: both; 9 text-align: center; 10 color: #fff; 11 margin-right: 17px; 12 } 13 14 .mp-settings-sidebar { 15 width: 26%; 16 display: inline-block; 17 background: #eaeaeabd; 18 padding: 10px 20px; 19 } 20 21 .mp-container{ 22 background: #d2f7fd47; 23 padding: 10px 20px; 24 25 } 26 1 27 .hmk-get-percent{ 2 28 display: inline-block;
Note: See TracChangeset
for help on using the changeset viewer.