css fixes
This commit is contained in:
parent
6762af4158
commit
b92cc852d1
3
view/css/bootstrap-red.css
vendored
3
view/css/bootstrap-red.css
vendored
@ -57,7 +57,8 @@ nav .navbar-toggle {
|
|||||||
/* nav overrides end */
|
/* nav overrides end */
|
||||||
|
|
||||||
|
|
||||||
aside .nav-pills > li > a {
|
aside .nav-pills > li > a,
|
||||||
|
.response-list .nav-pills > li > a {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,3 +19,16 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.event-owner {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-owner img {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-buttons,
|
||||||
|
.event-description {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
@ -241,7 +241,8 @@ footer {
|
|||||||
padding-right: 3em;
|
padding-right: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.birthday-today, .event-today {
|
.birthday-today,
|
||||||
|
.event-today {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -847,68 +848,6 @@ nav .acpopup {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-unthemed th,
|
|
||||||
.fc-unthemed td,
|
|
||||||
.fc-unthemed thead,
|
|
||||||
.fc-unthemed tbody,
|
|
||||||
.fc-unthemed .fc-divider,
|
|
||||||
.fc-unthemed .fc-row,
|
|
||||||
.fc-unthemed .fc-popover {
|
|
||||||
border-color: #ccc !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wall-event-item {
|
|
||||||
padding: 10px;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3A87AD; /* should reflect calendar color */
|
|
||||||
border-top-left-radius: $radiuspx;
|
|
||||||
border-top-right-radius: $radiuspx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vevent .event-end {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#event-summary-text {
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#new-event-link {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-event-link, .plink-event-link, .drop-event-link {
|
|
||||||
float: left;
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-right: 4px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-owner img {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-buttons {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-list-date {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.prevcal, .nextcal {
|
|
||||||
float: left;
|
|
||||||
margin-left: 32px;
|
|
||||||
margin-right: 32px;
|
|
||||||
margin-top: 64px;
|
|
||||||
}
|
|
||||||
.event-calendar-end {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#cboxOverlay {
|
#cboxOverlay {
|
||||||
z-index: 1050;
|
z-index: 1050;
|
||||||
}
|
}
|
||||||
@ -1562,8 +1501,12 @@ img.mail-conv-sender-photo {
|
|||||||
padding: 0.5em 10px;
|
padding: 0.5em 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-photo-item {
|
.wall-event-item {
|
||||||
/*padding: 0.5em 10px;*/
|
padding: 10px;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #3A87AD; /* should reflect calendar color */
|
||||||
|
border-top-left-radius: $radiuspx;
|
||||||
|
border-top-right-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-photo-item img {
|
.wall-photo-item img {
|
||||||
@ -2252,8 +2195,3 @@ nav .badge.mail-update:hover {
|
|||||||
.help-searchlist a {
|
.help-searchlist a {
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.response-list ul {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user