Style patient file tab for manual checking.

This commit is contained in:
Mikaël Ates 2016-01-18 18:13:03 +01:00
parent 5a54a3580d
commit 59fe8dfbcd
1 changed files with 56 additions and 6 deletions

View File

@ -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;