Skip to content

Commit

Permalink
fixed margin on new repo page
Browse files Browse the repository at this point in the history
  • Loading branch information
gencer committed Nov 15, 2016
1 parent 00bf364 commit 8b80e49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions patch-ext.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,14 @@ h2 {
#collaborative-repo-list .private:hover {
background-color: #FEFBF2 !important;
}
.repository.new.repo form .required .dropdown .text, .repository.new.migrate form .required .dropdown .text, .repository.new.fork form .required .dropdown .text {
margin: -1px !important;

}
.ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>img, .ui.dropdown>.text>.image, .ui.dropdown>.text>img {
margin-top: -2px !important;
}

/*
.ui.radio.checkbox .box:before, .ui.radio.checkbox label:before {
top: 4px;
Expand Down

0 comments on commit 8b80e49

Please sign in to comment.