1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/css/buttons.css

425 lines
6.5 KiB
CSS

.btn {
border-radius: 4px;
box-shadow: 0;
}
.addButton {
position: relative;
margin-right: 7px;
font-size: 22px;
color: #8AA050;
margin-top: 2px;
cursor: pointer;
}
.deleteButton {
color: #DA4F49;
font-size: 22px;
padding-right: 3px;
top: 3px;
position: relative;
cursor: pointer;
}
.deleteButton:hover {
color: #BE342E;
}
ul.headerButtonList {
display: inline-block;
*display: inline;
margin-bottom: 0;
margin-left: 0;
padding-left: 0!important;
}
ul.headerButtonList > li {
display: inline;
margin-right: 2px;
}
.badge, .label, .btn {
text-shadow: none !important;
}
.thumbnail, .navbar-inner, .btn, .btn-primary {
border-radius:0;
box-shadow: 0;
}
.modal-body th.actionCell > button {
margin-top: -12px;
}
/* General Layout */
button {
font-family: 'Open Sans', sans-serif !important;
}
.btn {
box-shadow:none;
background: #8f8d8c;
border: none;
color:#FFFFFF;
margin-left:10px;
padding: 5px 16px;
font-weight: 300 !important;
font-size: 14px;
}
.btn-old-padding {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.btn:hover {
background: #736b68;
color:#FFFFFF;
}
.btn-primary {
background: #564e4a;
}
.btn-primary:hover {
background: #3a322e;
}
.btn-notification {
background-color: #FAA020;
margin-right: 5px;
}
.btn-notification:hover {
background-color: #F87C0F;
}
.btn-success {
background: #8AA051;
}
.btn-success:hover {
background: #788F3D;
}
.btn-danger {
background-color: #DA4F49;
}
.btn-danger:hover {
background-color: #BE342E;
}
.btn-warning {
background-color: #FAA732;
}
.btn-warning:hover {
background-color: #F89406;
}
.btn-inactive {
background-color: lightgrey;
}
.btn-inactive:hover {
background-color: grey;
}
.btn-group > .btn + .dropdown-toggle {
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color: #736b68;
}
/*Dashboard Layout*/
#dashboardHeader .btn-group {
margin-left: 10px;
margin-top: 6px;
margin-bottom: 0;
padding-bottom: 0;
border-radius: 0 !important;
max-height: 30px !important;
}
/*Graphviewer Layout*/
button.graphViewer-icon-button {
border: medium none;
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: 5px;
padding: 0px;
background-color: transparent;
}
button.graphViewer-icon-button > img {
width:20px;
height:20px;
padding-bottom: 10px;
}
button.gv_dropdown_entry {
width: 160px;
height: 30px;
margin: 4px 4px 4px 30px;
}
button.gv_context_button {
width: 65px;
}
.toolbox > .btn {
width: 50px;
height: 50px;
margin-top: 2px;
margin-bottom: 2px;
background-color: rgb(51, 51, 51);
background-size: 50px 50px;
}
.toolbox > .btn:first-child {
margin-top: 0px;
}
.toolbox > .btn:last-child {
margin-bottom: 0px;
}
.btn-icon {
padding: 4px 4px;
background-color: rgb(56, 52, 52);
}
button.gv-icon-small {
background-size: 16px 16px;
width:16px;
height:16px;
}
button.gv-icon-small.delete {
background-image:url("../img/icon_delete.png");
}
button.gv-icon-small.add {
background-image:url("../img/plus_icon.png");
}
button.gv-icon-btn {
width:36px;
height:36px;
background-size: 36px 36px;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
}
button.gv-icon-btn.active {
background-color: #8AA051
}
button.gv-icon-btn.edit{
background-image:url("../img/gv_edit.png");
}
button.gv-icon-btn.view{
background-image:url("../img/gv_view.png");
}
button.gv-icon-btn.add{
background-image:url("../img/gv_add.png");
}
button.gv-icon-btn.expand{
background-image:url("../img/gv_expand.png");
}
button.gv-icon-btn.drag{
background-image:url("../img/gv_drag.png");
}
button.gv-icon-btn.connect{
background-image:url("../img/gv_connect.png");
}
button.gv-icon-btn.trash{
background-image:url("../img/gv_trash.png");
}
button.btn-zoom:hover {
background: inherit;
}
button.btn-zoom {
width: 16px;
height: 16px;
padding: 0px;
margin: 0px;
position: absolute;
background: none;
}
button.btn-zoom-top {
left: 13px;
top: 0px;
}
button.btn-zoom-left {
left: 0px;
top: 12px;
}
button.btn-zoom-bottom {
left: 13px;
top: 24px;
}
button.btn-zoom-right {
right: 0px;
top: 12px;
}
button.gv-zoom-btn {
width: 14px;
height: 14px;
background-size: 14px 14px;
vertical-align: baseline;
}
button.gv-zoom-btn.pan-right{
background-image:url("../img/gv_arrow_right.png");
}
button.gv-zoom-btn.pan-left{
background-image:url("../img/gv_arrow_left.png");
}
button.gv-zoom-btn.pan-top{
background-image:url("../img/gv_arrow_top.png");
}
button.gv-zoom-btn.pan-bottom{
background-image:url("../img/gv_arrow_bottom.png");
}
/* Cluster View */
button.btn-overview, button.btn-server {
margin: 5px;
}
button.btn-server {
width: 120px;
}
a.headerButton {
float: left;
cursor: pointer;
margin-top: 2px;
margin-left: 5px;
margin-right: 3px;
min-height: 15px;
border-radius: 3px;
position: relative;
box-shadow: none;
background: #ddd;
color: #555;
height: 17px;
width: 9px;
padding: 4px 9px 2px 9px;
border: 1px solid #222;
}
a.headerButton:hover {
background: #fff;
color: #000;
}
a.paginationButton, ul.arangoPagination a {
border-radius: 2px;
}
/* better look of some icons */
a.headerButton .icon_arangodb_filter {
top: 3px !important;
}
a.headerButton .icon_arangodb_import {
top: 1px !important;
}
a.headerButton .icon_arangodb_checklist {
top: 3px !important;
right: 5px;
}
a.headerButton .icon_arangodb_arrowleft,
a.headerButton .icon_arangodb_arrowright {
font-weight:bold;
}
/* Graph Viewer */
div.toolbox > div.gv_action_button:first-child {
margin-top: 0px;
}
div.toolbox > div.gv_action_button:last-child {
margin-bottom: 0px;
}
div.gv_action_button {
text-align: center;
position: relative;
width: 50px;
height: 50px;
background-color: #333333;
color: white;
cursor: pointer;
margin-top: 2px;
margin-bottom: 2px;
}
div.gv_action_button:hover {
}
div.gv_action_button.active {
background-color: #8AA051;
}
h6.gv_icon_icon,
h6.gv_button_title {
position: absolute;
margin: 0px;
left: 0px;
right: 0px;
}
h6.gv_icon_icon {
font-size: 22px;
top: 6px;
}
h6.gv_button_title {
bottom: 1px;
}
/*
#documentsToolbar span {
position: absolute;
top: 0;
right: 2px;
font-size: 25px;
margin-right: 3px;
margin-left: 0px;
}
#documentsToolbar li a {
margin-top: 0px !important;
padding: 5px 11px 2px 9px;
}
*/