Changeset 7162

Show
Ignore:
Timestamp:
06/17/11 02:32:10 (2 years ago)
Author:
ufo
Message:

better viewing (line-height) + without extra iphone menu styling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css

    r7161 r7162  
    2424    padding-bottom:24px; 
    2525} 
     26 
     27#menubar{ 
     28    font-size:35px; 
     29} 
     30 
    2631 
    2732        #maincontent .multiColumn { 
     
    5762 
    5863 
    59 /**** Begin iphone menu bar ****/ 
    60  
    61 #iphone_menu{ 
    62     position:absolute;   
    63     display:inline !important; 
    64     top:0px; 
    65     left:0px; 
    66     margin:0px; 
    67     padding:10px; 
    68     z-index:40 !important; 
    69 } 
    70  
    71 #iphone_menu_handles{ 
    72     display:block; 
    73     font-size:60px; 
    74     font-weight:bold; 
    75     height:160px; 
    76 } 
    77  
    78 #iphone_menu_open{ 
    79     display:inline; 
    80 } 
    81  
    82 #iphone_menu_close{ 
    83     display:none; 
    84 } 
    85  
    86 #iphone_menu_joker{ 
    87     display:none; 
    88     position:absolute; 
    89     right:5px; 
    90     top:5px; 
    91     border:none; 
    92     text-decoration:none; 
    93 } 
    94  
    95 .iphone_button{ 
    96     display:inline !important; 
    97 } 
    98 .iphone_button table { 
    99     table-layout:fixed; 
    100     color:#ffffff; 
    101     border-collapse:collapse; 
    102     vertical-align:middle; 
    103 } 
    104  
    105 .iphone_button_content { 
    106     font-weight:bold; 
    107     padding: 0.2em 0.75em; 
    108 } 
    109     /*** Begin  iphone menu items ***/ 
    110             #iphone_menu_items { 
    111                 display:none; 
    112             } 
    113             #iphone_menu_items table { 
    114                 border-collapse:collapse; 
    115             } 
    116  
    117             #iphone_menu_items  td { 
    118                 vertical-align:middle; 
    119             } 
    120  
    121             #iphone_menu_items .menu_item { 
    122                 font-size:65px; 
    123                 padding:15px 30px; 
    124                 line-height:1.5em;           
    125             } 
    126  
    127             #iphone_menu_items .menu_item table {  
    128                 width:720px; 
    129             } 
    130  
    131             #iphone_menu_items .submenu_marker { 
    132                 font-size:65px; 
    133                 padding: 0px; 
    134                 line-height:1.5em; 
    135             } 
    136  
    137             #iphone_menu_items a { 
    138                 text-decoration:none; 
    139                 font-weight:bold; 
    140                 color:#ffffff;   
    141             } 
    142  
    143             #iphone_menu_items a.active { 
    144                 color: #4f9ed3; 
    145             } 
    146             #iphone_menu_items li { 
    147                 min-height:100px; 
    148                 list-style:none; 
    149             } 
    150  
    151     /***End iphone menu items ***/ 
    152 /**** End  iphone menu bar ****/ 
    153  
    154  
    15564 
    15665 
     
    17988#maincontent{ 
    18089    font-size:35px!important; 
     90    line-height:40px; 
    18191} 
    18292