Changeset 7 for branches/2/style.css


Ignore:
Timestamp:
May 9, 2008, 7:24:45 AM (16 years ago)
Author:
george
Message:

Opraveno: Přihlašování a odhlašování uživatelů.
Upraveno: Levý panel na stránce s menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2/style.css

    r6 r7  
    1 table
     1.TranslationTable
    22{
    33  border-width: 1px;
     
    55  border-color: black;
    66  border-spacing: 0px;
     7  text-align: center;
    78}
    89
    9 table td
     10.TranslationTable td
    1011{
    1112  border-width: 1px;
    1213  border-style: solid;
    1314  border-color: black;
     15  width: 40%;
    1416}
    1517
    16 table th
     18.TranslationTable th
    1719{
    1820  border-width: 1px;
    1921  border-style: solid;
    2022  border-color: black;
    21 }
    22 
    23 #TranslationItem
    24 {
    25   _width: 600px;
    26   text-align: center;
    27  
    28 }
    29 
    30 #TranslationItem td
    31 {
    32   _height: 100px;
    33   width: 40%;
    34 }
    35 
    36 #TranslationItem th
    37 {
    38   width: 20%;
     23  width: 15%;
    3924}
    4025
     
    4530  top: 0;
    4631}
     32
     33.MainLayout
     34{
     35  border: 0;
     36  width: 100%;
     37}
     38
     39.MainLayout td
     40{
     41  vertical-align: top;
     42}
     43
     44.MainLayout #LeftPanel
     45{
     46  width: 200px;
     47}
Note: See TracChangeset for help on using the changeset viewer.