wp/wp-content/plugins/portfolio/bws_menu/css/modal.css
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
child 19 3d72ae0968f4
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    44     font-weight: bold;
    44     font-weight: bold;
    45     margin-top: 0;
    45     margin-top: 0;
    46 }
    46 }
    47 .bws-modal .bws-modal-footer {
    47 .bws-modal .bws-modal-footer {
    48     border-top: #eeeeee solid 1px;
    48     border-top: #eeeeee solid 1px;
    49     text-align: right;   
    49 }
       
    50 .bws-modal .bws-modal-footer .bws-modal-skip-link {
       
    51     text-decoration: none;
       
    52     float: right;
       
    53     display: inline-block;
       
    54     padding: 7px;
    50 }
    55 }
    51 .bws-modal .bws-modal-footer .button {
    56 .bws-modal .bws-modal-footer .button {
    52     margin: 0 7px;    
    57     margin: 0 7px;    
       
    58     float: left;
       
    59 }
       
    60 .rtl .bws-modal .bws-modal-footer .bws-modal-skip-link {
       
    61     float: left;
       
    62 }
       
    63 .rtl .bws-modal .bws-modal-footer .button {
       
    64     float: right;
    53 }
    65 }
    54 .bws-modal .bws-modal-footer .button:first-child {
    66 .bws-modal .bws-modal-footer .button:first-child {
    55     margin: 0;
    67     margin: 0;
    56 }
    68 }
    57 .bws-modal .bws-modal-panel>.notice.inline {
    69 .bws-modal .bws-modal-panel>.notice.inline {