summaryrefslogtreecommitdiffstats
path: root/docs/infrastructure/ci.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Adjust the structure for infra documentationFatih Degirmenci1-0/+11
Change-Id: Id2901b810a967ecbf8f6af84604e4839890e44e4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> (cherry picked from commit 5c0a666e66a04827d54237937de2161ec6ba331f)
='#n92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
<div class="content">
    <!--testcaselist-->
    <div>
        <i class="fa fa-arrow-left fa-1x" aria-hidden="true" style="color: #999;cursor:pointer" ng-click="goBack()">Back</i>

        <h4>Detail</h4>
        <hr/>

        <textarea ng-model="testcaseInfo" spellcheck="false">

        </textarea>







    </div>




</div>

<toaster-container></toaster-container>

<style>
    .form-control {
        border-radius: 5px;
        width: 300px;
        margin-bottom: 10px;
    }

    .uploadbutton {
        background-color: #007ACC;
        color: #fff;
        border: 0px;
        border-radius: 5px;
        height: 27px;
    }

    .edit-title {
        border: 0px;
        background-color: #ffffff;
        margin-bottom: 5px;
    }

    .null-edit-title {
        border: 1px solid #e5e6e7;
        border-radius: 5px;
        margin-bottom: 3px;
    }

    .item-info {
        display: flex;
        flex-direction: row;
    }

    .delete-img {
        width: 19px;
        height: 19px;
        opacity: 0.8;
        margin-left: 5px;
        margin-top: 4px;
        cursor: pointer;
    }

    .nextButton {
        margin-top: 30px;
        border: none;
        border-radius: 5px;
        padding: 6px;
        background-color: #339933;
        color: #ffffff;
        text-align: center;
        /* margin-left: 300px; */
    }

    .bs-sidenav {
        margin-top: 40px;
        margin-bottom: 20px;
        width: 124px;
    }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .nav>li {
        position: relative;
        display: block;
    }

    li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

    a {
        cursor: pointer;
    }

    a.active {
        background-color: #EEEEEE;
        border-radius: 5px;
    }
</style>