| | |
| | | padding-bottom: 5px; |
| | | height: auto; |
| | | min-height: 14px; |
| | | outline: none; |
| | | } |
| | | |
| | | .listing tbody td a { |
| | | color: #376572; |
| | | text-shadow: 0px 1px 1px #fff; |
| | | text-decoration: none; |
| | | } |
| | | |
| | | .webkit .listing tbody td { |
| | | height: 14px; |
| | | } |
| | | |
| | | /* This padding-left minus the focused padding left should be half of the focused border-left */ |
| | | .listing thead tr td:first-child, |
| | | .listing tbody tr td:first-child { |
| | | border-left: 0; |
| | | padding-left: 6px; |
| | | } |
| | | |
| | | .listing.iconized thead tr td:first-child, |
| | | .listing.iconized tbody tr td:first-child { |
| | | padding-left: 36px; |
| | | } |
| | | |
| | | /* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */ |
| | | .listing.focus tbody tr.focused > td:first-child { |
| | | border-left: 2px solid #b0ccd7; |
| | | padding-left: 4px; |
| | | } |
| | | |
| | | .listing.iconized.focus tbody tr.focused > td:first-child { |
| | | padding-left: 34px; |
| | | } |
| | | |
| | | .listing.focus tbody tr.selected.focused > td:first-child { |
| | | border-left-color: #9ec2d0; |
| | | } |
| | | |
| | | .listing.inconized.focus tr.focused td:first-child { |
| | | padding-left: 34px; |
| | | } |
| | | |
| | | .listbox .listitem.selected, |
| | | .listbox .tablink.selected, |
| | | .listbox .listitem.selected > a, |
| | | .listbox .tablink.selected > a, |
| | | .listing tbody tr.unfocused td, |
| | | .listing tbody tr.selected td, |
| | | .listing li.selected, |
| | | .listing li.selected > a { |
| | |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | background-color: #fff; |
| | | outline: none; |
| | | } |
| | | |
| | | /* This padding-left minus the focused padding left should be half of the focused border-left */ |
| | |
| | | |
| | | .records-table tr.selected td { |
| | | color: #fff !important; |
| | | background-color: #4db0d2 !important; |
| | | } |
| | | |
| | | .records-table.focus tr.selected td { |
| | | background: #019bc6; |
| | | background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4)); |
| | |
| | | |
| | | .records-table tr.selected td a, |
| | | .records-table tr.selected td span { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .records-table tr.unfocused td { |
| | | color: #fff !important; |
| | | background-color: #4db0d2 !important; |
| | | } |
| | | |
| | | .records-table tr.unfocused td a, |
| | | .records-table tr.unfocused td span { |
| | | color: #fff !important; |
| | | } |
| | | |
| | |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | line-height: 20px; |
| | | outline: none; |
| | | } |
| | | |
| | | .attachmentslist li a.drop { |
| | |
| | | right: 0; |
| | | top: 0; |
| | | padding: 0; |
| | | overflow: hidden; |
| | | text-indent: -5000px; |
| | | outline: none; |
| | | } |
| | | |
| | | .attachmentslist li a:focus, |
| | | .attachmentslist li a.drop:focus { |
| | | background-color: rgba(30,150,192, 0.5); |
| | | border-radius: 2px; |
| | | } |
| | | |
| | | #compose-attachments ul li { |
| | |
| | | |
| | | /*** fieldset tabs ***/ |
| | | |
| | | .tabsbar { |
| | | margin-bottom: 12px; |
| | | padding-top: 15px; |
| | | height: 27px; |
| | | white-space: nowrap; |
| | | .tabbed.ui-tabs { |
| | | padding: 0; |
| | | border: 0 !important; |
| | | background: none; |
| | | } |
| | | |
| | | .ui-tabs .tabsbar.ui-tabs-nav { |
| | | margin-bottom: 10px; |
| | | } |
| | | |
| | | .ui-dialog-content .tabsbar { |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .tabsbar .tablink { |
| | | padding: 15px 1px 15px 0; |
| | | background: #f8f8f8; |
| | | background: -moz-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(50%,#d3d3d3), color-stop(100%,#f8f8f8)); |
| | | background: -webkit-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%); |
| | | background: -o-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%); |
| | | background: -ms-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%); |
| | | background: linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%); |
| | | } |
| | | |
| | | .tabsbar .tablink:last-child { |
| | |
| | | border-right: 0; |
| | | } |
| | | |
| | | .tabsbar .tablink a { |
| | | padding: 15px; |
| | | color: #999; |
| | | font-size: 12px; |
| | | font-weight: bold; |
| | | text-decoration: none; |
| | | .ui-tabs .ui-tabs-nav li.tablink a { |
| | | background: #fff; |
| | | border-right: 1px solid #fafafa; |
| | | } |
| | | |
| | | .tabsbar .tablink.selected a { |
| | | color: #004458; |
| | | background: #f6f6f6; |
| | | background: -moz-linear-gradient(top, #fff 40%, #efefef 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(100%,#efefef)); |
| | | background: -o-linear-gradient(top, #fff 40%, #efefef 100%); |
| | | background: -ms-linear-gradient(top, #fff 40%, #efefef 100%); |
| | | background: linear-gradient(top, #fff 40%, #efefef 100%); |
| | | } |
| | | |
| | | fieldset.tab { |
| | | .ui-tabs fieldset.ui-tabs-panel { |
| | | border: 0; |
| | | padding: 0; |
| | | margin-left: 0; |
| | | background: none; |
| | | } |