changeset 7020:6351f10ed2bc

less: remove special styling for clone URL - the default width is ok
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 11:16:13 +0100
parents 065690dba16b
children 900c99095c62
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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 {