2017-04-12 11:12:05 +02:00
|
|
|
.path-mine-false {
|
2017-04-12 10:53:00 +02:00
|
|
|
color: #FF0000;
|
2016-06-24 16:41:44 +02:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#path-messages {
|
2016-06-24 16:41:44 +02:00
|
|
|
.message {
|
2017-04-12 10:53:00 +02:00
|
|
|
display: none;
|
2016-06-24 16:41:44 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#publish-modal {
|
2016-06-24 16:41:44 +02:00
|
|
|
.twitter-typeahead {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2016-06-24 16:41:44 +02:00
|
|
|
.tt-menu {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2018-06-13 15:15:34 +02:00
|
|
|
|
|
|
|
// Fix the input not being displayed on the same line than the text before
|
|
|
|
.tt-input {
|
|
|
|
vertical-align: initial !important;
|
|
|
|
}
|
2017-04-04 15:27:04 +02:00
|
|
|
}
|