Dotclear

Changeset 1837:bc086634dac8


Ignore:
Timestamp:
09/13/13 20:09:37 (11 years ago)
Author:
Franck Paul <carnet.franck.paul@…>
Branch:
default
Parents:
1811:ca14fc7a6ad5 (diff), 1836:176d311e56a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged in lipki/dotclear/Ticket #1539 (pull request #78) - Fixes #1539

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1811 r1837  
    19971997     } 
    19981998/* caché pour tout le monde */ 
    1999 .hide { 
     1999.hide, .button.hide { 
    20002000     display: none; 
    20012001     } 
  • admin/style/default.css

    r1835 r1837  
    574574     color: #fff; 
    575575     border: 1px solid #2C8FD1; 
    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%); 
     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%); 
    579579     background-color:#25A6E1; 
    580580     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
     
    582582     input[type=submit]:hover, input[type=submit]:focus, 
    583583     a.button.submit:hover, a.button.submit:focus { 
    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%); 
     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%); 
    587587          background-color:#188BC0; 
    588588          } 
     
    593593a.button.delete, a.button.reset, a.button { 
    594594     color: #000; 
    595      background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    596      background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     595     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
     596     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
    597597     background-color: #eee; 
    598598     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
     
    606606     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
    607607     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
    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% ); 
     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% ); 
    610610          background-color:#f3f3f3; 
    611611          } 
     
    628628          } 
    629629.button.add { 
    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% ); 
     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% ); 
    632632     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 
    633633     background-color:#bee74b; 
     
    641641     } 
    642642     .button.add:hover, .button.add:active, .button.add:focus { 
    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% ); 
     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% ); 
    645645          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 
    646646          background-color:#9BCA1C; 
     
    738738     background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 
    739739     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    740      color: #34495e; 
     740     color: #000; 
    741741     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) 
    742742     } 
    743743     .dc-update h3 { 
    744744          margin-top: 0; 
    745           color: #34495e; 
     745          color: #000; 
    746746          } 
    747747     .dc-update p { 
     
    750750          } 
    751751     .dc-update a { 
    752           color: #34495e; 
    753           border-color: #000; 
     752          color: #000; 
    754753          margin-right: 1em; 
    755754          } 
    756           a.updt-info { 
    757                margin-left: 2em; 
    758                font-weight: bold; 
    759                } 
    760755          .dc-update a.button { 
    761756               padding: .5em 1em;  
     757               } 
     758          .updt-info a { 
     759               margin-left: 2em; 
     760               border-color: #000; 
     761               font-weight: bold; 
    762762               } 
    763763/* --------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.

Sites map