2016-09-03 22:13:05 +01:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
|
|
|
|
|
|
|
|
* {
|
|
|
|
font-family: Raleway, sans-serif;
|
|
|
|
}
|
|
|
|
|
2016-09-06 13:26:02 +01:00
|
|
|
body {
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
2016-09-03 22:13:05 +01:00
|
|
|
.album-index img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-09-05 16:59:42 +01:00
|
|
|
div.breadcrumb {
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.breadcrumb {
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-09-03 22:13:05 +01:00
|
|
|
.form-actions {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .avatar {
|
2016-09-05 12:01:30 +01:00
|
|
|
border-radius: 20px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel .progress {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 0;
|
2016-09-03 22:13:05 +01:00
|
|
|
}
|
|
|
|
|
2016-09-05 14:27:20 +01:00
|
|
|
.photo-metadata .metadata_name
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-09-03 22:13:05 +01:00
|
|
|
.tab-content {
|
|
|
|
border: solid 1px #ddd;
|
|
|
|
border-top: 0;
|
2016-09-05 15:28:56 +01:00
|
|
|
padding: 20px;
|
2016-09-03 22:13:05 +01:00
|
|
|
}
|