mirror of https://gitee.com/bigwinds/arangodb
css bigger icons
This commit is contained in:
parent
e6f891c85b
commit
1bd16f663a
|
@ -1,5 +1,5 @@
|
|||
.span3 {
|
||||
min-height:130px;
|
||||
min-height:100px;
|
||||
width: 230px;
|
||||
margin-left: 8px !important;
|
||||
margin-bottom: 8px !important;
|
||||
|
@ -45,6 +45,7 @@
|
|||
margin-right: 5px;
|
||||
opacity: 0.5;
|
||||
cursor: pointer;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.span3 .ICON{
|
||||
|
@ -52,7 +53,7 @@
|
|||
}
|
||||
|
||||
.span3 .spanInfo {
|
||||
right: 20px;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
.span3 .ICON:hover {
|
||||
|
@ -60,7 +61,7 @@
|
|||
}
|
||||
|
||||
.spanDisabled {
|
||||
right: 20px !important;
|
||||
right: 25px !important;
|
||||
opacity: 0.2 !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
|
||||
<div class="plain">
|
||||
<img src="<%= attributes.picture %>" height="80" width="80" alt="" class="icon">
|
||||
<img src="<%= attributes.picture %>" height="60" width="60" alt="" class="icon">
|
||||
<span class="badge badge-success <%= attributes.status %>"><div class="cornered"><%= attributes.status %></div></span>
|
||||
|
||||
<h5 class="collectionName">
|
||||
|
|
Loading…
Reference in New Issue