Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read me button and tag style fixes #970

Merged
merged 1 commit into from
Jul 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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