mirror of https://gitee.com/bigwinds/arangodb
22 lines
323 B
CSS
22 lines
323 B
CSS
.addButton {
|
|
position: relative;
|
|
margin-right: 7px;
|
|
font-size: 20px;
|
|
color: #8AA050;
|
|
margin-top: 2px;
|
|
}
|
|
.deleteButton {
|
|
color: #B30000;
|
|
font-size: 20px;
|
|
padding-right: 3px;
|
|
top: 3px;
|
|
position: relative;
|
|
}
|
|
|
|
a.headerButton {
|
|
margin-top: -2px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
min-height: 23px;
|
|
}
|