Changeset 1811:ca14fc7a6ad5 for admin
- Timestamp:
- 09/13/13 19:46:14 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.html
r1793 r1811 284 284 <h3>Dotclear 42 est disponible</h3> 285 285 <p><a class="button submit" href="#">Mettre à jour maintenant</a> 286 <a href="u#">Me le rappeler plus tard</a>287 < a href="#" class="updt-info">informationsur cette version</a></p>286 <a class="button" href="u#">Me le rappeler plus tard</a></p> 287 <p class="updt-info"><a href="#">Informations sur cette version</a></p> 288 288 </div> 289 289 <h4 class="smart-title">Messages contextuels</h4> -
admin/index.php
r1788 r1811 221 221 '<div class="dc-update"><h3>'.sprintf(__('Dotclear %s is available!'),$new_v).'</h3> '. 222 222 '<p><a class="button submit" href="update.php">'.sprintf(__('Upgrade now'),$new_v).'</a> '. 223 '<a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'.223 '<a class="button" href="update.php?hide_msg=1">'.__('Remind me later').'</a>'. 224 224 ($version_info ? ' </p>'. 225 '<p ><a href="'.$version_info.'" class="updt-info">'.__('Information about this version').'</a>' : '').'</p>'.225 '<p class="updt-info"><a href="'.$version_info.'">'.__('Information about this version').'</a>' : '').'</p>'. 226 226 '</div>'; 227 227 } -
admin/style/default.css
r1810 r1811 738 738 background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 739 739 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 740 color: # 34495e;740 color: #000; 741 741 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) 742 742 } 743 743 .dc-update h3 { 744 744 margin-top: 0; 745 color: # 34495e;745 color: #000; 746 746 } 747 747 .dc-update p { … … 750 750 } 751 751 .dc-update a { 752 color: #34495e; 753 border-color: #000; 752 color: #000; 754 753 margin-right: 1em; 755 754 } 756 a.updt-info {757 margin-left: 2em;758 font-weight: bold;759 }760 755 .dc-update a.button { 761 756 padding: .5em 1em; 757 } 758 .updt-info a { 759 margin-left: 2em; 760 border-color: #000; 761 font-weight: bold; 762 762 } 763 763 /* ---------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.