Adjust grid styles for line presets

This commit is contained in:
Ansis Brammanis
2013-02-21 19:24:10 -05:00
parent a5aa6a04ef
commit bfa2844d42
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -747,6 +747,10 @@ div.combobox {
border-radius: 0;
}
.line .grid-entry {
min-height: 120px;
}
.grid-inner {
margin-bottom: 20px;
}
@@ -781,6 +785,10 @@ div.combobox {
margin: auto;
}
.line .grid-entry .icon {
top: 10%;
}
.grid-entry .label {
text-align: center;
display: block;
@@ -794,6 +802,10 @@ div.combobox {
overflow: hidden;
}
.line .grid-entry .label {
top: 80%;
}
.preset-grid-search {
width: 100%;
height: 20px;