Files
ionic-framework/demos/flickr-search-example/style.css
Adam Bradley 5a8c7bb421 demo updates
2014-03-31 21:25:23 -05:00

39 lines
502 B
CSS

#search-input {
text-align: center;
}
#photos {
margin: auto;
}
.photo {
float: left;
overflow: hidden;
margin: 1px;
width: 100px;
height: 100px;
}
.photo img {
min-width: 100%;
min-height: 100%;
max-width: 150%;
max-height: 150%;
}
#search-bar {
position: absolute;
top: 44px;
z-index: 3;
width: 100%;
height: 40px;
background: none;
}
#search-bar .item {
border: none;
background: none;
}
#content {
top: 44px;
padding-top: 45px;
padding-bottom: 20px;
}