1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2014-04-04 19:28:51 +02:00
parent d9a31855af
commit 33e3fa7267
2 changed files with 35 additions and 0 deletions

View File

@ -3668,6 +3668,36 @@ input.gv-radio-button {
@media (min-width: 1042px) and (max-width: 1284px) {
.arango-collection-ul a {
font-size: 13px; } }
.arango-table {
border-top: 1px solid #000;
width: 100%; }
.arango-table thead {
background-color: #fff; }
.arango-table thead th {
border-bottom: 1px solid #c2c2c2;
height: 43px; }
.arango-table tbody tr:nth-child(even) {
background-color: #fff; }
.arango-table tbody tr:nth-child(odd) {
background: #f1f0ee; }
.arango-table tbody td {
padding: 10px 18px; }
.arango-tabbar {
height: 27px;
width: 100%; }
.arango-tabbar button {
background: #f1f0ee;
border: 0;
float: right;
height: 27px;
width: 82px; }
.arango-tabbar .arango-active-tab {
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000; }
.arangoDataTable {
border-spacing: 0 0;
position: relative;

View File

@ -60,6 +60,11 @@
// screen sizes
@import 'screenSizes';
//arangoTable Template
@import 'arangoTable';
//arangoTabbar Template
@import 'arangoTabbar';
// Data Tables, TODO: might all be superflous
@import 'dataTables';