mirror of https://gitee.com/bigwinds/arangodb
205 lines
2.9 KiB
CSS
205 lines
2.9 KiB
CSS
.modal-backdrop, .modal-backdrop.fade.in {
|
|
opacity: 0.4 ;
|
|
}
|
|
|
|
.arango-logo img {
|
|
margin-left: 22px;
|
|
}
|
|
|
|
.arangoBtn, .arangoBtnSuccess {
|
|
float: left;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 16px;
|
|
padding: 4px 10px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.arangoBtn {
|
|
background: none repeat scroll 0 0 #FFFFFF;
|
|
color: #333232;
|
|
}
|
|
|
|
.arangoBtnSuccess {
|
|
background: none repeat scroll 0 0 #5E7B36;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.arangoHeader {
|
|
font-weight: 400;
|
|
}
|
|
/* Radius */
|
|
.thumbnail, .navbar-inner {
|
|
border-radius:0;
|
|
box-shadow: 0;
|
|
}
|
|
|
|
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
|
background: #788f3d;
|
|
}
|
|
|
|
textarea, .alert {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.alert {
|
|
padding: 15px 35px 15px 14px;
|
|
}
|
|
|
|
.breadcrumb {
|
|
background-color: #F5F5F5;
|
|
background: transparent;
|
|
border-radius: 0px;
|
|
border:none;
|
|
padding:8px 0px;
|
|
}
|
|
|
|
.breadcrumb a.activeBread {
|
|
color:#b9d375;
|
|
}
|
|
|
|
body {
|
|
background-color: white !important;
|
|
/*background: url("../img/bg_paper.gif") repeat scroll 0 0 #E5E1DD !important;*/
|
|
}
|
|
|
|
#footer {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-actions {
|
|
margin-top: -10px !important;
|
|
border:none;
|
|
background: none;
|
|
}
|
|
|
|
/* ICONS */
|
|
.icon-info-sign:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.about-icon {
|
|
float: left;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.clearicon, .reloadicon {
|
|
opacity: 0.2;
|
|
cursor: pointer;
|
|
margin-top: 3px;
|
|
top: 20px;
|
|
position: absolute;
|
|
}
|
|
|
|
.clearicon {
|
|
right: 25px;
|
|
}
|
|
|
|
.reloadicon {
|
|
right: 45px;
|
|
}
|
|
|
|
#plusIcon {
|
|
margin-right: 10px;
|
|
margin-top: 11px;
|
|
margin-right: 22px;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
#plusIcon:hover, .clearicon:hover, .reloadicon:hover {
|
|
opacity: 0.8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
table .sorting {
|
|
background: none !important;
|
|
}
|
|
|
|
/* ABOUT VIEW */
|
|
#aboutDiv {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
#aboutDiv .row {
|
|
border: 8px solid #F4F3F3 !important;
|
|
margin-bottom: 25px;
|
|
background-color: white;
|
|
padding-bottom: 5px;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#aboutHeader {
|
|
padding-bottom: 33px;
|
|
}
|
|
|
|
#aboutDiv h3 {
|
|
}
|
|
|
|
#aboutDiv .row a {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.disabledHover {
|
|
cursor: default !important;
|
|
}
|
|
|
|
.disabledHover:hover {
|
|
background-color: #8F8D8C !important;
|
|
}
|
|
|
|
/* TESTING DYN */
|
|
|
|
.container {
|
|
width: auto !important;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.row {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
|
|
input,select,option {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.glyphicon:hover {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.arangoicon:hover {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.accordion-group {
|
|
border: 0;
|
|
}
|
|
|
|
.accordion-inner {
|
|
border-top: 0;
|
|
}
|
|
|
|
.accordion-heading a {
|
|
border: 1px solid #cccccc;
|
|
color: black;
|
|
width: 397px !important;
|
|
font-weight: 400;
|
|
}
|
|
|
|
li a [class^="icon_arangodb"], li a [class*=" icon_arangodb"] {
|
|
font-size: 18px;
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 2px;
|
|
}
|
|
|
|
.modal-body .icon_arangodb_info {
|
|
font-size: 23px;
|
|
color: #736B68;
|
|
}
|