Difference between revisions of "Team:Vilnius-Lithuania/Methods"

Line 7: Line 7:
 
<html>
 
<html>
 
<body>
 
<body>
 +
    <style>
 +
    .panel-heading [data-toggle="collapse"]:after {
 +
        font-family: 'Glyphicons Halflings';
 +
        content: "\e072"; /* "play" icon */
 +
        position: absolute;
 +
        top: 10px;
 +
        right: 10px;
 +
        color: #DE564B;
 +
        font-size: 18px;
 +
        line-height: 22px;
 +
        /* rotate "play" icon from > (right arrow) to down arrow */
 +
        -webkit-transform: rotate(-90deg);
 +
        -moz-transform: rotate(-90deg);
 +
        -ms-transform: rotate(-90deg);
 +
        -o-transform: rotate(-90deg);
 +
        transform: rotate(-90deg);
 +
    }
 +
 +
    .panel-heading [data-toggle="collapse"].collapsed:after {
 +
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
 +
        -webkit-transform: rotate(90deg);
 +
        -moz-transform: rotate(90deg);
 +
        -ms-transform: rotate(90deg);
 +
        -o-transform: rotate(90deg);
 +
        transform: rotate(90deg);
 +
        color: #454444;
 +
    }
 +
</style>
 +
 
<section class="container-fluid" style="padding: 0px; padding-top: 20px;">
 
<section class="container-fluid" style="padding: 0px; padding-top: 20px;">
  

Revision as of 22:55, 1 September 2015

Protocol