Skip to content

Commit

Permalink
themes - standard : (fix text and icons alignment for various blocks)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Oct 27, 2010
1 parent d26b153 commit abfc5d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions theme/standard/rtl.css
Expand Up @@ -682,4 +682,19 @@ border:2px groove;
float:left;
margin:5px 0;
padding:5px;
}

/* block - online users . fix alignment of users and evenvelop icons */
.block_online_users .listentry div.message,
.block_messages .listentry div.message {
float: left;
}
.block_online_users .listentry div.user,
.block_messages .listentry div.user {
float: right;
}

/* blocks : activities , my courses, admin. fix alignments of icons */
.sideblock div.column.c0 {
float: right;
}

0 comments on commit abfc5d2

Please sign in to comment.