Ignore:
Timestamp:
Feb 8, 2011, 5:46:52 PM (13 years ago)
Author:
flop25
Message:

adding tiptip for icons
language code in smarty tag changed -> I hate that change !!
ready to be in PEM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/theme.css

    r9108 r9120  
    77  text-align: center; /* be nice to IE5 */
    88}
    9 body div.content {
     9body#theCommentsPage .content, body#theUploadPage .content, body#theRegisterPage .content, body#theIdentificationPage .content, body#theProfilePage .content, body#theSearchPage .content, body#theAboutPage .content, body#thePasswordPage .content, body#theNotificationPage .content, body#theTagsPage .content {
    1010  margin-left: 20em !important;
    1111        margin-bottom: 1em !important;
    1212        margin-right: 1em !important;
     13        margin-top:1.9em !important;
     14}
     15body#thePopuphelpPage #theHeader {
     16        display:none;
    1317}
    1418#the_page {
     
    7680/** forms **/
    7781
    78 FORM { padding: 0em; }
     82FORM { padding: 0em; margin-top: 5px; }
    7983
    8084FORM P {
     
    328332margin:0;
    329333}
     334
    330335#theHeader {
    331336        margin: 0px;
     
    361366ul#Menu
    362367{
    363         height:22px;
     368        height:25px;
    364369        margin: 0;
    365370        list-style-type: none;
     
    375380        display: block;
    376381        margin:0 10px;
    377         height:22px;
     382        height:25px;
    378383}
    379384ul#Menu li a
     
    383388        font-size: 1em;
    384389        text-decoration: none;
     390}
     391#home_icon, #form_search_menu {
     392        float:right !important;
     393        margin-right:20px;
    385394}
    386395
     
    496505#imageToolBar IMG { margin: 2px auto; }
    497506#imageToolBar .randomButtons A { float: left; }
    498 #imageToolBar .navButtons    A { float: right; }
     507#imageToolBar .navButtons    A { float: right;  width:36px; }
    499508
    500509
Note: See TracChangeset for help on using the changeset viewer.