Changeset 12524

Show
Ignore:
Timestamp:
09/17/11 19:46:01 (2 years ago)
Author:
mbrevda
Message:

re #5432 - experimental suport for limting max page width. Caping at 1080p, as that should be a sweet spot of keeping the header/foot at 100% of the page for most user while still capping the width for those with monsterous displays

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/assets/css/mainstyle.css

    r12481 r12524  
    1919  min-height: 100%; 
    2020  position: relative; 
     21  max-width: 1920px; 
     22  margin-right: auto; 
     23  margin-left: auto; 
    2124 
    2225} 
     
    2427   position: fixed; 
    2528  z-index: 1000; 
    26   width: 100%; 
     29  min-width: 100%; 
     30  max-width: 1920px; 
    2731} 
    2832#page_body {