Skip to content

Commit

Permalink
Add padding to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Jul 26, 2018
1 parent 3f5b30f commit cf4c5ad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
font-size: 14px;
font-weight: normal;
color: @white;
padding: 2px;
padding: 1px 5px;
background-color: @blue;
/*min-width: 200px;*/
border-bottom: 2px solid @white;
padding: 5px;


}
a, a:visited, a:active {
color: @white;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 1px 3px;
padding: 1px 5px;
background-color: @blue;
color: @white;
border-radius: 1px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
font-size: 14px;
font-weight: normal;
color: @white;
padding: 2px;
border-bottom: 4px solid @white;
padding: 5px;
padding: 1px 5px;
}
.name {
background-color: @blue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
font-size: 14px;
font-weight: normal;
color: @white;
padding: 2px;
border-bottom: 4px solid @white;
padding: 5px;
padding: 1px 5px;

}
.name {
background-color: @blue;
Expand Down
2 changes: 1 addition & 1 deletion galaxyui/src/app/search/popular/popular.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
width: 100%;
.item-name {
font-weight: bold;
padding: 2px 4px;
padding: 2px 5px;
border-radius: 1px;
background-color: @blue;
color: @white;
Expand Down
2 changes: 1 addition & 1 deletion galaxyui/src/app/search/search.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 1px 3px;
padding: 1px 5px;
background-color: @blue;
color: @white;
border-radius: 1px;
Expand Down

0 comments on commit cf4c5ad

Please sign in to comment.