summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/addons/composite/qunit-composite.css
blob: df47362db1836759e93a16982e3b6fe5c29f9223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
iframe.qunit-subsuite{
    position: fixed;
    bottom: 0;
    left: 0;
    
    margin: 0;
    padding: 0;
    border-width: 1px 0 0;
    height: 45%;
    width: 100%;

    background: #fff;
}