Skip to content

Commit

Permalink
MDL-29367 theme_formalwhite: Lines between RSS and upcoming events
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordan authored and Sam Hemelryk committed Mar 5, 2012
1 parent e96b76e commit df249ce
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions theme/formal_white/style/formal_white.css
Expand Up @@ -210,5 +210,31 @@ pre, code, tt {
.capdefault {background-image:url([[pix:theme|gradient_h]]);background-repeat:repeat-x;background-color:#E3DFD4;}
table#defineroletable th {border-top:none;}

form.loginform .rememberusername {
padding-left:0.3em;
width: auto;
}

/* RSS - MDL-29367 */
.block_rss_client .list li:first-child {
border-top-width: 0;
}

.block_rss_client .list li {
border-top: 1px solid #DDDDDD;
padding: 5px;
}

/* Upcoming events - MDL-29367 */
/* to have the same separator as in .block_rss_client .list li */
.block_calendar_upcoming .content > hr {
display:none;
}

.block_calendar_upcoming .event {
border-bottom: 1px solid #DDDDDD;
padding: 5px;
}

/** Custom CSS **/
[[setting:customcss]]

0 comments on commit df249ce

Please sign in to comment.