Changeset 2503


Ignore:
Timestamp:
Sep 6, 2008, 12:44:08 AM (16 years ago)
Author:
vdigital
Message:

Checkboxes reverted on rvelices request.
And several minor corrections

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/admin/configuration.tpl

    r2492 r2503  
    77
    88{if isset($main)}
    9 <fieldset>
     9<fieldset id="mainConf">
    1010  <ul>
    1111    <li>
    12       <span class="property m38">
     12      <span class="property">
    1313        <label for="gallery_title">{'Gallery title'|@translate}</label>
    1414      </span>
     
    1717
    1818    <li>
    19       <span class="property m38">
     19      <span class="property">
    2020        <label for="page_banner">{'Page banner'|@translate}</label>
    2121      </span>
     
    2424
    2525    <li>
    26       <span class="property m38">
     26      <span class="property">
    2727        <label for="gallery_url">{'Gallery URL'|@translate}</label>
    2828      </span>
     
    3232</fieldset>
    3333
    34 <fieldset>
     34<fieldset id="mainConfCheck">
    3535  <ul>
    3636
     
    8181
    8282{if isset($history)}
    83 <fieldset>
     83<fieldset id="historyConf">
    8484  <ul>
    8585      <li>
     
    100100
    101101{if isset($comments)}
    102 <fieldset>
     102<fieldset id="commentsConf">
    103103  <ul>
    104104    <li>
     
    143143
    144144{if isset($upload)}
    145 <fieldset>
     145<fieldset id="uploadConf">
    146146  <ul>
    147147    <li>
     
    151151    <li>
    152152      <label><span class="property">{'User access level to upload'|@translate}</span>
    153       {html_options class="widefield" name="upload_user_access" options=$upload.upload_user_access_options selected=$upload.upload_user_access_options_selected}
     153      {html_options name="upload_user_access" options=$upload.upload_user_access_options selected=$upload.upload_user_access_options_selected}
    154154    </li>
    155155    <li>
  • trunk/admin/template/yoga/default-colors.css

    r2390 r2503  
    1313
    1414/* Tables & forms */
    15 
    16 /* IE <= 6 is so bad with this that you can't merge with the following rule */
    17 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
    18 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
    19   color:black;
    20   background-color: #d3d3d3;    /* lightgrey */
    21 }
    2215
    2316INPUT.text, INPUT.password, INPUT.button,
  • trunk/admin/template/yoga/default-layout.css

    r2498 r2503  
    9898  white-space: nowrap;
    9999}
    100 .property {
    101   width: 60%;
    102 }
    103 TEXTAREA.description {
     100
     101FIELDSET#mainConfCheck SPAN.property,
     102FIELDSET#historyConf SPAN.property,
     103FIELDSET#commentsConf SPAN.property,
     104FIELDSET#uploadConf SPAN.property {
     105  float: right;
     106  text-align: left;
     107}
     108FIELDSET#mainConfCheck INPUT,
     109FIELDSET#historyConf INPUT,
     110FIELDSET#commentsConf INPUT,
     111FIELDSET#uploadConf INPUT {
     112  float: none;
     113}
     114
     115FIELDSET#mainConf SPAN.property {
     116  width: 25%;
     117}
     118FIELDSET#mainConf TEXTAREA.description {
    104119  width: 70%;
     120}
     121
     122FIELDSET#mainConfCheck SPAN.property,
     123FIELDSET#historyConf SPAN.property {
     124  width: 90%;
     125}
     126FIELDSET#mainConfCheck INPUT,
     127FIELDSET#historyConf INPUT,
     128FIELDSET#commentsConf INPUT,
     129FIELDSET#uploadConf SELECT,
     130FIELDSET#uploadConf INPUT {
     131  margin-left: 5%;
     132}
     133
     134FIELDSET#commentsConf SPAN.property {
     135  width: 85%;
     136}
     137
     138FIELDSET#uploadConf SPAN.property {
     139  width: 73%;
    105140}
    106141
     
    285320TEXTAREA.description {
    286321  height: 12em;
    287   width: 60%;
     322  width: 40em;
    288323  overflow: auto;
    289324}
     
    393428  font-weight: bold;
    394429  float: left;
    395   width: 60%;
     430  width: 50%;
    396431  text-align: right;
    397432  margin: 0;
    398433  padding: 0 0.5em 0 0;
    399 }
    400 .m38 {
    401   width: 38% !important;
    402434}
    403435
     
    500532  font-size:80%;
    501533  border-collapse : collapse;
    502 }
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2498 r2503  
    33body, h3, dt, h2, .throw, .content,
    44input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#ccc; }
    5 input.text, input.button, input.submit, input.reset, input.file, select, textarea {
    6 color:#111; } 
     5INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
     6INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"], select, textarea {
     7color:#111; background-color: #eee; } 
    78input.rateButton, legend, #theAdminPage h3 { color: #777; }
    89#theAdminPage h2 { color: #333; }
     
    5051.browsePath a { color: #eee; }
    5152/* borders */ /* TODO */
    52 INPUT, SELECT, TEXTAREA { border-left: 2px solid #696969; }
     53INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969;
     54cursor:text; text-indent:4px; }
    5355.content UL.thumbnails SPAN.wrap2 {
    5456  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
  • trunk/admin/template/yoga/thumbnails.css

    r2390 r2503  
    3131}
    3232UL.thumbnails .levelIndicatorB {
    33 display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; fontsize:120%;
     33display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; font-size:120%;
    3434}
    3535UL.thumbnails .levelIndicatorF {
    36 display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; fontsize:120%;
     36display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; font-size:120%;
    3737}
  • trunk/language/fr_FR/admin.lang.php

    r2491 r2503  
    236236$lang['filesize'] = 'poids';
    237237$lang['first element added on %s'] = 'premier élément ajouté le %s';
    238 $lang['forbidden'] = 'interdit';
     238$lang['forbidden'] = 'Interdit';
    239239$lang['conf_general'] = 'Générale';
    240240$lang['global mode'] = 'mode global';
Note: See TracChangeset for help on using the changeset viewer.