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