Changeset 2622


Ignore:
Timestamp:
Sep 28, 2008, 10:22:35 PM (16 years ago)
Author:
vdigital
Message:

RC1 - Last Graphic and CSS feedback

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/rating.tpl

    r2540 r2622  
    2525    </label>
    2626
     27    <label>
     28      &nbsp;
    2729    <input class="submit" type="submit" name="submit_filter" value="{'Submit'|@translate}" />
     30    </label>
    2831    <input type="hidden" name="page" value="rating" />
    2932  </fieldset>
  • trunk/admin/template/goto/theme/roma/theme.css

    r2612 r2622  
    77{ color:#999; background-color: #eee; }  */
    88INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
    9 input.rateButton, legend, #theAdminPage h3 { color: #666; }
     9input.rateButton, legend, h3 { color: #666; }
    1010#theAdminPage h2 { color: #333; }
    1111.content .infos { color: #f70; border:0; background-color: transparent;
     
    3737.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    3838 text-align:right; background:none; border: 0; }
     39.content h3 ~ h3{ margin-top: 40px; }
    3940.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
    4041/*.content h2:before, .content h2:after, */
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2611 r2622  
    6868#imageHeaderBar .browsePath { margin-left:125px; }
    6969H2 { border-bottom: 1px solid #000000; }
     70#qsearchInput { background-color: #111; border-color: #222; color: #222;}
    7071FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    71 INPUT, select, textarea { color:#999; background-color: #444; }
     72input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
     73background-color:#444; color:#999; } /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
     74INPUT, select, textarea { color:#999; background-color: #444; }
     75#qsearchInput:focus,
    7276input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
    7377.content UL.thumbnails SPAN.wrap2 {
Note: See TracChangeset for help on using the changeset viewer.