Changeset - 89be46d1bfd0
[Not reviewed]
default
0 3 0
domruf - 8 years ago 2017-10-27 22:13:34
dominikruf@gmail.com
less: remove .reviewer_ac

It has nothing to do with reviewers or autocomplete and the 'padding: 10px'
does not improve the style.
3 files changed with 2 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -157,9 +157,6 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
.reviewer_ac {
 
  padding: 10px;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -165,9 +165,6 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
.reviewer_ac {
 
  padding: 10px;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
kallithea/templates/files/files_add.html
Show inline comments
 
@@ -37,12 +37,12 @@ ${self.repo_context_bar('files')}
 
            ${h.form(h.url.current(),method='post',id='eform',enctype="multipart/form-data", class_="form-inline")}
 
            <h3 class="files_location">
 
              ${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cs.raw_id,c.f_path)} /
 
              <span id="filename_container" class="file reviewer_ac">
 
              <span id="filename_container" class="file">
 
                  <input class="form-control input-small" type="text" value="" size="30" name="filename" id="filename" placeholder="${_('Enter filename...')}">
 
                  <input type="hidden" value="${c.f_path}" name="location" id="location">
 
                  ${_('or')} <button type="button" class="btn btn-default btn-sm" id="upload_file_enable">${_('Upload File')}</button>
 
              </span>
 
              <span id="upload_file_container" class="reviewer_ac" style="display:none">
 
              <span id="upload_file_container" style="display:none">
 
                  <input class="form-control" type="file" size="20" name="upload_file" id="upload_file">
 
                  ${_('or')} <button type="button" class="btn btn-default btn-sm" id="file_enable">${_('Create New File')}</button>
 
              </span>
0 comments (0 inline, 0 general)