Ignore:
Timestamp:
02/07/14 10:55:22 (10 years ago)
Author:
andmor
Message:

Updated Boostrap to v3.1.0

File:
1 edited

Legend:

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

    r4372 r4476  
    1818    -webkit-animation-duration: 0.25s;
    1919    -moz-animation-duration: 0.25s;
    20         -o-animation-duration: 0.25s;
    21         animation-duration: 0.25s;
     20    -o-animation-duration: 0.25s;
     21    animation-duration: 0.25s;
    2222}
    2323
     
    3333    border-color: #e9322d;
    3434    -webkit-box-shadow: 0 0 6px #f8b9b7;
    35      -moz-box-shadow: 0 0 6px #f8b9b7;
    36           box-shadow: 0 0 6px #f8b9b7;
     35    -moz-box-shadow: 0 0 6px #f8b9b7;
     36    box-shadow: 0 0 6px #f8b9b7;
    3737}
    3838
     
    5858
    5959.img-responsive-inline{
    60   display: inline-block;
    61   height: auto;
    62   max-width: 100%;
     60    display: inline-block;
     61    height: auto;
     62    max-width: 100%;
    6363}
    6464
     
    110110
    111111.schemacat-fluid-container {
    112   padding-left: 15px;
    113   padding-right: 15px;
    114   margin-left: auto;
    115   margin-right: auto;
     112    padding-left: 15px;
     113    padding-right: 15px;
     114    margin-left: auto;
     115    margin-right: auto;
    116116}
    117117
     
    120120}
    121121
     122#schema-div,
     123#contact-div {
     124    font-size: 21px;
     125    font-weight: 200;
     126    line-height: 2.1428571435;
     127}
     128
     129#schema-div h1,
     130#contact-div h1 {
     131    line-height: 1;
     132}
     133
     134#schema-div p,
     135#contact-div p {
     136    line-height: 1.4;
     137    font-size: inherit;
     138    font-weight: inherit;
     139    margin-bottom: 10px;
     140}
     141
     142.help-block {
     143    line-height: 1.428571429;
     144}
     145
     146#fill-details-modal-error.help-block {
     147    padding-top: 7px;
     148}
     149
     150
     151/* FIX FOR BOOTSTRAP 3.1.0 BUG #12447. (From #12489 commit) */
     152/* 1. override the wrong selectors to create a border */
     153.panel > .table-bordered > tbody > tr:first-child > td {
     154  border-top: 1px solid #ddd;
     155}
     156
     157.panel > .table-bordered > thead > tr:last-child > th {
     158  border-bottom: 1px solid #ddd;
     159}
     160/* 2. declare new fixed selectors */
     161.panel > .table-bordered > tbody:first-child > tr:first-child > td {
     162  border-top: 0;
     163}
     164
     165.panel > .table-bordered > thead:last-child > tr:last-child > th {
     166  border-bottom: 0;
     167}
     168/* END OF FIX FOR BOOTSTRAP 3.1.0 BUG #12447 */
     169
    122170.modal {
    123171    overflow-y: auto;
     
    130178/* Lastly, apply responsive CSS fixes as necessary */
    131179@media (max-width: 767px) {
    132     #footer{
     180    #footer {
    133181        margin-left:-20px;
    134182        margin-right:-20px;
     
    142190    }
    143191   
    144     #pushh{
     192    #pushh {
    145193        height:0px;
    146194    }
     
    148196
    149197@media (max-width: 1009px) {
    150   .sidebar-nav-fixed {
    151       position:static;
    152       width:auto;
    153   }
    154 
    155 }
     198    .sidebar-nav-fixed {
     199        position:static;
     200        width:auto;
     201    }
     202}
Note: See TracChangeset for help on using the changeset viewer.