Dotclear

Changeset 1338:e1db18007775


Ignore:
Timestamp:
08/12/13 13:55:32 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

geek != sad -> Some more pretty css for about:config and user:preferences

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1336 r1338  
    11181118table.settings, table.prefs { 
    11191119     width: 80%; 
     1120     border: 1px solid #999; 
     1121     margin-bottom: 3em;  
     1122} 
     1123table.settings th, table.prefs th { 
     1124     background: #eef; 
    11201125} 
    11211126table.settings th:first-child, table.prefs th:first-child { 
     
    11311136     width: 40%; 
    11321137} 
    1133  
    11341138td.status { 
    11351139     vertical-align: middle; 
     
    11701174     padding-left: 15px; 
    11711175} 
    1172  
    11731176/* ----------------------------------------------------------------- FORMS */ 
    11741177form { 
  • locales/fr/plugins.po

    r1335 r1338  
    19191919msgid "Settings for %s" 
    19201920msgstr "Réglages pour %s" 
     1921 
     1922msgid "User preferences" 
     1923msgstr "Préférences utilisateur" 
     1924 
     1925msgid "Global preferences" 
     1926msgstr "Préférences globales" 
     1927 
  • plugins/aboutConfig/index.php

    r1334 r1338  
    9797  <title>about:config</title> 
    9898  <?php echo dcPage::jsPageTabs($part); ?> 
    99   <style type="text/css"> 
    100   table.settings { border: 1px solid #999; margin-bottom: 2em; } 
    101   table.settings th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 
    102   </style> 
    103      <script type="text/javascript"> 
     99  <script type="text/javascript"> 
    104100     //<![CDATA[ 
    105101     $(function() { 
  • plugins/userPref/index.php

    r1312 r1338  
    9393  <title>user:preferences</title> 
    9494  <?php echo dcPage::jsPageTabs($part); ?> 
    95   <style type="text/css"> 
    96      table.prefs { border: 1px solid #999; margin-bottom: 2em; } 
    97      table.prefs th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 
    98   </style> 
    9995     <script type="text/javascript"> 
    10096     //<![CDATA[ 
     
    125121<h2><?php echo html::escapeHTML($core->auth->userID()); ?> &rsaquo; <span class="page-title">user:preferences</span></h2> 
    126122 
    127 <div id="local" class="multi-part" title="<?php echo __('user preferences'); ?>"> 
     123<div id="local" class="multi-part" title="<?php echo __('User preferences'); ?>"> 
    128124 
    129125<?php  
     
    183179</div> 
    184180 
    185 <div id="global" class="multi-part" title="<?php echo __('global preferences'); ?>"> 
     181<div id="global" class="multi-part" title="<?php echo __('Global preferences'); ?>"> 
    186182 
    187183<?php 
Note: See TracChangeset for help on using the changeset viewer.

Sites map