mirror of https://gitee.com/bigwinds/arangodb
issue: #1168
This commit is contained in:
parent
e855e0faeb
commit
c181bc7d9f
|
@ -28,7 +28,6 @@
|
|||
|
||||
ul {
|
||||
@include border-radius(4px);
|
||||
@include box-shadow(0 1px 2px $c-very-transp);
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
|
@ -43,6 +42,7 @@
|
|||
@extend %clickable;
|
||||
@extend %pg-inner;
|
||||
border-width: 0;
|
||||
min-width: 12pt;
|
||||
|
||||
&:hover {
|
||||
@extend %pg-active;
|
||||
|
@ -104,6 +104,7 @@
|
|||
}
|
||||
|
||||
.arango-pagination {
|
||||
|
||||
li {
|
||||
&:first-child {
|
||||
margin-right: 20px;
|
||||
|
|
|
@ -5303,9 +5303,6 @@ pre.gv-object-view {
|
|||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0; }
|
||||
|
@ -5313,7 +5310,8 @@ pre.gv-object-view {
|
|||
display: inline-block;
|
||||
margin-left: 11px; }
|
||||
.pagination-line li a {
|
||||
border-width: 0; }
|
||||
border-width: 0;
|
||||
min-width: 12pt; }
|
||||
.pagination-line li span {
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in New Issue