Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@97903 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bea7b9cca4
commit
3e746340be
|
@ -0,0 +1,4 @@
|
||||||
|
<!-- file: ./IconButton.html -->
|
||||||
|
<div class="{style.iconButton}">
|
||||||
|
<div class="{style.iconButtonImage}"></div>
|
||||||
|
</div>
|
|
@ -0,0 +1,17 @@
|
||||||
|
@CHARSET "UTF-8";
|
||||||
|
|
||||||
|
.iconButton {
|
||||||
|
border: none;
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconButton .iconButtonImage {
|
||||||
|
vertical-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconButtonRef {
|
||||||
|
vertical-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
Loading…
Reference in New Issue