Improved handling of missing picture/registerLink in event-details view.

This commit is contained in:
Hike Danakian 2013-06-14 20:03:58 -07:00
Родитель 44d6c2a968
Коммит 923e8d88bf
1 изменённых файлов: 12 добавлений и 6 удалений

Просмотреть файл

@ -45,6 +45,9 @@ body#events.details {
}
}
.gallery-sidebar {
background: rgba(127, 127, 127, 0.4);
border-radius: 3px;
margin: 35px 30px 10px 15px;
float: left;
z-index: 1;
position: relative;
@ -52,18 +55,17 @@ body#events.details {
#event-picture {
background: #444;
max-width: 400px;
.box-shadow(0px, 2px, 20px, rgba(0, 0, 0, 0.25));
margin: 11px;
margin-right: 30px;
.box-shadow(0px, 2px, 20px, rgba(0, 0, 0, 0.25));
vertical-align: top;
}
#event-registration {
width: 400px;
padding-bottom: 30px;
margin-top: 40px;
z-index: 1000;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
text-align: center;
@ -84,6 +86,7 @@ body#events.details {
left: 1px;
font-size: 13px;
}
.clickable;
&:hover {
background: #60c7a5;
@ -96,7 +99,10 @@ body#events.details {
width: 320px;
margin: 0px auto;
color: #888;
font-family: 'Open Sans Light';
font-size: 17px;
color: #666;
line-height: 1.6;
}
}
#event-description {