add lost SVGs and implement SearchBox skeleton

This commit is contained in:
Matthew Hodgson 2016-04-15 02:23:12 +01:00
parent cc1e30c963
commit f8d5101dbc
11 changed files with 193 additions and 1 deletions

View file

@ -38,7 +38,7 @@ limitations under the License.
width: 100%;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
padding-right: 16px;
color: rgba(69, 69, 69, 0.8);
}
@ -136,6 +136,7 @@ limitations under the License.
position: relative;
width: 100%;
padding: 4px;
padding-right: 0px;
margin-top: -4px;
margin-bottom: -4px;
border-radius: 2px;