Changeset 83 for trunk/style


Ignore:
Timestamp:
Feb 10, 2009, 7:46:17 PM (15 years ago)
Author:
maron
Message:

užší levý panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r80 r83  
    2828   text-align: left;
    2929   
    30    width: 190px;
     30   width: 160px;
    3131   height: 18px;
    3232   /*background: url('menuhover.gif') no-repeat;*/
     
    8888.menu
    8989{
    90   width: 200px;
     90  width: 100px;
    9191  vertical-align: top;
    92   padding: 10px;
     92  padding: 4px;
    9393  background-color: #F0F0F0;
    9494
     
    106106}
    107107
     108/**************Menu***************/
    108109.hidden-menu-item
    109110{
    110111  display: none;
    111112  background-color: #FFF0F0;
    112   margin: 0px 0px 0px 0px;
     113  margin: 0px 5px 0px 5px;
    113114  padding: 2px;
    114115  border-style: solid;
     
    117118}
    118119
     120#TranslationMenu
     121{
     122  margin: 0px 0px 0px 5px;
     123}
     124
    119125.box
    120126{
    121127  overflow: auto;
    122   width: 200px;
     128  width: 180px;
    123129  height: 300px;
    124130  font-size: 10px;
Note: See TracChangeset for help on using the changeset viewer.