css: align
This commit is contained in:
@@ -182,6 +182,27 @@ button:hover {
|
||||
border-top: 1px solid #fff;
|
||||
}
|
||||
|
||||
#content div.event img {
|
||||
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
|
||||
border-radius:99px;
|
||||
}
|
||||
|
||||
#content div.event img.icon {
|
||||
margin-right:8px;
|
||||
margin-top:-2px;
|
||||
filter: grayscale(60%);
|
||||
opacity: 0.8;
|
||||
vertical-align:middle;
|
||||
width:14px;
|
||||
height:14px;
|
||||
}
|
||||
|
||||
#content div.event div.excerpt {
|
||||
opacity:0.5;
|
||||
font-size:small;
|
||||
padding-bottom:0.5rem;
|
||||
}
|
||||
|
||||
/* calendar list*/
|
||||
#content div.event {
|
||||
z-index: 5;
|
||||
@@ -457,6 +478,12 @@ div#toolbar input.search {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
#calendar div.badge-ok,
|
||||
#calendar div.badge-warn,
|
||||
#calendar div.badge-error{
|
||||
font-size:small;
|
||||
font-weight:bold;
|
||||
}
|
||||
#calendar td div.play:hover {
|
||||
min-height: 250px !important;
|
||||
min-width: 420px !important;
|
||||
|
||||
Reference in New Issue
Block a user