Dotclear


Ignore:
Timestamp:
09/26/13 15:14:02 (12 years ago)
Author:
Franck Paul <carnet.franck.paul@…>
Branch:
default
Parents:
2099:7af2e5aa15c2 (diff), 2101:4f5f79f9f0c9 (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 blr21/dotclear/ticket 1406 (pull request #81)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2097 r2102  
    25122512          } 
    25132513     } 
     2514      
     2515/* color-picker.js */ 
     2516.color-color-picker { 
     2517     border: 1px solid #000; 
     2518     width: 195px; 
     2519     background: #fff; 
     2520} 
     2521 
     2522/* _blog_theme.js */ 
     2523.select-button { 
     2524     font-weight: bold; 
     2525} 
     2526 
     2527/* _media_item.js */ 
     2528.color-div { 
     2529     border: 1px solid #ccc; 
     2530} 
     2531 
     2532/* common.js */ 
     2533.colorBeginPassword { 
     2534     color: #fff; 
     2535} 
     2536.colorEndPassword { 
     2537     color: #ffbaba; 
     2538} 
     2539.colorBeginMessage { 
     2540     color: #ccc; 
     2541} 
     2542.colorEndMessage { 
     2543     color: #676e78; 
     2544} 
     2545.colorBeginError { 
     2546     color: #ffdec8; 
     2547} 
     2548.colorEndError { 
     2549     color: #ffbaba; 
     2550} 
     2551.colorBeginSuccess { 
     2552     color: #9BCA1C; 
     2553} 
     2554.colorEndSuccess { 
     2555     color: #bee74b; 
     2556} 
     2557/* _post.js */ 
     2558.colorBeginValidatorMsg { 
     2559     color: #676e78; 
     2560} 
     2561.colorEndValidatorMsg { 
     2562     color: #ffcc00; 
     2563} 
     2564.colorBeginValidatorErr { 
     2565     color: #fff; 
     2566} 
     2567.colorEndValidatorErr { 
     2568     color: #ffbaba; 
     2569} 
     2570/* _preferences.js */ 
     2571.colorBeginUserMail { 
     2572     color: #fff; 
     2573} 
     2574.colorEndUserMail { 
     2575     color: #ffbaba; 
     2576} 
     2577      
  • admin/style/default.css

    r2101 r2102  
    415415     font: 100% "Andale Mono","Courier New",monospace; 
    416416     } 
     417code { 
     418     background: #FAFAD1; 
     419     } 
    417420pre { 
    418421     white-space: pre; 
     
    17401743     vertical-align: top; 
    17411744     min-height: 140px; 
     1745     word-wrap: break-word; 
    17421746     } 
    17431747     .media-item p { 
     
    23522356     width: 100%; 
    23532357     height: 4px; 
    2354      background: #d99; 
     2358     background: #EBEB47; 
    23552359     } 
    23562360#debug div { 
     
    23632367#debug:hover { 
    23642368     height: auto; 
     2369     padding: 2px 1em; 
     2370     z-index: 100; 
    23652371     } 
    23662372#debug:hover div { 
     
    24682474     #content { 
    24692475          margin: 0; 
    2470           padding: 0 .5em; 
     2476          padding: 0 .5em !important; 
    24712477          } 
    24722478     #collapser { 
     
    24762482          margin: 0; 
    24772483          padding: 6px 0; 
     2484          } 
     2485     #dashboard-boxes .box.medium, 
     2486     #dashboard-boxes .box.small, 
     2487     #dashboard-boxes .box.large { 
     2488          width: 90%; 
     2489          margin: 10px auto; 
    24782490          } 
    24792491     } 
     
    24952507     #icons p { 
    24962508          width: 150px; 
    2497           } 
    2498      #dashboard-boxes .box.small 
    2499      #dashboard-boxes .box.medium { 
    2500           margin: 10px 0; 
    2501           width: 280px; 
    25022509          } 
    25032510     #content.with-help #help-button { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map