diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1251,33 +1251,6 @@ div.form div.buttons { color: #AAAAAA; padding-left: 3px; } -.reviewer_status { - float: left; -} -.reviewers_member { - height: 15px; - padding: 0px 0px 0px 10px; -} -.emails_wrap .email_entry { - height: 30px; - padding: 0px 0px 0px 10px; -} -.emails_wrap .email_entry .email { - float: left; -} -.emails_wrap .email_entry .email_action { - float: left; -} -.ips_wrap .ip_entry { - height: 30px; - padding: 0px 0px 0px 10px; -} -.ips_wrap .ip_entry .ip { - float: left; -} -.ips_wrap .ip_entry .ip_action { - float: left; -} /** comment main **/ .comment .panel { max-width: 978px; @@ -1441,12 +1414,6 @@ input.status_change_radio { /**** PULL REQUESTS *****/ -.pullrequests_section_head { - padding: 10px 10px 10px 0px; - margin: 0 15px; - font-size: 16px; - font-weight: bold; -} div.pr-details-title.closed { color: #555; background: #eee; @@ -1455,9 +1422,6 @@ div.pr { margin: 0px 15px; padding: 4px 4px; } -div.pr-desc { - margin: 0px 15px; -} tr.pr-closed td { background-color: #eee !important; color: #555 !important; @@ -1484,9 +1448,6 @@ span.pr-closed-tag { min-width: 150px; margin: 5px; } -#pr-summary .msg-div { - margin: 5px 0; -} #pr-summary > .pr-not-edit { min-height: 50px !important; } diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -938,33 +938,6 @@ div.form div.buttons { color: #AAAAAA; padding-left: 3px; } -.reviewer_status { - float: left; -} -.reviewers_member { - height: 15px; - padding: 0px 0px 0px 10px; -} -.emails_wrap .email_entry { - height: 30px; - padding: 0px 0px 0px 10px; -} -.emails_wrap .email_entry .email { - float: left; -} -.emails_wrap .email_entry .email_action { - float: left; -} -.ips_wrap .ip_entry { - height: 30px; - padding: 0px 0px 0px 10px; -} -.ips_wrap .ip_entry .ip { - float: left; -} -.ips_wrap .ip_entry .ip_action { - float: left; -} /** comment main **/ .comment .panel { max-width: 978px; @@ -1128,12 +1101,6 @@ input.status_change_radio { /**** PULL REQUESTS *****/ -.pullrequests_section_head { - padding: 10px 10px 10px 0px; - margin: 0 15px; - font-size: 16px; - font-weight: bold; -} div.pr-details-title.closed { color: #555; background: #eee; @@ -1142,9 +1109,6 @@ div.pr { margin: 0px 15px; padding: 4px 4px; } -div.pr-desc { - margin: 0px 15px; -} tr.pr-closed td { background-color: #eee !important; color: #555 !important; @@ -1171,9 +1135,6 @@ span.pr-closed-tag { min-width: 150px; margin: 5px; } -#pr-summary .msg-div { - margin: 5px 0; -} #pr-summary > .pr-not-edit { min-height: 50px !important; }