mirror of https://gitee.com/bigwinds/arangodb
226 lines
3.6 KiB
CSS
226 lines
3.6 KiB
CSS
.sorting_1 textarea {
|
|
display: inline !important;
|
|
max-width: 120px !important;
|
|
max-height: 20px !important;
|
|
resize: none !important;
|
|
}
|
|
|
|
.textInline {
|
|
display:inline !important;
|
|
}
|
|
|
|
.validateError {
|
|
border: 2px solid red !important;
|
|
}
|
|
|
|
.disabledBtn {
|
|
opacity: 0.4 !important;
|
|
cursor: default !important;
|
|
}
|
|
|
|
#collectionPrev, #collectionNext{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.disabledPag, .disabledPag a{
|
|
opacity: 0.5 !important;
|
|
cursor: default !important;
|
|
}
|
|
|
|
#tableDiv, #logContent{
|
|
margin-top: 10px;
|
|
padding: 10px 5px 5px 5px;
|
|
}
|
|
|
|
#logContent .tab-content {
|
|
margin-top: 1px !important;
|
|
}
|
|
|
|
.arangoTab a {
|
|
color: black !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.arangoTab > li {
|
|
background-color: transparent !important;
|
|
border: 0 !important;
|
|
position: relative;
|
|
z-index: 900;
|
|
margin-left: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#addDocumentLine {
|
|
padding-top: 7px;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
float: right;
|
|
color: black;
|
|
}
|
|
|
|
#addDocumentLine:hover,
|
|
#sourceView:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#addRow {
|
|
margin-right:7px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
#deleteRow, #addRow {
|
|
float: right;
|
|
border: medium none;
|
|
margin-top: -8px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#documentTableID {
|
|
font-weight: 300;
|
|
border-collapse:separate;
|
|
border-spacing:0 0px;
|
|
border:1px solid #c1bdba;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#documentTableID thead {
|
|
text-align: left;
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
#documentTableID .writeable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.read_only {
|
|
cursor: default !important;
|
|
}
|
|
|
|
#editFirstRow {
|
|
float:right;
|
|
text-align:right;
|
|
margin-right: -15px !important;
|
|
}
|
|
|
|
#editSecondRow {
|
|
float:right;
|
|
text-align:right;
|
|
margin-right: -23px !important;
|
|
}
|
|
|
|
#documentTableID .icon-edit {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#documentTableID .icon-edit:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#documentTableID.dataTable thead tr {
|
|
/* background-color: #F1F0EE;*/
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#documentTableID .odd,
|
|
#documentTableID .even {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#documentTableID .odd {
|
|
background:#F1F0EE;
|
|
}
|
|
#documentTableID .even {
|
|
background:#FFFFFF;
|
|
}
|
|
|
|
#documentTableID tr.odd td.sorting_1 {
|
|
background:#F1F0EE;/* #fdf6df*/
|
|
}
|
|
|
|
#documentTableID tr.even td.sorting_1 {
|
|
background:#FFFFFF; /*#fdfaec*/
|
|
}
|
|
|
|
.arangoTab > li > a,
|
|
.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;
|
|
font-size: 13px !important;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.arangoTab > li.active {
|
|
width: auto;
|
|
}
|
|
|
|
.arangoTab > li > a {
|
|
background-color: none;
|
|
}
|
|
|
|
.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-bottom: 1px solid #FFFFFF;
|
|
}
|
|
|
|
.rightCell{
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 600px !important;
|
|
}
|
|
|
|
.rightCell form {
|
|
max-width: 600px;
|
|
min-width: 300px;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.rightCell textarea {
|
|
max-width: 580px;
|
|
min-width: 580px;
|
|
resize: vertical;
|
|
}
|
|
|
|
.arangoTab {
|
|
padding-bottom: 0 !important;
|
|
margin-bottom: -1px !important;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.arangoTab .nav-tabs li {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#logContent .tab-content {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
table.dataTable thead th {
|
|
padding: 7px 18px 7px 20px;
|
|
}
|
|
|
|
table.dataTable td {
|
|
padding: 12px 20px;
|
|
}
|
|
|
|
.tdRoundButton {
|
|
padding-top: 7px !important;
|
|
padding-right: 0px;
|
|
float: right;
|
|
}
|