Changeset 1590
- Timestamp:
- 05/16/2015 11:56:20 AM (9 years ago)
- Location:
- sites/trunk/translate.wordpress.org/public_html/gp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/locales.php
r1555 r1590 10 10 <div class="filter-header"> 11 11 <ul class="filter-header-links"> 12 <li>< ?php _e( 'Find your locale' ); ?></li>12 <li><span class="current"><?php _e( 'Find your locale' ); ?></span></li> 13 13 </ul> 14 14 <div class="search-form"> 15 15 <label class="screen-reader-text" for="locales-filter"><?php esc_attr_e( 'Search locales...' ); ?></label> 16 <input placeholder="<?php esc_attr_e( 'Search locales...' ); ?>" type="search" id="locales-filter" class=" wp-filter-search">16 <input placeholder="<?php esc_attr_e( 'Search locales...' ); ?>" type="search" id="locales-filter" class="filter-search"> 17 17 </div> 18 18 </div> -
sites/trunk/translate.wordpress.org/public_html/gp-templates/style.css
r1530 r1590 4 4 5 5 .gp-content { 6 font-family: 'Open Sans' !important;6 font-family: 'Open Sans', sans-serif !important; 7 7 margin: 20px auto; 8 8 max-width: 940px; 9 9 padding: 0 10px; 10 } 11 12 .gp-content h2 { 13 font-family: 'Open Sans', sans-serif !important; 14 margin: 2px 0 .6em; 10 15 } 11 16 … … 14 19 display: block; 15 20 float: none; 16 }17 18 .gp-content h2 {19 font-family: 'Open Sans' !important;20 margin: 2px 0 .6em;21 21 } 22 22 … … 108 108 display: inline-block; 109 109 position: relative; 110 -webkit-box-sizing: border-box; 110 111 box-sizing: border-box; 111 margin: 0 0 25px 0;112 padding: 0 40px 0 10px;112 margin: 12px 0 25px; 113 padding: 0 20px; 113 114 width: 100%; 115 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 114 116 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 115 117 border: 1px solid #dfdfdf; … … 119 121 } 120 122 121 .filter-header-links { 122 display: inline-block; 123 margin: 0; 123 ul.filter-header-links { 124 display: inline-block; 125 margin: 0; 126 padding: 0; 124 127 } 125 128 126 129 .filter-header-links li { 130 display: inline-block; 131 margin: 0; 132 } 133 134 .filter-header-links li > a, 135 .filter-header-links li > span { 127 136 display: inline-block; 128 137 margin: 0 10px; 129 138 padding: 15px 0; 139 border-bottom: 4px solid #fff; 130 140 color: #666; 131 141 cursor: pointer; … … 141 151 .filter-header .search-form { 142 152 float: right; 143 margin: 15px 0; 144 display: inline-block; 153 margin: 12px 0 11px; 145 154 } 146 155 … … 152 161 font-weight: 300; 153 162 line-height: 1.5; 154 }155 156 .filter-search {157 163 border: 1px solid #ddd; 164 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 158 165 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 159 166 background-color: #fff; 160 167 color: #333; 161 168 outline: none; 162 transition: 0.05s border-color ease-in-out;169 -webkit-border-radius: 0; 163 170 border-radius: 0; 171 -webkit-appearance: textfield; 172 } 173 174 .locales { 175 margin-left: -2.083%; 176 } 177 178 .locales:before, 179 .locales:after { 180 content: ""; 181 display: table; 182 } 183 184 .locales:after { 185 clear: both; 164 186 } 165 187 … … 169 191 width: 31.25%; 170 192 border: 1px solid #ccc; 193 -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); 171 194 box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); 172 195 background: #fff; 196 -webkit-box-sizing: border-box; 173 197 box-sizing: border-box; 174 }175 176 .locales {177 margin-left: -2.083%;178 }179 180 .locales:before,181 .locales:after {182 content: "";183 display: table;184 }185 186 .locales:after {187 clear: both;188 198 } 189 199 … … 202 212 padding: 0 10px 5px; 203 213 -webkit-appearance: none; 214 -webkit-border-radius: 3px; 204 215 border-radius: 3px; 205 216 white-space: nowrap;
Note: See TracChangeset
for help on using the changeset viewer.