Ignore:
Timestamp:
01/09/14 15:51:15 (10 years ago)
Author:
andmor
Message:

Branch for migration to Bootstrap 3

Location:
cats/SCHEMAcat/branches/urn.org.isocat.schemacat.site
Files:
1 edited
3 copied

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/branches/urn.org.isocat.schemacat.site/site/styles/SCHEMAcat.css

    r4078 r4236  
    55}
    66
     7body {
     8    overflow-y: scroll;
     9}
     10
    711.centered{
    812    text-align:center;
    9 }
    10 
    11 .selected{
    12     background-color:#f5f5f5;
    1313}
    1414
     
    4949    position:fixed;
    5050    width:21.97%;
    51     min-width: 241px;
     51    min-width: 246px;
    5252}
    5353
     
    8181    height:100%;
    8282    /* Negative indent footer by it's height */
    83     margin:0 auto -60px;
     83    margin:0 auto -71px;
    8484}
    8585
     
    8888#pushf,
    8989#footer{
    90     height:60px;
     90    height:71px;
    9191}
    9292#footer{
     
    9494    padding-top:20px;
    9595}
     96
     97/*.navbar-nav > li > a,
     98.navbar-header > a {
     99    padding-top:10px !important;
     100    padding-bottom:10px !important;
     101}
     102.navbar-fixed-top {
     103    min-height:40px !important;
     104    height: 35px
     105}*/
    96106
    97107/* Lastly, apply responsive CSS fixes as necessary */
     
    103113        padding-right:20px;
    104114    }
    105 }
    106 
    107 @media (max-width: 979px) {
     115   
     116    .navbar-fixed-top
     117    {
     118        position: relative;
     119        top: auto;
     120    }
     121   
    108122    #pushh{
    109123        height:0px;
Note: See TracChangeset for help on using the changeset viewer.