2013-09-05 15:37:07 -04:00
|
|
|
// Styles for the topic admin menu
|
|
|
|
|
2014-10-06 20:19:07 +02:00
|
|
|
.show-topic-admin {
|
2013-09-05 15:37:07 -04:00
|
|
|
position: fixed;
|
2015-02-03 15:01:23 -08:00
|
|
|
top: 120px;
|
2013-09-05 15:37:07 -04:00
|
|
|
right: 10px;
|
2015-09-22 11:01:43 -07:00
|
|
|
z-index: 999;
|
2014-10-06 20:19:07 +02:00
|
|
|
outline: 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2015-09-15 13:28:50 -04:00
|
|
|
.popup-menu {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
2015-06-14 22:59:49 -04:00
|
|
|
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2015-12-09 11:02:49 +05:30
|
|
|
z-index: 999;
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2015-09-15 13:28:50 -04:00
|
|
|
.btn {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
button {
|
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 5px;
|
2014-04-03 17:48:45 +00:00
|
|
|
i {
|
|
|
|
width: 14px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-08 18:55:03 +05:30
|
|
|
}
|
2015-03-13 23:53:41 -07:00
|
|
|
|
2015-07-29 16:34:21 +02:00
|
|
|
.modal-body.feature-topic {
|
|
|
|
padding: 5px;
|
|
|
|
max-height: 500px;
|
|
|
|
hr {
|
|
|
|
margin: 10px 0;
|
2015-03-13 23:53:41 -07:00
|
|
|
}
|
2015-07-29 16:34:21 +02:00
|
|
|
.feature-section {
|
|
|
|
display: block;
|
|
|
|
.badge-wrapper {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 10px;
|
|
|
|
p:first-of-type {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
2015-03-13 23:53:41 -07:00
|
|
|
}
|
2015-08-26 22:23:08 +02:00
|
|
|
.with-validation {
|
|
|
|
position: relative;
|
|
|
|
}
|
2015-03-13 23:53:41 -07:00
|
|
|
}
|
|
|
|
}
|
2015-07-29 16:34:21 +02:00
|
|
|
|
2015-03-13 23:53:41 -07:00
|
|
|
.mobile-view .feature-topic .feature-section {
|
|
|
|
.desc {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
max-width: 90%;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|