aggregated input faking

This commit is contained in:
Rashid Khan 2013-10-01 15:53:07 -07:00
parent 19614722cf
commit 377aa16f2c
3 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,12 @@
color: @black;
}
div.fake-input {
background-color: @inputBackground;
border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius @inputBorderRadius @inputBorderRadius @inputBorderRadius);
}
.editor-title {
margin-right: 10px;
font-size: 1.7em;