mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-40975 Theme: Tidy up block icons to line up in columns
This commit is contained in:
parent
803912ae69
commit
69a3457fe9
@ -179,13 +179,6 @@ img.iconsmall,
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.block .header .commands {
|
||||
text-align: center;
|
||||
}
|
||||
.block-control-actions span.moodle-core-dragdrop-draghandle {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
.moodle-actionmenu.show[data-enhanced] .menu a {
|
||||
color: #333333;
|
||||
display: block;
|
||||
@ -193,4 +186,4 @@ img.iconsmall,
|
||||
}
|
||||
.moodle-actionmenu.show[data-enhanced] .menu {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
@ -102,7 +102,7 @@ img.resize {height: 1em;width: 1em;}
|
||||
/* Icon styles */
|
||||
img.icon {height:16px;vertical-align:text-bottom;width:16px;padding-right: 6px;}
|
||||
.dir-rtl img.icon {padding-left: 6px; padding-right: 0; }
|
||||
img.iconsmall {height:12px;margin-right:3px;vertical-align:middle;width:12px;}
|
||||
img.iconsmall {height:12px;margin-right:3px; margin-left: 3px;vertical-align:middle;width:12px;}
|
||||
img.iconhelp, .helplink img {height:16px; padding-left:3px;vertical-align:text-bottom;width:16px;}
|
||||
.dir-rtl img.iconhelp, .dir-rtl .helplink img {padding-right: 3px; padding-left: 0; }
|
||||
img.iconlarge {height: 24px; width: 24px; vertical-align:middle;}
|
||||
|
@ -104,7 +104,7 @@ fieldset#general {
|
||||
}
|
||||
|
||||
.editing .block .header .commands {
|
||||
padding: 2px 10px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.block .header .block_action {
|
||||
|
@ -427,6 +427,7 @@ input[type=text],textarea,select,input[type=password]{
|
||||
clear:both;
|
||||
margin:0;
|
||||
padding:5px 0 0 10px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.block-region .block .content .commands{
|
||||
border:0 none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user