Ignore:
Timestamp:
Jun 3, 2011, 6:09:08 PM (13 years ago)
Author:
mistic100
Message:

add some options, better intégration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Back2Front/template/style.css

    r10852 r11219  
    55  margin-bottom:10px;
    66  font-size:15px;
    7   font-style:italic;   
    8   height:1em;
     7  font-style:italic; 
    98}
    109a.reverse img {
    11   margin:0 !important;
    1210  vertical-align:top;
    13   border:none !important;
    1411}
     12.lang_help {
     13  display:inline-block;
     14  width:16px;
     15  text-align:center;
     16  vertical-align:middle;
     17  font-style:italic;
     18  font-family:"Georgia",serif;
     19  background-color:#999;
     20  margin-left:15px;
     21  color:#fff;
     22  font-size:0.9em;
     23  line-height:1.4em;
     24  border-radius:7px;
     25  -moz-border-radius:7px;
     26}
     27.lang_help:hover {
     28  background-color:#333;
     29  border:none;
     30  color:#fff;
     31}
Note: See TracChangeset for help on using the changeset viewer.