Changeset - d331cc495625
[Not reviewed]
default
0 1 1
Thomas De Schampheleire - 8 years ago 2017-09-29 21:15:16
thomas.de.schampheleire@gmail.com
style: extract yui styles to separate less file
2 files changed with 72 insertions and 69 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -1257,75 +1257,9 @@ table.code-browser i[class^='icon-'] {
 
.info_box_elem {
 
  display: inline-block;
 
}
 
.yui-overlay,
 
.yui-panel-container {
 
  visibility: hidden;
 
  position: absolute;
 
  z-index: 2;
 
}
 
.ac {
 
  vertical-align: top;
 
}
 
.ac .yui-ac {
 
  position: inherit;
 
  font-size: 100%;
 
}
 
.ac .perm_ac {
 
  width: 20em;
 
}
 
.ac .yui-ac-input {
 
  width: 100%;
 
}
 
.ac .yui-ac-container {
 
  position: absolute;
 
  top: 1.6em;
 
  width: auto;
 
}
 
.ac .yui-ac-content {
 
  position: absolute;
 
  border: 1px solid gray;
 
  background: #fff;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-shadow {
 
  position: absolute;
 
  width: 100%;
 
  background: #000;
 
  opacity: .10;
 
  z-index: 9049;
 
  margin: .3em;
 
}
 
.ac .yui-ac-content ul {
 
  width: 100%;
 
  margin: 0;
 
  padding: 0;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-content li {
 
  cursor: default;
 
  white-space: nowrap;
 
  margin: 0;
 
  padding: 2px 5px;
 
  height: 18px;
 
  z-index: 9050;
 
  display: block;
 
  width: auto !important;
 
}
 
.ac .yui-ac-content li .ac-container-wrap {
 
  width: auto;
 
}
 
.ac .yui-ac-content li.yui-ac-prehighlight {
 
  background: #B3D4FF;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-content li.yui-ac-highlight {
 
  background: #556CB5;
 
  color: #FFF;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-bd {
 
  z-index: 9050;
 
}
 

	
 
@import "yui-ac.less";
 

	
 
#repo_size {
 
  display: block;
 
  margin-top: 4px;
kallithea/public/less/yui-ac.less
Show inline comments
 
new file 100644
 
.yui-overlay,
 
.yui-panel-container {
 
  visibility: hidden;
 
  position: absolute;
 
  z-index: 2;
 
}
 
.ac {
 
  vertical-align: top;
 
}
 
.ac .yui-ac {
 
  position: inherit;
 
  font-size: 100%;
 
}
 
.ac .perm_ac {
 
  width: 20em;
 
}
 
.ac .yui-ac-input {
 
  width: 100%;
 
}
 
.ac .yui-ac-container {
 
  position: absolute;
 
  top: 1.6em;
 
  width: auto;
 
}
 
.ac .yui-ac-content {
 
  position: absolute;
 
  border: 1px solid gray;
 
  background: #fff;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-shadow {
 
  position: absolute;
 
  width: 100%;
 
  background: #000;
 
  opacity: .10;
 
  z-index: 9049;
 
  margin: .3em;
 
}
 
.ac .yui-ac-content ul {
 
  width: 100%;
 
  margin: 0;
 
  padding: 0;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-content li {
 
  cursor: default;
 
  white-space: nowrap;
 
  margin: 0;
 
  padding: 2px 5px;
 
  height: 18px;
 
  z-index: 9050;
 
  display: block;
 
  width: auto !important;
 
}
 
.ac .yui-ac-content li .ac-container-wrap {
 
  width: auto;
 
}
 
.ac .yui-ac-content li.yui-ac-prehighlight {
 
  background: #B3D4FF;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-content li.yui-ac-highlight {
 
  background: #556CB5;
 
  color: #FFF;
 
  z-index: 9050;
 
}
 
.ac .yui-ac-bd {
 
  z-index: 9050;
 
}
0 comments (0 inline, 0 general)