# HG changeset patch # User domruf # Date 1509272173 -3600 # Node ID 6351f10ed2bc2473150dd3f0652c52365a942eca # Parent 065690dba16bc2df2798bd5cd4d245831076b85f less: remove special styling for clone URL - the default width is ok diff -r 065690dba16b -r 6351f10ed2bc kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sun Oct 29 11:07:49 2017 +0100 +++ b/kallithea/public/css/style.css Sun Oct 29 11:16:13 2017 +0100 @@ -178,24 +178,6 @@ border-right: 1px solid #bebebe; color: #515151; } -#clone_by_name.input-group, -#clone_by_id.input-group { - width: 100%; -} -#clone_by_name.input-group > span, -#clone_by_id.input-group > span { - display: inline-block; - float: left; - height: 30px; -} -#clone_by_name.input-group > input, -#clone_by_id.input-group > input { - width: 50%; -} -#clone_by_name.input-group .form-control, -#clone_by_id.input-group .form-control { - height: 30px; -} .metatag { display: inline-block; margin-right: 1px; diff -r 065690dba16b -r 6351f10ed2bc kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sun Oct 29 11:07:49 2017 +0100 +++ b/kallithea/public/less/style.less Sun Oct 29 11:16:13 2017 +0100 @@ -198,25 +198,6 @@ color: #515151; } -#clone_by_name.input-group, -#clone_by_id.input-group { - width: 100%; -} -#clone_by_name.input-group > span, -#clone_by_id.input-group > span { - display: inline-block; - float: left; - height: 30px; -} -#clone_by_name.input-group > input, -#clone_by_id.input-group > input { - width: 50%; -} -#clone_by_name.input-group .form-control, -#clone_by_id.input-group .form-control { - height: 30px; -} - @import "kallithea-tags.less"; #footer {