Changeset 207 in t29-www for shared/css


Ignore:
Timestamp:
Oct 24, 2010, 4:59:15 AM (13 years ago)
Author:
sven
Message:

Partial Results of the upcoming t29 translation system improvement session:

  • Swapped the messages from the settings to an ordinary XML file, loaded synchronously via AJAX
  • Dynamically loaded CSS seems to work by now (I think so...)
  • Started to implement the fixed box (is intended to replace the submit box at the editor area with much more features like better help button, total page editor, exit button, infos about http://edit.technikum29.de where the submissions are supposed to be stored for much more Simplicity), body border also missing yet (commented out)

Sven

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shared/css/fresh.css

    r205 r207  
    524524        display: inline-block;
    525525        zoom: 1; /* IE7 inline-block hack */ *display: inline;
    526         text-decoration: none;
    527         margin: 0 2px;
    528         padding: 0.4em 1.5em 0.42em;
    529         text-align: center;
     526        text-decoration: none; outline: none;
     527        margin: 0 2px; padding: 0.4em 1.5em 0.42em;
     528        text-align: center; vertical-align: baseline;
     529        color: #404040; font-size: 90%;
    530530        text-shadow: 0 1px 1px #ccc;
    531         vertical-align: baseline;
    532         outline: none;
    533         font-size: 12px;
    534         background-color: #eee;
     531        background-color: #eee; opacity: 0.8;
    535532        border: 1px solid #b7b7b7;
    536533        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
     
    540537        -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
    541538        border-radius: 0.5em 0.5em 0.5em 0.5em;
    542         color: #404040;
    543539}
    544540
    545541#sidebar-tr .tr-disabled a:hover {
    546542        background-color: white;
    547         color: black;
     543        color: black; opacity: 1;
    548544        -moz-box-shadow: 0 1px 2px #333;
    549545        text-shadow: 0 1px 1px #efefef;
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License