From 59fe8dfbcd273982a39dce11159b0e7f5e5f349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Mon, 18 Jan 2016 18:13:03 +0100 Subject: [PATCH] Style patient file tab for manual checking. --- src/biomon/static/biomon/css/biomonitor.css | 62 +++++++++++++++++++-- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/src/biomon/static/biomon/css/biomonitor.css b/src/biomon/static/biomon/css/biomonitor.css index 9b5d9dd..6d33ab2 100644 --- a/src/biomon/static/biomon/css/biomonitor.css +++ b/src/biomon/static/biomon/css/biomonitor.css @@ -411,7 +411,7 @@ font-size: 13px; color: #FFF; border-color: rgba(255, 255, 255, 0.12); width: 370px; -font-size: 13px; +font-size: 11px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); border-radius: 3px; vertical-align: top; @@ -435,8 +435,8 @@ form.default-form input[type="text"], form.default-form input[type="number"]{ color: #FFF; border-color: rgba(255, 255, 255, 0.12); width: 344px; -font-size: 13px; -height: 32px; +font-size: 11px; +height: 20px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); font-weight: 400; border-radius: 3px; @@ -458,7 +458,7 @@ color: #FFF; border-color: rgba(255, 255, 255, 0.12); width: 344px; height : 100px; -font-size: 13px; +font-size: 11px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); font-weight: 400; border-radius: 3px; @@ -479,7 +479,7 @@ form.default-form input[type="checkbox"] + label:before{ color: #FFF; border-color: rgba(255, 255, 255, 0.12); width: 10px; -font-size: 13px; +font-size: 11px; height: 10px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); font-weight: 400; @@ -501,7 +501,7 @@ form.default-form input[type=submit]{ border: none; background: #0972a5; border-radius: 3px; -padding: 10px 12px; +padding: 8px 12px; border-radius: 3px; border: 0px none; cursor: pointer; @@ -588,6 +588,56 @@ display: inline-block; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5); } +div.tab-content-inner-half { +width: 49%%; +height: 100%; +text-align: left; +display: inline-block; +vertical-align: top; +background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5); +} + +div.tab-manual-checking-inner-left { +width: 30%; +height: 99%; +text-align: center; +display: inline-block; +vertical-align: top; +background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5); +} + +div.tab-manual-checking-inner-right { +width: 70%; +float: right; +height: 99%; +text-align: center; +display: inline-block; +background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5); +} + +div.manual-checking-table { +width: 49%; +height: 100%; +text-align: center; +display: inline-block; +overflow-y: auto; +} + +div.manual-checking-table table { +width: 100%; +text-align: center; +table-layout: fixed +} + +div.manual-checking-table table tr { +background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1); +box-shadow: 0px 1px rgba(255, 255, 255, 0.1) inset, -1px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px rgba(0, 0, 0, 0.1) inset, 0px -1px rgba(0, 0, 0, 0.6) inset; +} + +ddiv.manual-checking-table table tr:hover { +background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2); +} + div.tab-nav-bar { /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);*/ text-align: center;