Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for infoBox (0.11 sec)

  1. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/report/PageRenderer.java

                    htmlWriter.startElement("table");
                    htmlWriter.startElement("tr");
                    htmlWriter.startElement("td");
                    htmlWriter.startElement("div").attribute("class", "infoBox").attribute("id", "tests");
                    htmlWriter.startElement("div").attribute("class", "counter").characters(Integer.toString(results.getTestCount())).endElement();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 8K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

        border-collapse: collapse;
    }
    
    #summary td {
        vertical-align: top;
    }
    
    .breadcrumbs, .breadcrumbs a {
        color: #606060;
    }
    
    .infoBox {
        width: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .infoBox p {
        margin: 0;
    }
    
    .counter, .percent {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    #duration {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css.map

    height: auto;\n    max-height: 100px;\n    max-width: 100px;\n  }\n\n  .attachment-pushed {\n    margin-left: 110px;\n  }\n\n  .attachment-heading {\n    margin: 0;\n  }\n\n  .attachment-text {\n    color: $gray-700;\n  }\n}\n\n// Overlays for Card, InfoBox & SmallBox\n.card,\n.overlay-wrapper,\n.info-box,\n.small-box {\n  // Box overlay for LOADING STATE effect\n  > .overlay,\n  > .loading-img {\n    height: 100%;\n    left: 0;\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  .overlay...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
Back to top