Changes in [1837:bc086634dac8:1836:176d311e56a7]
- Location:
- admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.html
r1811 r1793 284 284 <h3>Dotclear 42 est disponible</h3> 285 285 <p><a class="button submit" href="#">Mettre à jour maintenant</a> 286 <a class="button" href="u#">Me le rappeler plus tard</a></p>287 < p class="updt-info"><a href="#">Informationssur cette version</a></p>286 <a href="u#">Me le rappeler plus tard</a> 287 <a href="#" class="updt-info">information sur cette version</a></p> 288 288 </div> 289 289 <h4 class="smart-title">Messages contextuels</h4> -
admin/index.php
r1811 r1788 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 class="button"href="update.php?hide_msg=1">'.__('Remind me later').'</a>'.223 '<a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'. 224 224 ($version_info ? ' </p>'. 225 '<p class="updt-info"><a href="'.$version_info.'">'.__('Information about this version').'</a>' : '').'</p>'.225 '<p><a href="'.$version_info.'" class="updt-info">'.__('Information about this version').'</a>' : '').'</p>'. 226 226 '</div>'; 227 227 } -
admin/style/default.css
r1837 r1835 574 574 color: #fff; 575 575 border: 1px solid #2C8FD1; 576 background -image:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);577 background -image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));578 background -image:linear-gradient(top,#25A6E1 0%,#188BC0 100%);576 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 577 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 578 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 579 579 background-color:#25A6E1; 580 580 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); … … 582 582 input[type=submit]:hover, input[type=submit]:focus, 583 583 a.button.submit:hover, a.button.submit:focus { 584 background -image:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);585 background -image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));586 background -image:linear-gradient(top,#188BC0 0%,#25A6E1 100%);584 background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 585 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 586 background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 587 587 background-color:#188BC0; 588 588 } … … 593 593 a.button.delete, a.button.reset, a.button { 594 594 color: #000; 595 background -image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf));596 background -image: -moz-linear-gradient(top, #f5f5f5, #dfdfdf);595 background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 596 background: -moz-linear-gradient(top, #f5f5f5, #dfdfdf); 597 597 background-color: #eee; 598 598 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); … … 606 606 a.button.delete:hover, a.button.reset:hover, a.button:hover, 607 607 a.button.delete:focus, a.button.reset:focus, a.button:focus { 608 background -image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );609 background -image:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );608 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 609 background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 610 610 background-color:#f3f3f3; 611 611 } … … 628 628 } 629 629 .button.add { 630 background -image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) );631 background -image:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% );630 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 631 background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 632 632 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 633 633 background-color:#bee74b; … … 641 641 } 642 642 .button.add:hover, .button.add:active, .button.add:focus { 643 background -image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) );644 background -image:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% );643 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 644 background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 645 645 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 646 646 background-color:#9BCA1C; … … 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: # 000;740 color: #34495e; 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: # 000;745 color: #34495e; 746 746 } 747 747 .dc-update p { … … 750 750 } 751 751 .dc-update a { 752 color: #000; 752 color: #34495e; 753 border-color: #000; 753 754 margin-right: 1em; 754 755 } 756 a.updt-info { 757 margin-left: 2em; 758 font-weight: bold; 759 } 755 760 .dc-update a.button { 756 761 padding: .5em 1em; 757 }758 .updt-info a {759 margin-left: 2em;760 border-color: #000;761 font-weight: bold;762 762 } 763 763 /* --------------------------------------------------------------------------------- -
admin/style/jsToolBar/jsToolBar.css
r1810 r1760 36 36 border-radius: 4px 4px 0 0; 37 37 } 38 38 39 .jstElements select, .jstElements button { 39 40 vertical-align: middle; … … 54 55 background-repeat: no-repeat; 55 56 } 56 .jstElements button:hover , .jstElements button:focus{57 .jstElements button:hover { 57 58 border-color : #ddd; 58 59 background-color: #fff; … … 71 72 margin-right: 0; 72 73 } 74 73 75 .jstSwitcher { 74 76 display: block; … … 96 98 /* Buttons 97 99 -------------------------------------------------------- */ 98 button.jstb_strong {100 .jstb_strong { 99 101 background-image: url(bt_strong.png); 100 102 } 101 button.jstb_em {103 .jstb_em { 102 104 background-image: url(bt_em.png); 103 105 } 104 button.jstb_ins {106 .jstb_ins { 105 107 background-image: url(bt_ins.png); 106 108 } 107 button.jstb_del {109 .jstb_del { 108 110 background-image: url(bt_del.png); 109 111 } 110 button.jstb_quote {112 .jstb_quote { 111 113 background-image: url(bt_quote.png); 112 114 } 113 button.jstb_code {115 .jstb_code { 114 116 background-image: url(bt_code.png); 115 117 } 116 button.jstb_paragraph {118 .jstb_paragraph { 117 119 background-image: url(bt_paragraph.png); 118 120 } 119 button.jstb_br {121 .jstb_br { 120 122 background-image: url(bt_br.png); 121 123 } 122 button.jstb_blockquote {124 .jstb_blockquote { 123 125 background-image: url(bt_bquote.png); 124 126 } 125 button.jstb_pre {127 .jstb_pre { 126 128 background-image: url(bt_pre.png); 127 129 } 128 button.jstb_ul {130 .jstb_ul { 129 131 background-image: url(bt_ul.png); 130 132 } 131 button.jstb_ol {133 .jstb_ol { 132 134 background-image: url(bt_ol.png); 133 135 } 134 button.jstb_link {136 .jstb_link { 135 137 background-image: url(bt_link.png); 136 138 } 137 button.jstb_img {139 .jstb_img { 138 140 background-image: url(bt_img.png); 139 141 } 140 button.jstb_img_select {142 .jstb_img_select { 141 143 background-image: url(bt_img_select.png); 142 144 } 143 button.jstb_post_link {145 .jstb_post_link { 144 146 background-image: url(bt_post.png); 145 147 } 146 button.jstb_removeFormat {148 .jstb_removeFormat { 147 149 background-image: url(bt_clean.png); 148 150 }
Note: See TracChangeset
for help on using the changeset viewer.