1 // General block styles.
10 word-wrap: break-word;
47 word-wrap: break-word;
87 &.hidden .header .block_action {
95 &.list_block .unlist > li > .column {
96 display: inline-block;
101 // Hide the block content when the block has been minimised.
102 .jsenabled .block.hidden .content {
106 // Style the div used as a move target for non-drag+drop block moves.
109 border-style: dashed;
115 // Style the div that contains the cancel link for moving a block with JS disabled.
117 // Blocks have a bottom margin of 20px, to associate this link with the block being moved
118 // we move it up 10px, and then give it a bottom margin of 10px giving it a better visual association
124 // Styles for the blog menu block.
125 .block_blog_menu #blogsearchquery {
129 // Styles for the admin block.
136 // Styles for the search forums block.
137 .block_search_forums {
144 // Styles for the Calendar Upcoming block.
145 .block_calendar_upcoming {
158 // Styles for the RSS client block.
163 border: 1px solid #ddd;
164 .border-radius(@baseBorderRadius);
166 font-weight: inherit;
169 .list li:first-child {
170 border-top-width: 1px; // undo the style provided by the block's styles.css
174 // Styles for the news items block.
175 .block_news_items .content {
177 padding-bottom: 10px;
180 border-top: 1px rgba(0,0,0,0.05) solid;
185 display: table-header-group;
188 font-size: @fontSizeSmall;
192 font-size: @fontSizeSmall;
203 // Overide for login block.
205 input#login_username,
206 input#login_password {
214 input[type="submit"] {
219 // Styles for the special "Add block" block shown while editing.
230 // RTL styles for blocks.
233 // RTL styles for blocks in general.
253 // LTR styles for the calendar upcoming block.
254 .block_calendar_upcoming {
265 // RTL styles for the news items block.
266 .block_news_items .content {