Changeset 2291:a3e033a82cbf for admin
- Timestamp:
- 10/06/13 11:29:06 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
-
blog_theme.php (modified) (1 diff)
-
plugins.php (modified) (1 diff)
-
style/default.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2286 r2291 200 200 echo 201 201 '<div class="multi-part" id="new" title="'.__('Add themes').'">'. 202 '<h3>'.__('Add themes from repository').'</h3>' .203 '<p>'.__('Search and install themes directly from repository.').'</p>';202 '<h3>'.__('Add themes from repository').'</h3>'; 203 // '<p>'.__('Search and install themes directly from repository.').'</p>'; 204 204 205 205 $list -
admin/plugins.php
r2286 r2291 210 210 echo 211 211 '<div class="multi-part" id="new" title="'.__('Add plugins').'">'. 212 '<h3>'.__('Add plugins from repository').'</h3>' .213 '<p>'.__('Search and install plugins directly from repository.').'</p>';212 '<h3>'.__('Add plugins from repository').'</h3>'; 213 // '<p>'.__('Search and install plugins directly from repository.').'</p>'; 214 214 215 215 $list -
admin/style/default.css
r2282 r2291 261 261 font-size: 1.2rem; 262 262 line-height: 1.5; 263 font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; 263 /* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; */ 264 font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 264 265 color: #333; 265 266 background: #fff; … … 2274 2275 background-color: #ecf0f1; 2275 2276 } 2277 .index .btn.no-link, .index a { 2278 padding: 2px 8px 3px; 2279 font-variant: small-caps; 2280 } 2281 .index a { 2282 font-weight: bold; 2283 } 2284 .index .btn.no-link { 2285 color: #ccc; 2286 } 2287 .pager .active { 2288 padding: 4px 8px; 2289 color: #fff; 2290 background: #676e78; 2291 -webkit-border-radius: 3px; 2292 border-radius: 3px; 2293 font-variant: small-caps; 2294 } 2276 2295 /* Etapes */ 2277 2296 .step {
Note: See TracChangeset
for help on using the changeset viewer.
