mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Added some spacing to command icons in block headers
This commit is contained in:
parent
823a807e01
commit
804f934be3
@ -1,69 +1,22 @@
|
||||
.block {
|
||||
padding: 0
|
||||
}
|
||||
.block { padding: 0 }
|
||||
|
||||
.block .footer {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.block .footer { margin-top: 10px; margin-bottom: 0; text-align: center; }
|
||||
|
||||
.block_action .reloadnavigation {
|
||||
margin-right: 3px;
|
||||
}
|
||||
.block_action .reloadnavigation { margin-right: 3px; }
|
||||
|
||||
.block_news_items .newlink {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.block_news_items .newlink { text-align: center; margin-bottom: 5px; }
|
||||
|
||||
.block_news_items .post .head {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.block_news_items .post .head { font-style: italic; font-size: 0.9em; margin-top: 10px; }
|
||||
.block_news_items .post .date { float: right; text-align: right; }
|
||||
.block_news_items .post .name { float: left; color: #555; }
|
||||
|
||||
.block_news_items .post .date {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.block_news_items .post .name {
|
||||
float: left;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.block_calendar_upcoming .event {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.block_calendar_upcoming .date {
|
||||
font-weight: normal;
|
||||
font-size: 0.85em;
|
||||
font-style: italic;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.block_recent_activity .activitydate {
|
||||
font-size: 0.9em;
|
||||
color: #444;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.block_recent_activity .activityhead {
|
||||
font-size: 0.95em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
.block_calendar_upcoming .event { font-weight: bold; }
|
||||
.block_calendar_upcoming .date { font-weight: normal; font-size: 0.85em; font-style: italic; margin-left: 20px; }
|
||||
.block_recent_activity .activitydate { font-size: 0.9em; color: #444; margin-bottom: 5px; }
|
||||
.block_recent_activity .activityhead { font-size: 0.95em; margin: 0.5em 0; }
|
||||
|
||||
.block_messages .info,
|
||||
.block_online_users .info {
|
||||
text-align: center;
|
||||
font-size: 0.85em;
|
||||
color: #444;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
.block_online_users .info { text-align: center; font-size: 0.85em; color: #444; margin-bottom: 7px; }
|
||||
.block_blog_menu .list li { font-size: 0.9em; margin: 0.25em 0; }
|
||||
|
||||
.block_blog_menu .list li {
|
||||
font-size: 0.9em;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
.block .header .commands .icon { padding-left:2px;padding-right:2px;margin-right:2px;}
|
||||
|
@ -8,6 +8,7 @@
|
||||
.block .content {border-color: #dddddd;background-color:#FCFCFC;}
|
||||
.block .content hr {border-top-color:#999999;}
|
||||
.block .header .commands {font-size:0.9em;clear:both;}
|
||||
.block .header .commands .icon { padding-left:2px;padding-right:2px;margin-right:2px;}
|
||||
.block .footer {font-size:0.9em;text-align:center;clear:both;}
|
||||
.block.beingmoved {border-color: #f88;}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user