Files
ionic-framework/examples/starters/flickr/style.css
2013-12-09 17:17:16 -06:00

40 lines
503 B
CSS

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