Merge branch 'wip-MDL-51802-master4' of https://github.com/marinaglancy/moodle
This commit is contained in:
@@ -826,27 +826,8 @@ tr.flagged-tag a {
|
||||
vertical-align: middle;
|
||||
padding: 4px;
|
||||
}
|
||||
.tag-management-table tr td.tageditingon .displaytagname,
|
||||
.tag-management-table td .edittagname {
|
||||
display: none;
|
||||
}
|
||||
.tag-management-table tr td.tageditingon .edittagname {
|
||||
display: inherit;
|
||||
position: relative;
|
||||
}
|
||||
.tag-management-table tr td.tageditingon .edittagname .editinstructions {
|
||||
margin-right: -300px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.tag-management-table tr td .tagnameedit img {
|
||||
opacity: 0.2;
|
||||
}
|
||||
.tag-management-table tr:hover td .tagnameedit img,
|
||||
.tag-management-table tr td .tagnameedit:focus img {
|
||||
opacity: 1;
|
||||
}
|
||||
.tag-management-table tr:hover td.tageditingon .tagnameedit img {
|
||||
opacity: 0.2;
|
||||
.tag-management-table span.inplaceeditable.inplaceeditingon input {
|
||||
width: 150px;
|
||||
}
|
||||
.path-tag .tag-relatedtags {
|
||||
padding-top: 10px;
|
||||
@@ -2445,3 +2426,33 @@ dd:after {
|
||||
.nav-tabs > .active > a[href]:focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span.inplaceeditable.inplaceeditingon {
|
||||
position: relative;
|
||||
}
|
||||
span.inplaceeditable.inplaceeditingon span.editinstructions {
|
||||
margin-top: -30px;
|
||||
font-weight: normal;
|
||||
margin-right: -300px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.dir-rtl span.inplaceeditable.inplaceeditingon span.editinstructions {
|
||||
margin-left: -300px;
|
||||
margin-right: 0;
|
||||
}
|
||||
span.inplaceeditable .quickeditlink img {
|
||||
opacity: 0.2;
|
||||
}
|
||||
span.inplaceeditable:hover .quickeditlink img,
|
||||
span.inplaceeditable .quickeditlink:focus img {
|
||||
opacity: 1;
|
||||
}
|
||||
span.inplaceeditable.inplaceeditingon input {
|
||||
width: 330px;
|
||||
height: 16px;
|
||||
vertical-align: text-bottom;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h3.sectionname span.inplaceeditable.inplaceeditingon span.editinstructions {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user