Merge pull request #2131 from sjpadgett/portal-tables
[openemr.git] / interface / themes / rtl_tabs_style_compact.css
blob0fa39a68f5a5c58616f961526626e71434a6cc36
1 /**
2 * Copyright (C) 2016 Kevin Yeh <kevin.y@integralemr.com>
3 * Copyright (C) 2016 Brady Miller <brady.g.miller@gmail.com>
5 * LICENSE: This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 3
8 * of the License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
16 * @package OpenEMR
17 * @author Kevin Yeh <kevin.y@integralemr.com>
18 * @author Robert Down <robertdown@live.com>
19 * @author Brady Miller <brady.g.miller@gmail.com>
20 * @link http://www.open-emr.org
23 #mainBox
25 padding: 0px 5px 0px 0px;
28 #attendantData .patientDataColumn:nth-child(1) span {
29 float: right;
30 margin-right: 5px;
31 margin-left: 12px;
34 #attendantData .patientDataColumn{
35 float:right;
38 #attendantData .patientDataColumn:nth-child(1) .patientInfo .ptName span {
39 float: none;
42 #attendantData .patientDataColumn:nth-child(1) .patientInfo .ptName span:nth-child(2) {
43 margin: 2px;
46 .appMenu {
47 position: relative;
48 float: right;
49 margin-right: 0px;
50 display: flex;
51 flex-direction: row;
54 .btn-group.dropdown {
55 float: right;
56 direction: ltr;
59 .closeButton {
60 display: inline-block;
61 float: left;
62 position: relative;
63 top: 12px;
64 left: 5px;
65 right: 0;
66 transform: scaleX(-1);
67 padding-right: 7px;
70 #userData
72 float: left;
74 .userSection
76 right: 0;
79 .messagesColumn
81 float: left;
82 padding-left: 20px;
85 .float-element {
86 float: right;
89 .menuSection > .menuEntries .menuEntries {
90 right: 161px;