Browse Source

fix css rule

Unknwon 9 years ago
parent
commit
d015d951bd
2 changed files with 30 additions and 28 deletions
  1. 0 0
      public/css/gogs.min.css
  2. 30 28
      public/less/_form.less

File diff suppressed because it is too large
+ 0 - 0
public/css/gogs.min.css


+ 30 - 28
public/less/_form.less

@@ -12,37 +12,39 @@
 		margin-top: -5px;
 	}
 }
-.repository form {
-	margin: auto;
-	width: 800px!important;
-	.ui.message {
-		text-align: center;
-	}
-	@input-padding: 250px !important;
-	.header {
-		padding-left: @input-padding+20px;
-	}
-	.inline.field > label {
-		text-align: right;
-		width: @input-padding;
-		word-wrap: break-word;
-	}
-	.help {
-		margin-left: @input-padding+10px;
-	}
-	.dropdown {
-		.dropdown.icon {
-			margin-top: -7px!important;
+.repository.new.fork {
+	form {
+		margin: auto;
+		width: 800px!important;
+		.ui.message {
+			text-align: center;
+		}
+		@input-padding: 250px !important;
+		.header {
+			padding-left: @input-padding+20px;
 		}
-		.text {
-			margin-right: 0!important;
-			i {
+		.inline.field > label {
+			text-align: right;
+			width: @input-padding;
+			word-wrap: break-word;
+		}
+		.help {
+			margin-left: @input-padding+10px;
+		}
+		.dropdown {
+			.dropdown.icon {
+				margin-top: -7px!important;
+			}
+			.text {
 				margin-right: 0!important;
+				i {
+					margin-right: 0!important;
+				}
 			}
 		}
-	}
-	input,
-	textarea {
-		width: 50%!important;
+		input,
+		textarea {
+			width: 50%!important;
+		}
 	}
 }

Some files were not shown because too many files changed in this diff