Skip to content

Commit

Permalink
Fix geosolutions-it#88. change buttons with icon defaults and horizon…
Browse files Browse the repository at this point in the history
…tal toolbar
  • Loading branch information
offtherailz committed Oct 6, 2016
1 parent 1125dd3 commit 0f3c0c3
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion theme/default/css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -2405,6 +2405,32 @@ input[type="button"].btn-block {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* btn with icon */
.btn .glyphicon{
float: left;
margin-top:0px;
font-size:20px;
}

.btn-lg .glyphicon{
font-size:28px;
}

.btn-md .glyphicon{
margin-top:2px;
font-size:26px;
}

.btn-sm .glyphicon{
margin-top:1px;
font-size:18px;
}

.btn-xs .glyphicon{
font-size:18px;
}

.glyphicon-asterisk:before {
content: "\2a";
}
Expand Down Expand Up @@ -3149,7 +3175,9 @@ input[type="button"].btn-block {
position: relative;
display: inline-block;
vertical-align: middle;
width:50px;
}
.btn-group-vertical {
width:50px;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
Expand Down

0 comments on commit 0f3c0c3

Please sign in to comment.