summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/assets/css/style.css')
-rw-r--r--testapi/3rd_party/static/testapi-ui/assets/css/style.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/assets/css/style.css b/testapi/3rd_party/static/testapi-ui/assets/css/style.css
index 91e8ba2..3811638 100644
--- a/testapi/3rd_party/static/testapi-ui/assets/css/style.css
+++ b/testapi/3rd_party/static/testapi-ui/assets/css/style.css
@@ -231,4 +231,41 @@ a.glyphicon {
background-color: white;
border-color: white;
margin-top: 5px;
+}
+
+.table > tbody > tr > td > div {
+ padding: 8px;
+ line-height: 1.52857;
+ vertical-align: top;
+}
+
+.table > tbody > tr > td {
+ vertical-align: middle;
+}
+
+.podTable-col {
+ font-size: 20px !important;
+}
+.podTable-col a:not(:first-child) {
+ margin-left: 10px;
+}
+.podTable {
+ padding: 10px 0;
+ margin: 10px 0;
+ background-color: #fff;
+}
+
+.podTable .search {
+ width: 150px;
+}
+
+.podTable >div {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: right;
+ margin: 10px 0;
} \ No newline at end of file