2013-09-06 03:37:07 +08:00
|
|
|
// Styles for the topic admin menu
|
|
|
|
|
|
|
|
#show-topic-admin {
|
|
|
|
position: fixed;
|
|
|
|
top: 70px;
|
|
|
|
right: 10px;
|
2014-06-21 05:24:10 +08:00
|
|
|
z-index: 1000;
|
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;
|
2014-05-19 13:17:59 +08:00
|
|
|
border: 1px solid scale-color-diff();
|
2013-09-06 03:37:07 +08:00
|
|
|
position: fixed;
|
|
|
|
top: 70px;
|
|
|
|
right: 10px;
|
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
|
|
|
}
|