Skip to content

Commit

Permalink
Read me button fixes
Browse files Browse the repository at this point in the history
Add padding to tags
  • Loading branch information
newswangerd committed Jul 26, 2018
1 parent 902b7aa commit f43d8fd
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 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
9 changes: 7 additions & 2 deletions galaxyui/src/app/content-detail/content-detail.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
margin-bottom: 100px;

.row.btn-row {
margin: 15px 0 0 0;
padding-bottom: 15px;
margin: 10px 0 0 0;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
button {
margin-right: 10px;
font-weight: bold;
font-size: 14px;
padding-left: 10px;
padding-right: 10px;
margin-right: 15px;
}
}
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 f43d8fd

Please sign in to comment.