Changeset d8536c0c5c66c0d6cf8e566621c56256b363b441

Show
Ignore:
Timestamp:
11/25/07 17:43:35 (11 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1196009015 +0100
git-parent:

[e3b0e1e690b43cccac5354e00eb17ce056a79930]

git-author:
Christopher Jung <bktheg@web.de> 1196009015 +0100
Message:

Einige Fixes am CSS-Code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/data/css/menu.css

    re7425e3 rd8536c0  
    189189        padding: 0px 0px 5px 0px; 
    190190        font-size:13px; 
     191        white-space: nowrap; 
    191192} 
    192193#menu dd { 
     
    276277#page_currentpage_dropdown {vertical-align:middle; display:none} 
    277278 
    278 #mainframe { margin:0px; padding:30px 0px 0px 0px; width:100%; height:95% } 
     279#mainframe { position:absolute; top:30px; margin:0px; padding:0px 0px 0px 0px; width:100%; height:95% } 
    279280 
    280281/* Notizbox */ 
     
    293294/* Adminconsole */ 
    294295#adminconsolebox { 
    295         width:450px;    
     296        width:450px; 
    296297} 
    297298 
     
    314315/* Hilfebox */ 
    315316#helpbox { 
    316         width:350px;    
     317        width:350px; 
    317318} 
    318319 
     
    327328/* Suchen */ 
    328329#searchbox { 
    329         width:450px;    
     330        width:450px; 
    330331} 
    331332