diff --git a/theme/canvas/style/blocks.css b/theme/canvas/style/blocks.css index 419c5e022ca..cff92efde8a 100644 --- a/theme/canvas/style/blocks.css +++ b/theme/canvas/style/blocks.css @@ -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; -} \ No newline at end of file +.block .header .commands .icon { padding-left:2px;padding-right:2px;margin-right:2px;} diff --git a/theme/standard/style/blocks.css b/theme/standard/style/blocks.css index 22aaf97aed3..0a8abec1dbc 100644 --- a/theme/standard/style/blocks.css +++ b/theme/standard/style/blocks.css @@ -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;}