You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
479 B
28 lines
479 B
.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%;
|
|
}
|
|
|