2013-09-05 15:37:07 -04:00
|
|
|
// Styles for the topic admin menu
|
|
|
|
|
2014-10-06 14:19:07 -04:00
|
|
|
.show-topic-admin {
|
2013-09-05 15:37:07 -04:00
|
|
|
position: fixed;
|
|
|
|
top: 70px;
|
|
|
|
right: 10px;
|
2014-06-20 17:24:10 -04:00
|
|
|
z-index: 1000;
|
2014-10-06 14:19:07 -04:00
|
|
|
outline: 0;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-admin-menu {
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
width: 205px;
|
|
|
|
padding: 10px;
|
2014-05-19 01:17:59 -04:00
|
|
|
border: 1px solid scale-color-diff();
|
2014-06-20 17:24:10 -04:00
|
|
|
z-index: 1001;
|
2013-09-05 15:37:07 -04:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 5px;
|
2014-04-03 13:48:45 -04:00
|
|
|
|
|
|
|
i {
|
|
|
|
width: 14px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-03-08 08:25:03 -05:00
|
|
|
}
|