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

some tests to avoid errors, css bug with IE

File:
1 edited

Legend:

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

    r11217 r11218  
    1212.lang_help {
    1313  display:inline-block;
    14   width:15px;
     14  width:16px;
    1515  text-align:center;
     16  vertical-align:middle;
    1617  font-style:italic;
    1718  font-family:"Georgia",serif;
    18   background-color:#464646;
     19  background-color:#999;
     20  margin-left:15px;
     21  color:#fff;
    1922  font-size:0.9em;
    20   line-height:1.3em;
    21   border-radius:10px;
    22   -moz-border-radius:10px;
     23  line-height:1.4em;
     24  border-radius:7px;
     25  -moz-border-radius:7px;
    2326}
     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.