mirror of https://gitee.com/bigwinds/arangodb
css
This commit is contained in:
parent
15a5211446
commit
bb5bb089c8
|
@ -93,11 +93,9 @@
|
|||
|
||||
#transparentHeader {
|
||||
height: 36px;
|
||||
margin-top: 20px !important;
|
||||
margin-top: 5px !important;
|
||||
margin-bottom: -10px !important;
|
||||
background-color:#686766;
|
||||
border-top: 1px solid #a0a0a0;
|
||||
border-bottom: 1px solid #a0a0a0;
|
||||
color:#FFF;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
|
|
|
@ -63,26 +63,35 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#deleteRow {
|
||||
margin-right: 3px !important;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
#addRow {
|
||||
margin-right:9px;
|
||||
padding-right: 0;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
#deleteRow, #addRow {
|
||||
float: right;
|
||||
border: medium none;
|
||||
margin-top: -8px;
|
||||
background-color: transparent;
|
||||
margin-right: 5px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#documentTableID {
|
||||
font-weight: 300;
|
||||
border-collapse:separate;
|
||||
border-spacing:0 0px;
|
||||
border:1px solid #c1bdba;
|
||||
border-top: 1px solid #888;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table.dataTable thead th {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
#documentTableID thead {
|
||||
text-align: left;
|
||||
padding-top: 6px;
|
||||
|
@ -149,10 +158,7 @@
|
|||
.arangoTab > li:hover > a {
|
||||
border-radius: 0 !important;
|
||||
background-color: #F1F0EE;
|
||||
border-top: 1px solid #C1BDBA;
|
||||
border-left: 1px solid #C1BDBA;
|
||||
border-right: 1px solid #C1BDBA;
|
||||
border-bottom: 1px solid #C1BDBA;
|
||||
border-bottom: 1px solid #888;
|
||||
font-size: 13px !important;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
@ -171,9 +177,9 @@
|
|||
.arangoTab > li.active > a,
|
||||
.arangoTab > li:hover.active > a {
|
||||
background: #FFF;
|
||||
border-left: 1px solid #C1BDBA;
|
||||
border-right: 1px solid #C1BDBA;
|
||||
border-top: 1px solid #C1BDBA;
|
||||
border-left: 1px solid #888;
|
||||
border-right: 1px solid #888;
|
||||
border-top: 1px solid #888;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
|
@ -200,7 +206,7 @@
|
|||
.arangoTab {
|
||||
padding-bottom: 0 !important;
|
||||
margin-bottom: -1px !important;
|
||||
margin-right: 25px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.arangoTab .nav-tabs li {
|
||||
|
@ -212,7 +218,7 @@
|
|||
}
|
||||
|
||||
table.dataTable thead th {
|
||||
padding: 7px 18px 7px 20px;
|
||||
padding: 7px 18px 5px 20px;
|
||||
}
|
||||
|
||||
table.dataTable td {
|
||||
|
@ -221,6 +227,5 @@ table.dataTable td {
|
|||
|
||||
.tdRoundButton {
|
||||
padding-top: 7px !important;
|
||||
padding-right: 1px;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@ input {
|
|||
}
|
||||
|
||||
#content {
|
||||
margin-top: 44px;
|
||||
margin-top: 74px;
|
||||
min-height: 80px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue