28e93cc41b
This patch completely reworks the atto media plugin to allow insertion of HTML media elements.
29 lines
479 B
CSS
29 lines
479 B
CSS
.nav-tabs > .nav-item a.active {
|
|
color: #555;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: transparent;
|
|
cursor: default;
|
|
}
|
|
|
|
.atto_form.atto_media .atto_media_track_lang_entry,
|
|
.atto_form.atto_media .atto_media_track_label_entry {
|
|
width: 124px;
|
|
}
|
|
|
|
.atto_form.atto_media .atto_media_source > label {
|
|
width: calc(100% - 168px);
|
|
}
|
|
|
|
.langlabel {
|
|
width: 42%;
|
|
}
|
|
|
|
.labellabel {
|
|
width: 44%;
|
|
}
|
|
|
|
.defaultlabel {
|
|
width: 14%;
|
|
}
|