style the buttons even more
This commit is contained in:
parent
59dafb610d
commit
7ddf51722c
@ -22,8 +22,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<div id="profile-photo-link-select-wrapper">
|
<div id="profile-photo-link-select-wrapper">
|
||||||
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
<button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||||
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}}
|
<i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<div id="profile-photo-link-select-wrapper">
|
<div id="profile-photo-link-select-wrapper">
|
||||||
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
<button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||||
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}}
|
<i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user